William Lo created GOBBLIN-1909:
-----------------------------------
Summary: Disable zk state store test on CI as port has an issue on
Github Actions
Key: GOBBLIN-1909
URL: https://issues.apache.org/jira/browse/GOBBLIN-1909
Project: Apache Gobblin
Issue Type: Bug
Reporter: William Lo
In the Gobblin-helix module, the Github Actions CI fails consistently withÂ
{code:java}
Gradle suite > Gradle test >
org.apache.gobblin.runtime.StateStoreWatermarkStorageTest >
testPersistWatermarkStateToZk FAILED
java.lang.RuntimeException: Failed to create ZkStateStore with factory
at
org.apache.gobblin.metastore.ZkStateStoreFactory.createStateStore(ZkStateStoreFactory.java:39)
at
org.apache.gobblin.runtime.StateStoreBasedWatermarkStorage.<init>(StateStoreBasedWatermarkStorage.java:107)
at
org.apache.gobblin.runtime.StateStoreWatermarkStorageTest.testPersistWatermarkStateToZk(StateStoreWatermarkStorageTest.java:65)
Caused by:
org.apache.helix.zookeeper.zkclient.exception.ZkTimeoutException:
Unable to connect to zookeeper server within timeout: 60000 {code}
This is likely some connection issue with either the port used for zookeeper,
the long term solution is to find a zookeeper server that can be loaded as a
container dependency similar to how mysql is initialized today, so that the
tests will be more reliable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)