Jackie-Jiang commented on issue #11764: URL: https://github.com/apache/pinot/issues/11764#issuecomment-1762437328
One possible explanation is that when committing a segment, controller will list all the files within the table data dir, and clean up the unnecessary ones (see `PinotLLCRealtimeSegmentManager.commitSegmentFile()`). Since there are too many tmp files, somehow it might throw exception (again I don't know why it can crash the controller since the exception should be handled, maybe it causes OOM which is an error). -- 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]
