mchades commented on PR #14389: URL: https://github.com/apache/druid/pull/14389#issuecomment-1590711994
> did you run into this problem in your cluster? can you tell us more about how you ran into this issue? @abhishekagarwal87 I have encountered the following situation: The storage of the Historical configured locations has been filled up, but the storage utilization displayed on the Coordinator is only around twenty percent. This has caused the Coordinator to continuously allocate segments to this Historical, but the segments fail to load due to insufficient storage, resulting in a repetitive cycle. I suspect that there are failed segments that were not completely cleaned up, leading to inaccurate storage statistics for the Historical. The premature exit from the loop in `findStoragePathIfCached` may be causing this outcome. -- 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]
