You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable EnforceMinNumRacksPerWriteQuorum and set minNumRacksPerWriteQuorumConfValue=2
When bk3 or bk4 is quarantined, the new ensemble selection should succeed, because it fulfills min rack is 2.
However, the new ensemble selection result some times will fail.
Run the following unit test in TestRackawareEnsemblePlacementPolicy.java can reproduce the bug.
The text was updated successfully, but these errors were encountered:
hangc0276
changed the title
RackAware placement policy can not ensure
RackAware placement policy can not ensure new ensemble selection succeed when one rack goes down.
Oct 28, 2022
BUG REPORT
Describe the bug
enable EnforceMinNumRacksPerWriteQuorum and set
minNumRacksPerWriteQuorumConfValue=2
When bk3 or bk4 is quarantined, the new ensemble selection should succeed, because it fulfills min rack is 2.
However, the new ensemble selection result some times will fail.
Run the following unit test in
TestRackawareEnsemblePlacementPolicy.java
can reproduce the bug.The text was updated successfully, but these errors were encountered: