Pankaj260100 commented on PR #861:
URL: https://github.com/apache/druid/pull/861#issuecomment-2427138616

   @xvrl @drcrallen @abhishekagarwal87 
   We still get this error sometimes, even with this .delete() method.
   ```
   Failed to load segment in current location [PATH_TO_LOCATION], try next 
location if any: 
{class=org.apache.druid.segment.loading.SegmentLocalCacheManager, 
exceptionType=class org.apache.druid.segment.loading.SegmentLoadingException, 
exceptionMessage=Unable to remove marker file for [PATH_TO_SEGMENT], 
location=FILE_PATH}
   ```
   I confirmed from the logs that it was able to load the segment from S3, but 
it failed at this step. It does not happen every time, but we see this error 
from time to time. Is there any reason why this can happen? 
   Can it be because of some race condition, as this step is outside the lock?


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