aweisberg commented on code in PR #3694:
URL: https://github.com/apache/cassandra/pull/3694#discussion_r1868316602


##########
test/unit/org/apache/cassandra/cql3/RandomSchemaV2Test.java:
##########
@@ -98,7 +99,7 @@ public void test()
             if (mode == Mode.AccordEnabled)
             {
                 // enable accord
-                schemaChange(String.format("ALTER TABLE %s WITH " + 
TransactionalMode.full.asCqlParam(), metadata));
+                schemaChange(String.format("ALTER TABLE %s WITH " + 
TransactionalMode.full.asCqlParam() + " AND " + 
TransactionalMigrationFromMode.full.asCqlParam(), metadata));

Review Comment:
   The transactional mode is controlled via schema, but marking ranges as 
migrating and finishing migration is done through `nodetool`. There is a config 
option to automatically mark the entire ring as migrating for a table in which 
case `nodetool` is only used to finish the migration for each range. Or it can 
just happen as a side effect of the repairs an operator might already be 
running.



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