You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "jasonk000 (via GitHub)" <gi...@apache.org> on 2023/05/13 05:05:57 UTC

[GitHub] [druid] jasonk000 commented on a diff in pull request #13982: Parallelize storage of incremental segments

jasonk000 commented on code in PR #13982:
URL: https://github.com/apache/druid/pull/13982#discussion_r1192919413


##########
server/src/main/java/org/apache/druid/segment/realtime/appenderator/AppenderatorImpl.java:
##########
@@ -247,6 +249,18 @@ public class AppenderatorImpl implements Appenderator
     } else {
       log.debug("Running closed segments appenderator");
     }
+
+    try {
+      String pThreads = System.getProperty("druid.exp.persist.threads");

Review Comment:
   I think this property should make its way to `docs/` as well.



-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org