aweisberg commented on code in PR #101:
URL: https://github.com/apache/cassandra-accord/pull/101#discussion_r1664536028
##########
accord-core/src/main/java/accord/local/Node.java:
##########
@@ -738,7 +725,10 @@ public void receive(Request request, Id from, ReplyContext
replyContext)
if (waitForEpoch > topology.epoch())
{
configService.fetchTopologyForEpoch(waitForEpoch);
- topology().awaitEpoch(waitForEpoch).addCallback(() ->
receive(request, from, replyContext));
+ topology().awaitEpoch(waitForEpoch).addCallback((ignored, failure)
-> {
Review Comment:
I updated this to follow the pattern I used elsewhere to wrap the exception
and pass it to the agent.
--
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]