adithyachakilam commented on code in PR #15981:
URL: https://github.com/apache/druid/pull/15981#discussion_r1512149107


##########
indexing-service/src/main/java/org/apache/druid/indexing/common/task/CompactionTask.java:
##########
@@ -499,6 +502,7 @@ public TaskStatus runTask(TaskToolbox toolbox) throws 
Exception
       log.info("Generated [%d] compaction task specs", totalNumSpecs);
 
       int failCnt = 0;
+      Map<String, TaskReport> completionReports = new HashMap<>();

Review Comment:
   what do you think is a good size to hold then ?



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