belliottsmith commented on code in PR #4089: URL: https://github.com/apache/cassandra/pull/4089#discussion_r2041784869
########## src/java/org/apache/cassandra/service/accord/AccordService.java: ########## @@ -399,9 +399,10 @@ else if (images.isEmpty()) // First boot, single-node cluster int waitSeconds = 5; while (true) { + Epoch await = Epoch.create(configService.currentEpoch()); Review Comment: should we use `max(metadata.epoch(), configService.currentEpoch())`? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org