dcapwell commented on PR #33:
URL: https://github.com/apache/cassandra-accord/pull/33#issuecomment-1438849117

   Looking at the burn test this is what I see, 
`accord.impl.InMemoryCommandStore.Synchronized#maybeRun` has `active != null` 
causing the lambda not to trigger, this is caused by the fact `maybeRun` exists 
twice on the stack frame, so the `AsyncChains.getBlocking` deadlocks the burn 
test (as its actually single threaded)


-- 
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]

Reply via email to