This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 15035e40b7 AMBARI-26111: Adjust code sequence in
‘ambari-agent/src/main/python/ambari_agent/InitializerModule.py’ to prevent
code error (#3806)
15035e40b7 is described below
commit 15035e40b7849adf9e01bc233fd292a48ac33317
Author: LiJie20190102 <[email protected]>
AuthorDate: Wed Aug 7 09:48:56 2024 +0800
AMBARI-26111: Adjust code sequence in
‘ambari-agent/src/main/python/ambari_agent/InitializerModule.py’ to prevent
code error (#3806)
Co-authored-by: lijie0203 <[email protected]>
---
ambari-agent/src/main/python/ambari_agent/InitializerModule.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-agent/src/main/python/ambari_agent/InitializerModule.py
b/ambari-agent/src/main/python/ambari_agent/InitializerModule.py
index c256a8ddf5..182b078885 100644
--- a/ambari-agent/src/main/python/ambari_agent/InitializerModule.py
+++ b/ambari-agent/src/main/python/ambari_agent/InitializerModule.py
@@ -91,8 +91,8 @@ class InitializerModule:
self.stale_alerts_monitor = StaleAlertsMonitor(self)
self.server_responses_listener = ServerResponsesListener(self)
self.file_cache = FileCache(self.config)
- self.customServiceOrchestrator = CustomServiceOrchestrator(self)
self.hooks_orchestrator = HooksOrchestrator(self)
+ self.customServiceOrchestrator = CustomServiceOrchestrator(self)
self.recovery_manager = RecoveryManager(self)
self.commandStatuses = CommandStatusDict(self)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]