You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2023/01/18 16:17:25 UTC

[GitHub] [cassandra-accord] belliottsmith opened a new pull request, #27: Support asynchronous CommandStore message processing

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-accord] belliottsmith commented on pull request #27: Support asynchronous CommandStore message processing

Posted by "belliottsmith (via GitHub)" <gi...@apache.org>.
belliottsmith commented on PR #27:
URL: https://github.com/apache/cassandra-accord/pull/27#issuecomment-1531311165

   Oh, somehow I missed you +1'd this. I'll rebase this perhaps onto bootstrap.


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra-accord] belliottsmith commented on pull request #27: Support asynchronous CommandStore message processing

Posted by "belliottsmith (via GitHub)" <gi...@apache.org>.
belliottsmith commented on PR #27:
URL: https://github.com/apache/cassandra-accord/pull/27#issuecomment-1410299308

   ping


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org