gargvishesh commented on code in PR #16778:
URL: https://github.com/apache/druid/pull/16778#discussion_r1687482651


##########
integration-tests/src/test/java/org/apache/druid/tests/coordinator/duty/ITAutoCompactionTest.java:
##########
@@ -1829,8 +1835,9 @@ private void submitCompactionConfig(
         transformSpec,
         !dropExisting ? null : new UserCompactionTaskIOConfig(true),
         engine,
-        null
+        ImmutableMap.of("maxNumTasks", 2)
     );
+    LOG.info("Submitting compaction config for engine[%s].", engine == null ? 
CompactionEngine.NATIVE: engine);

Review Comment:
   Added this to be able to make out which engine was used to run the test, 
since this info is present nowhere else in the tests logs -- unless you look at 
the task logs.



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