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查询失败问题 #545

Open
2 tasks done
dongann opened this issue Jul 19, 2024 · 0 comments
Open
2 tasks done

[Bug] ES查询失败问题 #545

dongann opened this issue Jul 19, 2024 · 0 comments
Labels
bug 🐞 Something isn't working

Comments

@dongann
Copy link

dongann commented Jul 19, 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,然后接入arex之后出现现象:调用es时,数据量越大,接口失败的次数越高,数据量小的时候,10次有一次有问题;将arex录制关闭,接口正常。
集成es的方式为:
@Autowired
ElasticsearchRestTemplate elasticsearchRestTemplate;

Maven坐标为:

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

Expected Behavior

本问题是这样的:服务中有一接口,里面调用了es,然后接入arex之后出现现象:调用es时,数据量越大,接口失败的次数越高,数据量小的时候,10次有一次有问题;将arex录制关闭,接口正常。
集成es的方式为:
@Autowired
ElasticsearchRestTemplate elasticsearchRestTemplate;

Maven坐标为:

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

Steps To Reproduce

本问题是这样的:服务中有一接口,里面调用了es,然后接入arex之后出现现象:调用es时,数据量越大,接口失败的次数越高,数据量小的时候,10次有一次有问题;将arex录制关闭,接口正常。
集成es的方式为:
@Autowired
ElasticsearchRestTemplate elasticsearchRestTemplate;

Maven坐标为:

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

Anything else

本问题是这样的:服务中有一接口,里面调用了es,然后接入arex之后出现现象:调用es时,数据量越大,接口失败的次数越高,数据量小的时候,10次有一次有问题;将arex录制关闭,接口正常。
集成es的方式为:
@Autowired
ElasticsearchRestTemplate elasticsearchRestTemplate;

Maven坐标为:

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

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 Jul 19, 2024
@mr3 mr3 changed the title [Bug] [Bug] ES查询失败问题 Jul 22, 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

1 participant