pranavshenoy commented on code in PR #4380:
URL: https://github.com/apache/cassandra/pull/4380#discussion_r2409394390


##########
src/java/org/apache/cassandra/index/sai/disk/v1/segment/SegmentBuilder.java:
##########
@@ -47,7 +47,7 @@ public abstract class SegmentBuilder
     private static long testLastValidSegmentRowId = -1;
 
     /** The number of column indexes being built globally. (Starts at one to 
avoid divide by zero.) */
-    private static final AtomicInteger ACTIVE_BUILDER_COUNT = new 
AtomicInteger(0);
+    private static final AtomicInteger ACTIVE_BUILDER_COUNT = new 
AtomicInteger(1);

Review Comment:
   done



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