Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] 流量录制平台 ES集成录制,业务系统异常bug #567

Open
2 tasks done
dongann opened this issue Sep 13, 2024 · 0 comments
Open
2 tasks done

[Bug] 流量录制平台 ES集成录制,业务系统异常bug #567

dongann opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
bug 🐞 Something isn't working

Comments

@dongann
Copy link

dongann commented Sep 13, 2024

Search before asking

  • I have searched the existing issues before asking.

AREX Test Service

AREX Java Agent (arextest/arex-agent-java)

Current Behavior

流量录制平台出现一个问题,就是es集成用

org.springframework.boot
spring-boot-starter-data-elasticsearch
2.5.1

这种方式的时候,业务系统会有问题,但是流量平台没有问题,猜测是流量录制平台从http stream获取到请求信息之后,导致业务数据在无法获取请求体,导致业务系统解析请求信息异常,异常信息:
img_v3_02em_be0ca995-eba1-4543-8656-a13fd05ddadg

Expected Behavior

ES集成采用一下方式,

org.springframework.boot
spring-boot-starter-data-elasticsearch
2.5.1

业务系统不出现异常

Steps To Reproduce

1.应用服务集成 agent-arex
2.应用系统集成ES,版本为7.x,集成方式为上述问题方式
3.开启录制
4.查看流量录制平台,出现录制平台正常,业务系统异常

Anything else

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!
@dongann dongann added the bug 🐞 Something isn't working label Sep 13, 2024
@lucas-myx lucas-myx self-assigned this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants