shouzuo meng created FLINK-23361:
------------------------------------
Summary: After ZooKeeper sets authority, HA does not work
Key: FLINK-23361
URL: https://issues.apache.org/jira/browse/FLINK-23361
Project: Flink
Issue Type: Bug
Components: flink-contrib
Affects Versions: 1.13.1
Environment: Flink 1.13.1
Reporter: shouzuo meng
Fix For: 1.13.1
When you I "high-availability.zookeeper.path.root",
but execute HA, it doesn't work,It is possible that there is a problem in
org.apache.flink.runtime.highavailability.zookeeper.ZooKeeperHaServices#isRootPath
{code:java}
private static boolean isRootPath(String remainingPath) {
return ZKPaths.PATH_SEPARATOR.equals(remainingPath);
}{code}
when i use "high-availability.zookeeper.path.root" , remainingPath should
equals the root path that I specified
--
This message was sent by Atlassian Jira
(v8.3.4#803005)