pixelherodev commented on PR #556: URL: https://github.com/apache/arrow-go/pull/556#issuecomment-3469978631
My suspicion is that the test is flaky because of timing: if GC triggers twice after the memory is returned to the pool _before the checked allocator runs_, then the cleanup function will run, the Buffer's finalizer runs and Release()s the memory. Using the checked allocator here is going to be very timing dependent, I think. -- 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]
