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

jimin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new df76d3686c optimize: remove JVM parameter app.id (#6950)
df76d3686c is described below

commit df76d3686c7e5d08ff2f52e264f2280e8a1a2615
Author: xingfudeshi <[email protected]>
AuthorDate: Sat Oct 26 10:56:22 2024 +0800

    optimize: remove JVM parameter app.id (#6950)
---
 changes/en-us/2.x.md            | 2 +-
 changes/zh-cn/2.x.md            | 1 +
 distribution/bin/seata-setup.sh | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 5bdcb56227..84c7edd955 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -34,7 +34,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#6911](https://github.com/apache/incubator-seata/pull/6911)] fix some 
typos in project
 - [[#6918](https://github.com/apache/incubator-seata/pull/6918)] Use the 
openjdk image of eclipse-temurin as the base image
 - [[#6938](https://github.com/apache/incubator-seata/pull/6938)] Update online 
chat information in README.md 
-
+- [[#6950](https://github.com/apache/incubator-seata/pull/6950)] Remove JVM 
parameter app.id
 
 ### refactor:
 
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index efb6cad9b7..c63c19b806 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -36,6 +36,7 @@
 - [[#6911](https://github.com/apache/incubator-seata/pull/6911)] 修正项目中的部分拼写错误
 - [[#6918](https://github.com/apache/incubator-seata/pull/6918)] 
使用eclipse-temurin的openjdk镜像作为基础镜像
 - [[#6938](https://github.com/apache/incubator-seata/pull/6938)] 更新 README.md 
中的社区联系信息
+- [[#6950](https://github.com/apache/incubator-seata/pull/6950)] 移除JVM参数app.id
 
 ### refactor:
 
diff --git a/distribution/bin/seata-setup.sh b/distribution/bin/seata-setup.sh
index 50b6a6121e..a391f172d8 100644
--- a/distribution/bin/seata-setup.sh
+++ b/distribution/bin/seata-setup.sh
@@ -150,7 +150,7 @@ else
 fi
 
 JAVA_OPT="${JAVA_OPT} -Dio.netty.leakDetectionLevel=advanced"
-JAVA_OPT="${JAVA_OPT} -Dapp.name=seata-server -Dapp.pid=${$} 
-Dapp.home=${BASEDIR} -Dbasedir=${BASEDIR}"
+JAVA_OPT="${JAVA_OPT} -Dapp.name=seata-server -Dapp.home=${BASEDIR} 
-Dbasedir=${BASEDIR}"
 
 if [ "$JMX_ENABLE" = "true" ]; then
   JMX_PORT=$JMX_PORT


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

Reply via email to