You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2020/07/10 22:10:26 UTC

[GitHub] [incubator-heron] Code0x58 commented on a change in pull request #3561: WIP: Add k8s integration tests to CI

Code0x58 commented on a change in pull request #3561:
URL: https://github.com/apache/incubator-heron/pull/3561#discussion_r453099857



##########
File path: heron/config/src/yaml/conf/kubernetes/statemgr.yaml
##########
@@ -19,7 +19,7 @@
 heron.class.state.manager: org.apache.heron.statemgr.zookeeper.curator.CuratorStateManager
 
 # local state manager connection string
-heron.statemgr.connection.string:  <zookeeper_host:zookeeper_port>
+heron.statemgr.connection.string:  127.0.0.1:2181

Review comment:
       on the host machine zookeeper is available on `127.0.0.1:2181` due to a `kubectl port-forward`. That helped get the integration test runner further, but I take it this same config is also consumed within the cluster, where it should point to `zookeeper:2181`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org