We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This bug is flakey and may take several times to reproduce
juju deploy ./*charm --config role="config-server" config-server-one -n2 juju deploy ./*charm --config role="shard" shard-one -n2 juju deploy ./*charm --config role="shard" shard-two -n2 juju integrate config-server-one:config-server shard-one:sharding juju integrate config-server-one:config-server shard-two:sharding juju remove-relation config-server-one:config-server shard-two:sharding
Then see that the non-leader unit for shard-two is stuck forever draining
Shard-two to complete draining when mongos shows it has finished draining
Shard-two is shown forever draining (but is not actually draining by the mongos status)
The leader updates the draining status to finished in the app data but the non-leader units do not get the updated app data
The text was updated successfully, but these errors were encountered:
https://warthogs.atlassian.net/browse/DPE-2889
Sorry, something went wrong.
fix bugs (#299)
1d35616
## Issue We have several bugs in the sharding implementation, fix them #297 #301 #302
No branches or pull requests
This bug is flakey and may take several times to reproduce
Steps to reproduce
Then see that the non-leader unit for shard-two is stuck forever draining
Expected behaviour
Shard-two to complete draining when mongos shows it has finished draining
Actual behaviour
Shard-two is shown forever draining (but is not actually draining by the mongos status)
Why this is happening
The leader updates the draining status to finished in the app data but the non-leader units do not get the updated app data
The text was updated successfully, but these errors were encountered: