tejaswini-imply commented on code in PR #13144:
URL: https://github.com/apache/druid/pull/13144#discussion_r991339917
##########
extensions-core/kafka-indexing-service/src/main/java/org/apache/druid/indexing/kafka/supervisor/KafkaSupervisor.java:
##########
@@ -249,15 +252,7 @@ protected Map<Integer, Long> getPartitionRecordLag()
if (latestSequenceFromStream == null) {
return null;
}
-
- if
(!latestSequenceFromStream.keySet().equals(highestCurrentOffsets.keySet())) {
Review Comment:
Thanks for pointing it out, @kfaraz. in the earlier design of
LagBasedAutoScaler, this piece of code was reused. Now that it's redesigned,
there is no need for it, will revert the changes.
--
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]