amoeba opened a new issue, #410:
URL: https://github.com/apache/arrow-cookbook/issues/410

   Java CI caught a possible memory leak while running `make javatest` on 
substrait.rst:
   
   ```
   java.lang.IllegalStateException: Memory was leaked by query. Memory leaked: 
(3086)
   Allocator(ROOT) 0/3082/3558/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.example.Example.queryDatasetThruSubstraitPlanDefinition(Example.java:74)
       at org.example.Example.main(Example.java:82)
       at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:254)
       at java.base/java.lang.Thread.run(Thread.java:829)
   Error: The operation was canceled.
   ```
   
   Figure out if this is real and whether it's a bug or just API misuse.


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