From a2fb39c1c4a207b77e859a01901c235d83c16df8 Mon Sep 17 00:00:00 2001 From: xiexing Date: Tue, 27 Sep 2022 06:00:27 +0000 Subject: [PATCH 1/4] update storm-nimbus.service. Signed-off-by: xiexing (cherry picked from commit dfd439d7cc60f5b079efdae25c2897ae8d2c7db8) --- storm-nimbus.service | 1 + 1 file changed, 1 insertion(+) diff --git a/storm-nimbus.service b/storm-nimbus.service index 8091238..73e52b3 100644 --- a/storm-nimbus.service +++ b/storm-nimbus.service @@ -11,6 +11,7 @@ StandardError=syslog SyslogIdentifier=storm-nimbus SyslogLevel=debug SuccessExitStatus=20 +SuccessExitStatus=143 [Install] WantedBy=multi-user.target -- Gitee From 0f0b0b7c4295fc1b6e3508131c4398219787cb3b Mon Sep 17 00:00:00 2001 From: xiexing Date: Tue, 27 Sep 2022 06:01:10 +0000 Subject: [PATCH 2/4] update storm-supervisor.service. Signed-off-by: xiexing (cherry picked from commit 1b1acf62c175066c30f459d9502d77c012482f5d) --- storm-supervisor.service | 1 + 1 file changed, 1 insertion(+) diff --git a/storm-supervisor.service b/storm-supervisor.service index e94f5f2..93ff2ad 100644 --- a/storm-supervisor.service +++ b/storm-supervisor.service @@ -11,6 +11,7 @@ StandardError=syslog SyslogIdentifier=storm-supervisor SyslogLevel=debug SuccessExitStatus=20 +SuccessExitStatus=143 [Install] WantedBy=multi-user.target -- Gitee From 4f1232091dc7039475269e2773414192413a4bc0 Mon Sep 17 00:00:00 2001 From: xiexing Date: Tue, 27 Sep 2022 14:48:28 +0000 Subject: [PATCH 3/4] update storm.spec. Signed-off-by: xiexing (cherry picked from commit 6e917c8336b7c28fcd224007cfcf3b0d7cd3e961) --- storm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/storm.spec b/storm.spec index d25b3d6..5801002 100644 --- a/storm.spec +++ b/storm.spec @@ -5,7 +5,7 @@ %define _data_dir %{_sharedstatedir}/storm Name: storm Version: 1.2.4 -Release: 1 +Release: 2 Summary: Apache Storm realtime computation system License: Apache-2.0 Url: http://storm.apache.org @@ -88,6 +88,9 @@ done %dir %{_data_dir} %changelog +*Tue Sep 2 2022 xiexing - 1.2.4-2 +- fix stop service return 143 + * Wed Sep 01 2021 wangkai - 1.2.4-1 - Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865 -- Gitee From 7722d3238472f1433e846d0762f329833a15d9f0 Mon Sep 17 00:00:00 2001 From: xiexing Date: Wed, 28 Sep 2022 01:43:12 +0000 Subject: [PATCH 4/4] update storm.spec. Signed-off-by: xiexing (cherry picked from commit 36d9fb73c71d28b9823f8be6ca855691b4f03ef3) --- storm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storm.spec b/storm.spec index 5801002..35e6dc4 100644 --- a/storm.spec +++ b/storm.spec @@ -88,7 +88,7 @@ done %dir %{_data_dir} %changelog -*Tue Sep 2 2022 xiexing - 1.2.4-2 +* Wed Sep 28 2022 xiexing - 1.2.4-2 - fix stop service return 143 * Wed Sep 01 2021 wangkai - 1.2.4-1 -- Gitee