smiklosovic commented on code in PR #1683:
URL: https://github.com/apache/cassandra/pull/1683#discussion_r1116870356


##########
src/java/org/apache/cassandra/service/DataResolver.java:
##########
@@ -248,13 +256,22 @@ private PartitionIterator resolveInternal(ResolveContext 
context,
                : Transformation.apply(counted, new EmptyPartitionsDiscarder());
     }
 
-    private class RepairMergeListener implements 
UnfilteredPartitionIterators.MergeListener
+    @VisibleForTesting
+    class RepairMergeListener implements 
UnfilteredPartitionIterators.MergeListener
     {
+        @VisibleForTesting
+        final MutableInt finishedRepairs = new MutableInt();

Review Comment:
   This stuff is propagated there through constructor, I was not able to make 
this class static because then it broke other things.



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