dcapwell commented on code in PR #38:
URL: https://github.com/apache/cassandra-accord/pull/38#discussion_r1162125958
##########
accord-core/src/test/java/accord/burn/TopologyUpdates.java:
##########
@@ -142,7 +140,7 @@ else if (outcome == Nothing)
dieExceptionally(invalidate.addCallback(((unused,
failure) -> onDone.accept(failure == null))).beginAsResult());
}
return null;
- }).beginAsResult();
+ }, node.commandStores().any()).beginAsResult();
Review Comment:
sadly I wasn't able to remove, `accord.coordinate.FetchData#fetch` has to
run in a `CommandStore` and there isn't a clear one to pick atm;
`CommandStore.current()` fails as this is done outside a store, so I need to
select a random store...
--
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]