kfaraz commented on code in PR #15637:
URL: https://github.com/apache/druid/pull/15637#discussion_r1455500984
##########
server/src/main/java/org/apache/druid/indexing/overlord/IndexerMetadataStorageCoordinator.java:
##########
@@ -443,4 +443,11 @@ SegmentPublishResult commitMetadataOnly(
* @return DataSegment used segment corresponding to given id
*/
DataSegment retrieveSegmentForId(String id, boolean includeUnused);
+
+ /**
+ * Clean entries in upgrade segments table after the corresponding replace
task has ended
Review Comment:
```suggestion
* Delete entries from upgrade segments table after the corresponding
replace task has ended
```
--
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]