badalprasadsingh commented on issue #1825: URL: https://github.com/apache/iceberg-go/issues/1825#issuecomment-5301520039
This detailed report is very useful - thanks for this. I tried reproducing it - but could **not** reproduce - passes `200x`, and under -race, on main (`02b3fe9`). But you found a real leak on a different trigger: when `stream` errors early, its `CompareAndDelete` deregisters the writer, so `abortAll` never drains `recordCh`. I measured around `2.4-5KB` stranded per run. Would be great if you could share your version of go and along with arrow-go. -- 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]
