AmatyaAvadhanula commented on code in PR #16605:
URL: https://github.com/apache/druid/pull/16605#discussion_r1639715486
##########
server/src/main/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinator.java:
##########
@@ -1460,8 +1460,12 @@ int insertPendingSegmentsIntoMetastore(
));
final String now = DateTimes.nowUtc().toString();
+ final Set<String> processedSegmentIds = new HashSet<>();
Review Comment:
Could you please share why? The string is unique, and also acts as the
primary key for the table
--
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]