Jackie-Jiang commented on issue #11704: URL: https://github.com/apache/pinot/issues/11704#issuecomment-1740050114
Unfortunately I cannot tell what is causing the decompression failure by the stack trace itself. To debug the issue, we need to dig into the problematic segment and find the chunk that cannot be decompressed. To find the bad segment, you may add filter on virtual column `$segmentName` and find which segment is causing the exception After that, you may download the segment and load the segment with class `ImmutableSegmentLoader`, then debug the forward index `BaseChunkForwardIndexReader`. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org