belliottsmith commented on code in PR #65:
URL: https://github.com/apache/cassandra-accord/pull/65#discussion_r1442863467
##########
accord-core/src/main/java/accord/coordinate/ReadCoordinator.java:
##########
@@ -251,7 +251,7 @@ protected void start(Set<Id> to)
public void start()
{
- Set<Id> contact = newHashSetWithExpectedSize(maxShardsPerEpoch());
+ Set<Id> contact =
newLinkedHashSetWithExpectedSize(maxShardsPerEpoch());
Review Comment:
I think it is a vestigial requirement that this be a set. We can just
allocate a `List`, and modify the `start` method to accept a `List`.
--
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]