This is an automated email from the ASF dual-hosted git repository.

diqiu50 pushed a commit to branch branch-1.2
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.2 by this push:
     new 35daa1cb03 [Cherry-pick to branch-1.2] [#10349] fix(trino-connector): 
Remove unrecognized JVM option GCLockerRetryAllocationCount for Trino 478+ 
(#10351) (#10352)
35daa1cb03 is described below

commit 35daa1cb030947faef40dfd7d607eac4f17c1c45
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 10:00:08 2026 +0800

    [Cherry-pick to branch-1.2] [#10349] fix(trino-connector): Remove 
unrecognized JVM option GCLockerRetryAllocationCount for Trino 478+ (#10351) 
(#10352)
    
    **Cherry-pick Information:**
    - Original commit: 4082da4f7ff475ab7b75b810d5f91f3b8809ea4d
    - Target branch: `branch-1.2`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: Yuhui <[email protected]>
---
 dev/docker/trino/conf/jvm.config | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev/docker/trino/conf/jvm.config b/dev/docker/trino/conf/jvm.config
index 57b0e104dc..9c290d8b1c 100644
--- a/dev/docker/trino/conf/jvm.config
+++ b/dev/docker/trino/conf/jvm.config
@@ -28,8 +28,5 @@
 -XX:PerBytecodeRecompilationCutoff=10000
 -Djdk.attach.allowAttachSelf=true
 -Djdk.nio.maxCachedBufferSize=2000000
-# Reduce starvation of threads by GClocker, recommend to set about the number 
of cpu cores (JDK-8192647)
--XX:+UnlockDiagnosticVMOptions
--XX:GCLockerRetryAllocationCount=32
 -DHADOOP_USER_NAME=hive
 -Dlog4j.configurationFile=/etc/trino/log4j2.properties
\ No newline at end of file

Reply via email to