Tom-Newton commented on PR #39622: URL: https://github.com/apache/arrow/pull/39622#issuecomment-1925981228
ARM build in normal CI seems fine now but still at least one java error [AMD64 Ubuntu 22.04 Java JDK 21 Maven 3.9.5](https://github.com/apache/arrow/actions/runs/7775972438/job/21202555728?pr=39622#logs) This suite works locally and I suspect it is flaky. On a previous CI run I saw the same error but for JDK 17 instead of 21. I'm not sure if this flakiness was created by this PR, I suspect https://github.com/apache/arrow/pull/38719 was not 100% effective. It looks like the failure is happening when trying to close the root allocator after all the child allocators have been successfully closed, so I suppose that means the leak was directly on the root allocator. I see a few existing issues around this area but nothing obvious to indicate that the problem still exists on `main`. The R builds appear to be failing for the same reason as on `main` https://github.com/apache/arrow/issues/39933 -- 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]
