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


##########
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:
   This was an unused property I had added it as an earlier trial, cleaned it 
up. Also added documentation for the actual configuration setting @jasonk000 
@abhishekagarwal87 @gianm 
(https://apachedruidworkspace.slack.com/archives/C030CMF6B70/p1683280882330109)



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