kfaraz commented on code in PR #17509:
URL: https://github.com/apache/druid/pull/17509#discussion_r1877227815
##########
server/src/main/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinator.java:
##########
@@ -2661,7 +2661,7 @@ protected DataStoreMetadataUpdateResult
updateDataSourceMetadataWithHandle(
if (startMetadataGreaterThanExisting && !startMetadataMatchesExisting) {
// Offsets stored in startMetadata is greater than the last commited
metadata.
- return DataStoreMetadataUpdateResult.failure(
+ return DataStoreMetadataUpdateResult.retryableFailure(
Review Comment:
Please add another line to the comment above clarifying why we should retry
in this case.
--
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]