belliottsmith commented on code in PR #4460:
URL: https://github.com/apache/cassandra/pull/4460#discussion_r2486266079
##########
src/java/org/apache/cassandra/service/accord/AccordFastPath.java:
##########
@@ -235,14 +235,13 @@ public Epoch lastModified()
return lastModified;
}
- public ImmutableSet<Node.Id> unavailableIds()
+ public SortedArrayList<Node.Id> unavailableIds()
Review Comment:
Yeah, I'm not sure why it's done this way. Didn't see a reason to fiddle
with it in this patch; I'll leave a TODO to consider it later.
--
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]