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

jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 97f1818db24 Disable JMX for zookeeper service in example e2e (#38053)
97f1818db24 is described below

commit 97f1818db249e7bd72cf612b87b7201da2d2f8a4
Author: Raigor <[email protected]>
AuthorDate: Mon Feb 16 11:29:11 2026 +0800

    Disable JMX for zookeeper service in example e2e (#38053)
---
 .github/workflows/nightly-build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/nightly-build.yml 
b/.github/workflows/nightly-build.yml
index dda68ef315c..a66cc2b7e70 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -258,6 +258,8 @@ jobs:
         options: --health-cmd="mysqladmin ping" --health-interval=10s 
--health-timeout=5s --health-retries=3
       zookeeper:
         image: zookeeper:3.6.3
+        env:
+          JMXDISABLE: "true"
         ports:
           - 2181:2181
         options: --health-cmd="echo ruok | nc localhost 2181" 
--health-interval=10s --health-timeout=5s --health-retries=3

Reply via email to