diqiu50 opened a new pull request, #10351:
URL: https://github.com/apache/gravitino/pull/10351

   ### What changes were proposed in this pull request?
   
   Remove the `-XX:GCLockerRetryAllocationCount=32` and related JVM options from
   `dev/docker/trino/conf/jvm.config`, as this option was removed in newer JDK 
versions.
   
   ### Why are the changes needed?
   
   Trino 478+ fails to start with the following error:
   
   ```
   Unrecognized VM option 'GCLockerRetryAllocationCount=32'
   Error: Could not create the Java Virtual Machine.
   ```
   
   Fix: #10349
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manually verified Trino starts successfully after removing the unrecognized 
JVM option.


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