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/07/28 15:27:18 UTC

[GitHub] [cassandra] josh-mckenzie commented on a diff in pull request #1761: Cassandra 17781 - Add separate thread pool for Secondary Index building so it doesn't block compactions

josh-mckenzie commented on code in PR #1761:
URL: https://github.com/apache/cassandra/pull/1761#discussion_r932387910


##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1980,6 +1980,11 @@ public static int getConcurrentValidations()
         return conf.concurrent_validations;
     }
 
+    public static int getConcurrentIndexBuilds()

Review Comment:
   Good catch on both; revised.



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