[
https://issues.apache.org/jira/browse/GOBBLIN-1909?focusedWorklogId=880509&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-880509
]
ASF GitHub Bot logged work on GOBBLIN-1909:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/23 19:36
Start Date: 14/Sep/23 19:36
Worklog Time Spent: 10m
Work Description: Will-Lo merged PR #3775:
URL: https://github.com/apache/gobblin/pull/3775
Issue Time Tracking
-------------------
Worklog Id: (was: 880509)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)