Jackie-Jiang commented on issue #10467: URL: https://github.com/apache/pinot/issues/10467#issuecomment-1483896425
Thanks for reporting the issue! The files under this folder is the temp files for the real-time consuming segments. Seems we only clean them up when segment is properly sealed. This can leave orphan files when segment is not sealed (e.g. server crash, segment deleted before sealing). Since these files are just for consuming segments, we can consider scanning all the data folders for realtime tables and remove the `_tmp` folder during server start. @tibrewalpratik17 Do you see multiple folders under `_tmp` folder? -- 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