You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ekaterina Dimitrova (Jira)" <ji...@apache.org> on 2020/05/05 23:54:00 UTC

[jira] [Comment Edited] (CASSANDRA-15657) Improve zero-copy-streaming containment check by using file sections

    [ https://issues.apache.org/jira/browse/CASSANDRA-15657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17100332#comment-17100332 ] 

Ekaterina Dimitrova edited comment on CASSANDRA-15657 at 5/5/20, 11:53 PM:
---------------------------------------------------------------------------

[~jasonstack] [~djoshi] transient_replication_test.py::TestTransientReplication::test_optimized_primary_range_repair started failing after this patch, any thoughts?
I opened CASSANDRA-15783 and I will be working on it tomorrow


was (Author: e.dimitrova):
[~jasonstack] [~djoshi] transient_replication_test.py::TestTransientReplication::test_optimized_primary_range_repair started failing after this patch, any thoughts?
I opened CASSANDRA-15783

> Improve zero-copy-streaming containment check by using file sections
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-15657
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15657
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Legacy/Streaming and Messaging
>            Reporter: ZhaoYang
>            Assignee: ZhaoYang
>            Priority: Normal
>             Fix For: 4.0
>
>
> Currently zero copy streaming is only enabled for leveled-compaction strategy and it checks if all keys in the sstables are included in the transferred ranges.
> This is very inefficient. The containment check can be improved by checking if transferred sections (the transferred file positions) cover entire sstable.
> I also enabled ZCS for all compaction strategies since the new containment check is very fast..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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