jacek-lewandowski commented on code in PR #2839:
URL: https://github.com/apache/cassandra/pull/2839#discussion_r1370076311


##########
src/java/org/apache/cassandra/tcm/transformations/AlterSchema.java:
##########
@@ -94,10 +94,11 @@ public final Result execute(ClusterMetadata prev)
             // If the coordinator is a CMS member, then this method will be 
called as part of committing to the metadata
             // log. In this case, there is a connected client and associated 
ClientState, so to avoid duplicate warnings
             // pause capture and resume after in applying the schema change.
-            schemaTransformation.enterExecution();
+            if (!isReplay)
+                schemaTransformation.enterExecution();

Review Comment:
   I know I screwed this; will fix it



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