Attaching logs here. Zookeeper version running locally: 3.5.6 with no cluster settings.
I checked other solution on internet but seems none of them is working.
org.apache.zookeeper.KeeperException$UnimplementedException: KeeperErrorCode = Unimplemented for /path/to/node/data
at org.apache.zookeeper.KeeperException.create(KeeperException.java:106) ~[zookeeper-3.5.6.jar:3.5.6]
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.6.jar:3.5.6]
at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1637) ~[zookeeper-3.5.6.jar:3.5.6]
at org.apache.curator.framework.imps.CreateBuilderImpl$16.call(CreateBuilderImpl.java:1131) ~[curator-framework-5.0.0.jar:5.0.0]
at org.apache.curator.framework.imps.CreateBuilderImpl$16.call(CreateBuilderImpl.java:1113) ~[curator-framework-5.0.0.jar:5.0.0]
at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:93) ~[curator-client-5.0.0.jar:?]
at org.apache.curator.framework.imps.CreateBuilderImpl.pathInForeground(CreateBuilderImpl.java:1110) ~[curator-framework-5.0.0.jar:5.0.0]
at org.apache.curator.framework.imps.CreateBuilderImpl.protectedPathInForeground(CreateBuilderImpl.java:593) ~[curator-framework-5.0.0.jar:5.0.0]
at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:583) ~[curator-framework-5.0.0.jar:5.0.0]
at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:48) ~[curator-framework-5.0.0.jar:5.0.0]