abhishekagarwal87 commented on code in PR #12875:
URL: https://github.com/apache/druid/pull/12875#discussion_r946404989
##########
indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisorStateTest.java:
##########
@@ -1326,6 +1339,9 @@ protected Map<String, Long> getPartitionTimeLag()
@Override
protected void emitLag()
{
+ if ((metricFlag & LAG) == 0) {
Review Comment:
did it like this for scenarios when we want to test the emission of two
different metrics. I don't have such a test case now so I am happy to change
the implementation.
--
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]