zhangyue19921010 commented on a change in pull request #10524:
URL: https://github.com/apache/druid/pull/10524#discussion_r531667684



##########
File path: 
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java
##########
@@ -495,6 +655,12 @@ boolean isValidTaskGroup(int taskGroupId, @Nullable 
TaskGroup taskGroup)
   private volatile boolean stopped = false;
   private volatile boolean lifecycleStarted = false;
   private final ServiceEmitter emitter;
+  private final boolean enableDynamicAllocationTasks;
+  private volatile long metricsCollectionIntervalMillis;
+  private volatile long metricsCollectionRangeMillis;
+  private volatile long dynamicCheckStartDelayMillis;
+  private volatile long dynamicCheckPeriod;
+  private volatile CircularFifoQueue<Long> queue;
 
   public SeekableStreamSupervisor(

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.

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