mdnoorshid opened a new issue, #15831:
URL: https://github.com/apache/druid/issues/15831

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


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