kfaraz commented on code in PR #12875:
URL: https://github.com/apache/druid/pull/12875#discussion_r946621684
##########
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:
No, that makes sense. As it is just inside this test, this is fine too. We
can change it later if we need to.
--
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]