2017/12/15 15:11:37.737 INFO [com.linkedin.pinot.controller.api.ControllerAdminApiApplication] [] Start jersey admin API on port: 9000
2017/12/15 15:11:37.737 INFO [com.linkedin.pinot.controller.ControllerStarter] [] Started Jersey API on port 9000
2017/12/15 15:11:37.738 INFO [com.linkedin.pinot.controller.ControllerStarter] [] Pinot controller ready and listening on port 9000 for API requests
2017/12/15 15:11:37.738 INFO [com.linkedin.pinot.controller.ControllerStarter] [] Controller services available at http://pinot-controller-dev1:9000/
2
Invalid cluster setup, missing znode path: /zookeeper/IDEALSTATES
Invalid cluster setup, missing znode path: /zookeeper/CONFIGS/CLUSTER/zookeeper
Invalid cluster setup, missing znode path: /zookeeper/CONFIGS/PARTICIPANT
is confusing. why do Helix scan all the nodes in zookeeper? is it a known behavior?
org.apache.http.client.ClientProtocolException: URI does not specify a valid host name: localhost:8081
when trying to run SegmentTarPush with my controller running on port 8081
Merged also reformat PR: apache/incubator-pinot#3739
In case your current working branch has conflict with this one (which is very likely), to resolve conflict after rebasing on this change:
From now on, please follow the Pinot Style introduced in PR: apache/incubator-pinot#3705
When reformatting enum, be cautious because sometimes the result is not what we expected (Mac and Linux IntelliJ seems to have different behavior)