walterddr commented on issue #7910:
URL: https://github.com/apache/pinot/issues/7910#issuecomment-998893883


   sorry, i don't have the server exception log readily available, but we've 
seen this errorInfo from debug endpoint multiple times with `"errorInfo": 
{"errorMessage": "Could not build segment", "stackTrace": null}`. 
   
   this is what I am trying to address:
   by searching through the code path there's only 2 places where this could 
happen, and both of them are utilizing `buildSegmentInternal` method, but 
captured the exception early thus failed to record the exception stacktrace, 
without these information it is very difficult to debug what's going on.
   #7909 addressed this by moving the error collection inside 
`buildSegmentInternal`.
   


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