-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-3154. Intermittent failure in Test2WayCommitInRatis. #672
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
Conversation
adoroszlai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bshashikant, looks good so far: 20x passed. Since this test is pretty quick (around 1 minute), I launched another run with 50 repetitions, will update in about an hour.
|
There was only 1 failure out of 50 runs + 20x earlier. Seems to be better than previously, so I'm OK with it, although the root cause is probably still present. |
I think probably in an odd case, dns in the minicluster just doesn't seem to connect with each other running into grpc runtime exceptions thereby not able to process a client request. |
|
I also hit this intermittently even after HDDS-3154. |
What changes were proposed in this pull request?
Ensure that create container transaction succeeds on all nodes of a ring before close container is issued
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-3154
How was this patch tested?
Was not able to reproduce the issue locally.