kfaraz commented on code in PR #18163:
URL: https://github.com/apache/druid/pull/18163#discussion_r2159828806
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java:
##########
@@ -162,6 +162,9 @@ public abstract class
SeekableStreamSupervisor<PartitionIdType, SequenceOffsetTy
private static final long MAX_RUN_FREQUENCY_MILLIS = 1000;
private static final int MAX_INITIALIZATION_RETRIES = 20;
+ private static final int MIN_CORE_POOL_SIZE = 2;
+ private static final int TASKS_PER_THREAD_FACTOR = 4;
+ private static final int KEEPALIVE_TIME_SECONDS = 2;
Review Comment:
```suggestion
private static final int WORKER_THREAD_KEEPALIVE_TIME_SECONDS = 2;
```
--
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]