dcapwell commented on code in PR #106:
URL: https://github.com/apache/cassandra-accord/pull/106#discussion_r1697547261
##########
accord-core/src/test/java/accord/burn/BurnTest.java:
##########
@@ -546,6 +546,7 @@ public static void main(String[] args)
public void testOne()
{
run(System.nanoTime());
+// run(99448562360375L);
Review Comment:
fixed in my feedback branch
##########
accord-core/src/main/java/accord/utils/btree/BTree.java:
##########
@@ -501,6 +501,23 @@ else if (c < 0)
}
}
+ public static <Compare, Existing extends Compare, Insert extends Compare>
Object[] updateExisting(Object[] toUpdate,
Review Comment:
fixed in my feedback branch
##########
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:
I assume this is for debugging... you do the same as me it seems ^_^
--
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]