chihsuan commented on PR #11227: URL: https://github.com/apache/ozone/pull/11227#issuecomment-5816612651
Hi @yandrey321, the new head looks much better, with intermittent-test-check going from 3 failures to 1 of 100. https://github.com/chihsuan/ozone/actions/runs/36010552048/job/107671428630 The remaining one failed at the new `CreateContainer` call, with a `LeaderNotReadyException` right after leader election. ``` 14:27:06,273 155c2039@group-C61D84748144: change Leader from null to 155c2039 14:27:06,404 LeaderNotReadyException: 155c2039@group-C61D84748144 is in LEADER state but not ready yet. 14:27:20,214 NotLeaderException: Server aab42b7f@group-C61D84748144 is not the leader, suggested leader is: 155c2039 RaftRetryFailureException: ... for 3 attempts TestCommitWatcher.testReleaseBuffersOnException:241 ยป AlreadyClosedException: ... RAFT is closed. ``` Could we wait for the leader to be ready before the first write? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
