Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
Description
Feb 09 13:41:24 org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = BadVersion for /flink/default/testPutAndRemoveJobGraph/372cd3c2dc2c8b3071d3f8fec2285fb9 Feb 09 13:41:24 at org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.KeeperException.create(KeeperException.java:122) Feb 09 13:41:24 at org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.KeeperException.create(KeeperException.java:54) Feb 09 13:41:24 at org.apache.flink.shaded.zookeeper3.org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:2384) Feb 09 13:41:24 at org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl$7.call(SetDataBuilderImpl.java:398) Feb 09 13:41:24 at org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl$7.call(SetDataBuilderImpl.java:385) Feb 09 13:41:24 at org.apache.flink.shaded.curator5.org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:93) Feb 09 13:41:24 at org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl.pathInForeground(SetDataBuilderImpl.java:382) Feb 09 13:41:24 at org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:358) Feb 09 13:41:24 at org.apache.flink.shaded.curator5.org.apache.curator.framework.imps.SetDataBuilderImpl.forPath(SetDataBuilderImpl.java:36) Feb 09 13:41:24 at org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore.setStateHandle(ZooKeeperStateHandleStore.java:268) Feb 09 13:41:24 at org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore.replace(ZooKeeperStateHandleStore.java:232) Feb 09 13:41:24 at org.apache.flink.runtime.zookeeper.ZooKeeperStateHandleStore.replace(ZooKeeperStateHandleStore.java:86) Feb 09 13:41:24 at org.apache.flink.runtime.jobmanager.DefaultJobGraphStore.putJobGraph(DefaultJobGraphStore.java:226) Feb 09 13:41:24 at org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphsStoreITCase.testPutAndRemoveJobGraph(ZooKeeperJobGraphsStoreITCase.java:123) Feb 09 13:41:24 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Feb 09 13:41:24 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Feb 09 13:41:24 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Feb 09 13:41:24 at java.lang.reflect.Method.invoke(Method.java:498) Feb 09 13:41:24 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) Feb 09 13:41:24 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) Feb 09 13:41:24 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) Feb 09 13:41:24 at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) Feb 09 13:41:24 at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) Feb 09 13:41:24 at org.apache.flink.util.TestNameProvider$1.evaluate(TestNameProvider.java:45) Feb 09 13:41:24 at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) Feb 09 13:41:24 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) Feb 09 13:41:24 at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) Feb 09 13:41:24 at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) Feb 09 13:41:24 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) Feb 09 13:41:24 at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) Feb 09 13:41:24 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) Feb 09 13:41:24 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) Feb 09 13:41:24 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) Feb 09 13:41:24 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) Feb 09 13:41:24 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) Feb 09 13:41:24 at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) Feb 09 13:41:24 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) Feb 09 13:41:24 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
Attachments
Issue Links
- is related to
-
FLINK-26067 ZooKeeperLeaderElectionConnectionHandlingTest. testLoseLeadershipOnLostConnectionIfTolerateSuspendedConnectionsIsEnabled failed due to timeout
- Closed
- requires
-
CURATOR-584 Curator Client Fault Tolerance Extensions
- Resolved
- links to