gianm commented on code in PR #14337:
URL: https://github.com/apache/druid/pull/14337#discussion_r1204955802


##########
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:
   There should be some stuff interpolated into this log message to make it 
more useful to an operator, such as:
   
   - name of datasource
   - name of task that tried to do the allocation (if available)
   - interval for the allocation (if available)



-- 
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]

Reply via email to