belliottsmith commented on code in PR #106:
URL: https://github.com/apache/cassandra-accord/pull/106#discussion_r1698248176
##########
accord-core/src/main/java/accord/local/Commands.java:
##########
@@ -856,8 +832,11 @@ static void
updateDependencyAndMaybeExecute(SafeCommandStore safeStore, SafeComm
}
}
- static void removeWaitingOnKeyAndMaybeExecute(SafeCommandStore safeStore,
SafeCommand safeCommand, Key key, boolean executeAsync)
+ static void removeWaitingOnKeyAndMaybeExecute(SafeCommandStore safeStore,
SafeCommand safeCommand, Key key)
{
+ if (safeStore.time().id().id == 3 &&
safeCommand.txnId().toString().equals("[3,25616,2(KW),3]") &&
key.toString().startsWith("0:1#"))
Review Comment:
heh :)
usually I use conditional breakpoints but sometimes they're too slow
--
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]