Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Few segments are not able to load from deep storage #15831

Open
mdnoorshid opened this issue Feb 5, 2024 · 0 comments
Open

Few segments are not able to load from deep storage #15831

mdnoorshid opened this issue Feb 5, 2024 · 0 comments

Comments

@mdnoorshid
Copy link

Hello Everyone,
We are stuck in the process of loading of our segments from the deep storage. Some of the segments are able to load but for few we are getting exception as 2024-02-01T10:11:07,442 ERROR [Master-PeonExec--0] org.apache.druid.server.coordinator.HttpLoadQueuePeon - Server[https://xxxx:8283/] Failed segment[YYY-alerts_2023-12-04T00:00:00.000Z_2023-12-05T00:00:00.000Z_2023-12-06T01:35:16.291Z] request[SegmentChangeRequestLoad] with cause [org.apache.druid.segment.loading.SegmentLoadingException: Exception loading segment[XXX-alerts_2023-12-04T00:00:00.000Z_2023-12-05T00:00:00.000Z_2023-12-06T01:35:16.291Z]] . We have provided almost all the classes logs but not able to get the exact root cause for not loading in historical. Could someone help on this. These are the classes we have added in our log4j file

<!--segments loading-->
   <Logger name="org.apache.druid.segment.loading" level="error" additivity="false">
     <Appender-ref ref="Console"/>
   </Logger>

   <Logger name="org.apache.druid.server.coordination" level="debug" additivity="false">
     <Appender-ref ref="Console"/>
   </Logger>

   <Logger name="org.apache.druid.server.SegmentManager" level="debug" additivity="false">
     <Appender-ref ref="Console"/>
   </Logger>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant