dcapwell commented on code in PR #3416:
URL: https://github.com/apache/cassandra/pull/3416#discussion_r1674902006
##########
src/java/org/apache/cassandra/tcm/PaxosBackedProcessor.java:
##########
@@ -136,7 +138,17 @@ public ClusterMetadata fetchLogAndWait(Epoch waitFor,
Retry.Deadline retryPolicy
while (iter.hasNext())
{
FetchLogRequest request = iter.next();
- if (request.condition.awaitUninterruptibly(Math.max(0,
nextTimeout - Clock.Global.nanoTime()), TimeUnit.NANOSECONDS) &&
+ boolean awaitResult;
Review Comment:
filed CASSANDRA-19761, this is a TCM issue and Sam said he will take a
look... my work is kinda a hack more than anything, I just wanted to unblock my
tests!
--
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]