belliottsmith opened a new pull request, #27:
URL: https://github.com/apache/cassandra-accord/pull/27

   While messages are submitted to a CommandStore asynchronously, the 
processing of a message is then expected to be synchronous. However, it would 
be beneficial particularly for large range transactions, but also for recovery, 
to be able to defer some work that might involve IO to after the command store 
processing completes, e.g. for calculating dependencies.


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