pixelherodev commented on PR #556: URL: https://github.com/apache/arrow-go/pull/556#issuecomment-3470167473
Yeah, readning through AddFinalizer, it's not actually guaranteed that the finalizers will run at _all_, effectively. They also are explicitly run one-at-a-time, so if there's, say, 100 buffers being cleaned up, they'll be cleaned up in serial while runtime.GC finishes and returns. I'm not even sure how that middleware test can even be flaky tbh. -- 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]
