jtuglu-netflix commented on code in PR #17971:
URL: https://github.com/apache/druid/pull/17971#discussion_r2071051277
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java:
##########
@@ -543,9 +544,27 @@ private boolean changeTaskCount(int desiredActiveTaskCount)
desiredActiveTaskCount,
dataSource
);
+ final long scaleActionStart = System.currentTimeMillis();
gracefulShutdownInternal();
changeTaskCountInIOConfig(desiredActiveTaskCount);
clearAllocationInfo();
+ final long scaleActionEnd = System.currentTimeMillis();
+ try {
Review Comment:
Nearly all other metric emissions in this file use this pattern, so I
followed that.
--
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]