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 2022/02/15 20:20:57 UTC

[GitHub] [cassandra] dcapwell commented on a change in pull request #1419: CASSANDRA-15399: Add ability to track state in repair

dcapwell commented on a change in pull request #1419:
URL: https://github.com/apache/cassandra/pull/1419#discussion_r807282130



##########
File path: src/java/org/apache/cassandra/db/virtual/AbstractVirtualTable.java
##########
@@ -52,7 +53,10 @@ protected AbstractVirtualTable(TableMetadata metadata)
         if (!metadata.isVirtual())
             throw new IllegalArgumentException("Cannot instantiate a non-virtual table");
 
-        this.metadata = metadata;
+        // make sure table ids are consistent
+        this.metadata = metadata.unbuild()

Review comment:
       fixed this in; need to rebase, will do that today
   
   ```
   commit f0c97132c969cc8dd028d00c5e68ada8b0b9b9c6
   Author: David Capwell <dc...@apache.org>
   Date:   Tue Feb 8 13:37:12 2022 -0800
   
       Make vtables accessible via internode messaging
   
       patch by David Capwell; reviewed by Aleksey Yeschenko for CASSANDRA-17295
   ```




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