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 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 diff --git a/storm.spec b/storm.spec index d25b3d6..35e6dc4 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 +* Wed Sep 28 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