我将ambari指标监视器配置从嵌入式更改为分布式并重新启动服务,但在其中一台主机上出现以下错误
On host <hostname> role METRICS_MONITOR in invalid state.
Invalid transition. Invalid event: HOST_SVCCOMP_OP_IN_PROGRESS at UNKNOWN我不能理解我应该做什么改变才能让它正常工作
发布于 2016-11-17 18:39:48
update ambari.hostcomponentstate set current_state='INSTALLED' where component_name = 'METRICS_MONITOR' and current_state = 'INIT';然后重新启动ambari-server和ambari-agent。重新应用您的更改。
参考:https://community.hortonworks.com/questions/10246/error-role-in-invalid-state.html
https://stackoverflow.com/questions/33750413
复制相似问题