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 2020/09/01 05:40:20 UTC

[GitHub] [cassandra] jasonstack edited a comment on pull request #642: Cassandra 15861 lock trunk

jasonstack edited a comment on pull request #642:
URL: https://github.com/apache/cassandra/pull/642#issuecomment-684340690


   > a slow write to SUMMARY (aka IndexSummaryRedistribution) will block updates to STATS (aka compaction) even though they do not logically conflict; 
   
   index summary redistribution and stats-mutation shouldn't happen together because both are running as part of compactions.
   
   > streaming is only blocked while snapshotting.
   
   streaming is also blocked by "write to summary file", as streaming should not snapshot a partially written file.


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

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