eramitmittal commented on PR #43551:
URL: https://github.com/apache/arrow/pull/43551#issuecomment-2286252859

   @kou thanks.
   So, I just have to worry about mem leak failure.
   
   ```java.lang.IllegalStateException:
   Memory was leaked by query. Memory leaked: (2)
   Allocator(ROOT) 0/2/32804/9223372036854775807 (res/actual/peak/limit)
   
        at org.apache.arrow.memory.BaseAllocator.close(BaseAllocator.java:503)
        at org.apache.arrow.memory.RootAllocator.close(RootAllocator.java:27)
        at 
org.apache.arrow.flight.integration.tests.IntegrationTest.testScenario(IntegrationTest.java:116)
        at 
org.apache.arrow.flight.integration.tests.IntegrationTest.flightSqlIngestion(IntegrationTest.java:85)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)```
   
   Strangely sometimes it fails with the above error for JDK 17 and sometimes 
for JDK 21. It seems some kind of race condition. Let me try crossbow and see 
if it fails. Also, locally I will try to have multiple runs using same docker 
images as is being used here and try to reproduce the failure.


-- 
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]

Reply via email to