gianm commented on PR #17456:
URL: https://github.com/apache/druid/pull/17456#issuecomment-2460606568

   There's some error in 
`DecoupledPlanningCalciteNestedDataQueryTest.testReturningAndSumPathDouble` 
ending in this chain. The root exception is `VirtualMachineError: Out of space 
in CodeCache for method handle intrinsic`:
   
   ```
   Caused by: java.lang.NoSuchMethodException: no such method: 
java.lang.invoke.MethodHandle.linkToSpecial(Object,Object,Object,Object,Object,Object,Object,int,Object,MemberName)void/invokeStatic
        at 
java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:915)
        at 
java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:994)
        at 
java.base/java.lang.invoke.DirectMethodHandle.makePreparedLambdaForm(DirectMethodHandle.java:261)
        ... 112 more
   Caused by: java.lang.NoSuchMethodError: 'void 
java.lang.invoke.MethodHandle.linkToSpecial(java.lang.Object, java.lang.Object, 
java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, 
java.lang.Object, int, java.lang.Object, java.lang.invoke.MemberName)'
        at java.base/java.lang.invoke.MethodHandleNatives.resolve(Native Method)
        at 
java.base/java.lang.invoke.MemberName$Factory.resolve(MemberName.java:962)
        at 
java.base/java.lang.invoke.MemberName$Factory.resolveOrFail(MemberName.java:991)
        ... 113 more
   Caused by: java.lang.VirtualMachineError: Out of space in CodeCache for 
method handle intrinsic
        ... 116 more
   ```
   
   After that, there's a ton of StupidPool errors due to leaks being detected. 
There must be some cleanup code somewhere that catches `Exception` rather than 
`Throwable`, so this `Error` causes a leak. The `VirtualMachineError` is the 
real problem though.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to