npawar commented on a change in pull request #6667: URL: https://github.com/apache/incubator-pinot/pull/6667#discussion_r606527645
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/realtime/PinotLLCRealtimeSegmentManager.java ########## @@ -791,7 +851,7 @@ void updateIdealStateOnSegmentCompletion(String realtimeTableName, String commit @VisibleForTesting void updateInstanceStatesForNewConsumingSegment(Map<String, Map<String, String>> instanceStatesMap, - @Nullable String committingSegmentName, String newSegmentName, SegmentAssignment segmentAssignment, + @Nullable String committingSegmentName, @Nullable String newSegmentName, SegmentAssignment segmentAssignment, Review comment: We still want to make the update for the committingSegment rt? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org