This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 8cc0f1829f AMBARI-25947 : Fix Syntax Error in
ambari-metrics-host-monitoring/..../emitter.py (#3700)
8cc0f1829f is described below
commit 8cc0f1829f26a88a9e4e311991167e9a618a0c18
Author: Himanshu Maurya <[email protected]>
AuthorDate: Thu Jun 1 20:48:06 2023 +0530
AMBARI-25947 : Fix Syntax Error in
ambari-metrics-host-monitoring/..../emitter.py (#3700)
---
.../ambari-metrics-host-monitoring/src/main/python/core/emitter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/emitter.py
b/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/emitter.py
index df79d697a9..4c0dd967fd 100644
---
a/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/emitter.py
+++
b/ambari-metrics/ambari-metrics-host-monitoring/src/main/python/core/emitter.py
@@ -115,7 +115,7 @@ class Emitter(threading.Thread):
if not success:
logger.info('No valid collectors found...')
for collector_host in self.active_collector_hosts:
- success = self.try_with_collector(self.collector_protocol,
collector_host, self.ollector_port, data)
+ success = self.try_with_collector(self.collector_protocol,
collector_host, self.collector_port, data)
if success:
break
pass
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]