kfaraz commented on code in PR #16291:
URL: https://github.com/apache/druid/pull/16291#discussion_r1666307004


##########
server/src/main/java/org/apache/druid/server/coordinator/compact/CompactionStatus.java:
##########
@@ -305,17 +305,30 @@ private CompactionStatus metricsSpecIsUpToDate()
       if (ArrayUtils.isEmpty(configuredMetricsSpec)) {
         return COMPLETE;
       }
+      final AggregatorFactory[] configuredMetricsCombiningFactorySpec =

Review Comment:
   Why are we comparing just the combining factory now and not the original 
AggregatorFactory itself? Please add comments (and tests, if not already added) 
to validate this change.



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