kfaraz commented on code in PR #14337:
URL: https://github.com/apache/druid/pull/14337#discussion_r1204969261
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/actions/SegmentAllocationQueue.java:
##########
@@ -364,7 +364,11 @@ private boolean processBatch(AllocateRequestBatch
requestBatch)
final Set<DataSegment> updatedUsedSegments =
retrieveUsedSegments(requestKey);
if (updatedUsedSegments.equals(usedSegments)) {
- requestBatch.failPendingRequests("Allocation failed probably due to
conflicting segments.");
+ log.info(
Review Comment:
Updated to include the batch key, which has datasource, groupId and
preferredAllocInterval.
--
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]