AmatyaAvadhanula commented on code in PR #16162:
URL: https://github.com/apache/druid/pull/16162#discussion_r1577568139
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/supervisor/SupervisorManager.java:
##########
@@ -310,14 +310,14 @@ public boolean checkPointDataSourceMetadata(
*/
public boolean registerNewVersionOfPendingSegmentOnSupervisor(
Review Comment:
Done
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java:
##########
@@ -1599,7 +1597,7 @@ public Response registerNewVersionOfPendingSegment(
log.error(
e,
"Could not register new version[%s] of pending segment[%s]",
Review Comment:
Done
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java:
##########
@@ -1599,7 +1597,7 @@ public Response registerNewVersionOfPendingSegment(
log.error(
e,
"Could not register new version[%s] of pending segment[%s]",
- pendingSegmentVersions.getNewVersion(),
pendingSegmentVersions.getBaseSegment()
+ upgradedPendingSegment.getId().getVersion(),
upgradedPendingSegment.getUpgradedFromSegmentId()
Review Comment:
Done
--
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]