【发布时间】:2019-12-08 16:22:50
【问题描述】:
重启服务器后,NiFi 没有启动。在服务器重新启动之前,我能够毫无问题地关闭/启动 NiFi。
我确保 3 个配置文件(flow.xml.gz、authorizations.xml 和 users.xml)在所有节点上都是相同的。
2019-12-08 14:36:10,085 ERROR [main] o.a.nifi.controller.StandardFlowService Failed to load flow from cluster due to: org.apache.nifi.controller.UninheritableFlowException: Failed to connect node to cluster because local flow is different than cluster flow.
org.apache.nifi.controller.UninheritableFlowException: Failed to connect node to cluster because local flow is different than cluster flow.
at org.apache.nifi.controller.StandardFlowService.loadFromConnectionResponse(StandardFlowService.java:1026)
at org.apache.nifi.controller.StandardFlowService.load(StandardFlowService.java:539)
at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:1009)
at org.apache.nifi.NiFi.<init>(NiFi.java:158)
at org.apache.nifi.NiFi.<init>(NiFi.java:72)
at org.apache.nifi.NiFi.main(NiFi.java:297)
Caused by: org.apache.nifi.controller.UninheritableFlowException: Proposed Authorizer is not inheritable by the flow controller because of Authorizer differences: Proposed Authorizations do not match current Authorizations: Proposed fingerprint is not inheritable because the current access policies is not empty.
此外,通过删除 zookeeper 集群中 NiFi 的 znode,排除了任何 zookeeper 损坏问题。
我正在使用 NiFi 1.9.1
非常感谢任何帮助。
【问题讨论】:
标签: apache-nifi