jhrotko commented on PR #892: URL: https://github.com/apache/arrow-java/pull/892#issuecomment-3517173410
in [AArch64 macOS latest Java JDK 11](https://github.com/apache/arrow-java/actions/runs/19240256490/job/55035864907?pr=892#logs) it's a BasicAuth test seems unrelated with the changes ``` Error: org.apache.arrow.flight.auth.TestBasicAuth -- Time elapsed: 1.149 s <<< ERROR! java.lang.IllegalStateException: Memory was leaked by query. Memory leaked: (65536) Allocator(ROOT) 0/65536/131072/9223372036854775807 (res/actual/peak/limit) at org.apache.arrow.memory.BaseAllocator.close(BaseAllocator.java:504) at org.apache.arrow.memory.RootAllocator.close(RootAllocator.java:27) at org.apache.arrow.util.AutoCloseables.close(AutoCloseables.java:97) at org.apache.arrow.util.AutoCloseables.close(AutoCloseables.java:75) at org.apache.arrow.flight.auth.TestBasicAuth.shutdown(TestBasicAuth.java:181) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) ``` In [AMD64 integration](https://github.com/apache/arrow-java/actions/runs/19240256490/job/55035864963?pr=892#logs) related with https://github.com/apache/arrow-go/pull/571 and In [AMD64 macOS 13 Java JDK 11](https://github.com/apache/arrow-java/actions/runs/19240256490/job/55035864915?pr=892#logs) the error also seems unrelated ``` Error: Could not acquire lock(s) Error: java.lang.IllegalStateException: Could not acquire lock(s) Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Process completed with exit code 1. ``` -- 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]
