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

Alex Petrov commented on CASSANDRA-15935:
-----------------------------------------

[~dcapwell] Thanks for one more pass. Addressed remaining review points. I did 
run upgrade dtests, but only from 4.0 branch, which as lead me to think they 
should work everywhere. I've fixed them now, and made sure they run from other 
versions, too.

I've made several more small improvements, most are cosmetic, related to your 
comments, or just API improvements (like switch from {{int... }} to {{int i, 
int... more}} to avoid situations where people would supply no IDs and expect 
it'd run on all instances).

> Improve machinery for testing consistency in presence of range movements
> ------------------------------------------------------------------------
>
>                 Key: CASSANDRA-15935
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15935
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Test/dtest/java
>            Reporter: Alex Petrov
>            Assignee: Alex Petrov
>            Priority: Normal
>
> Currently, we can test range movements only by adding and bootstrapping a new 
> node. This is both inefficient and insufficient for large-scale tests. We 
> need a possibility to dynamically change ring ownership over the lifetime of 
> cluster, with a flexibility to changing gossip status of the node from 
> perspective of other participants, adding and removing nodes from other 
> nodes' views on demand.



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

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

Reply via email to