maedhroz commented on code in PR #4565:
URL: https://github.com/apache/cassandra/pull/4565#discussion_r2784507056


##########
src/java/org/apache/cassandra/streaming/StreamOperation.java:
##########
@@ -47,6 +47,11 @@ public enum StreamOperation
         this.requiresBarrierTransaction = requiresBarrierTransaction;
     }
 
+    public boolean isTrackable()

Review Comment:
   I'll add the comment for sure. My thinking on the naming was that this is 
typically used along with `ReplicationType#isTracked()`. (ex. `if 
(cfs.metadata().replicationType().isTracked() && 
session.streamOperation().isTrackable())`) In other words, not all imports 
require tracked reconciliation, so we're just indicating whether or not we know 
_how_ to track the operation.



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