cecemei commented on code in PR #19985:
URL: https://github.com/apache/druid/pull/19985#discussion_r3788135320


##########
server/src/main/java/org/apache/druid/segment/loading/SegmentLocalCacheManager.java:
##########
@@ -566,8 +577,13 @@ public AcquireSegmentAction acquireSegment(final 
DataSegment dataSegment, final
         throw DruidException.forPersona(DruidException.Persona.USER)
                             
.ofCategory(DruidException.Category.CAPACITY_EXCEEDED)
                             .build(
-                                "Unable to load segment[%s] on demand, ensure 
enough disk space has been allocated to load all segments involved in the 
query",
-                                dataSegment.getId()
+                                "Unable to load segment[%s] on demand, ensure 
enough disk space has been allocated "

Review Comment:
   updated



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