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

Write a test for replication test case were one of replicas is slow responding or shard not ready for replication Getters #213

Open
moogacs opened this issue May 28, 2024 · 0 comments

Comments

@moogacs
Copy link
Contributor

moogacs commented May 28, 2024

Background we had a situation were loading shards caused the replicas could respond late, for example if we have 3 nodes and we tried to query with CL=ONE , the response was taking so much time.

Expected test behaviour

three nodes cluster
node 1 :has the shard
node 2: has the shard but not ready [find a way to force the status , maybe update it]
node 3: doesn't have the shard

if we query node 3, it should trigger search via replica and the response performance shouldn't be affected by node2 which has the shard still loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant