[
https://issues.apache.org/jira/browse/STORM-702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365981#comment-14365981
]
ASF GitHub Bot commented on STORM-702:
--------------------------------------
Github user atdixon commented on the pull request:
https://github.com/apache/storm/pull/432#issuecomment-82580384
@harshach implemented your suggestions, thank you.
The *storm* configuration I used to test (w/ single zk node, too) is in the
first comment of this thread.
To configure and run exhibitor locally, I used:
java -cp './lib/*' com.netflix.exhibitor.application.ExhibitorMain -c file
--defaultconfig ./exhibitor-default.properties --hostname localhost
And my exhibitor-default.properties looked like so:
<pre>
java-environment=
zookeeper-data-directory=/Users/atdixon/work/srvr/exhibitor/1.5.4/zookeeper-3.4.6/snapshots
servers-spec=S\:1\:localhost
cleanup-period-ms=300000
auto-manage-instances-fixed-ensemble-size=0
zookeeper-install-directory=/Users/atdixon/work/srvr/exhibitor/1.5.4/zookeeper-3.4.6
check-ms=30000
zookeeper-log-directory=/Users/atdixon/work/srvr/exhibitor/1.5.4/zookeeper-3.4.6/transactions
log-index-directory=/Users/atdixon/work/srvr/exhibitor/1.5.4/zookeeper-3.4.6/transactions
backup-period-ms=60000
client-port=2181
cleanup-max-files=20
backup-max-store-ms=86400000
connect-port=2888
backup-extra=
observer-threshold=0
log4j-properties=
auto-manage-instances-apply-all-at-once=1
election-port=3888
zoo-cfg-extra=tickTime\=2000&initLimit\=10&syncLimit\=5&&datadir.autocreate\=false
auto-manage-instances-settling-period-ms=0
auto-manage-instances=1
</pre>
> Apache Exhibitor support
> ------------------------
>
> Key: STORM-702
> URL: https://issues.apache.org/jira/browse/STORM-702
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Aaron Dixon
> Priority: Critical
>
> Storm connects to Zookeeper via an explicit list of zookeeper hosts.
> Apache Exhibitor offers zookeeper cluster discovery and management features
> allowing for dynamically resizing zookeeper clusters, restarting and
> replacing zk machines in the cluster, etc.
> Curator supports creating zookeeper client connections using exhibitor hosts.
> Storm should allow (optionally) for connection to its Zookeeper clusters
> through Exhibitor.
> Here is the github pull request that prompted this ticket, and that
> introduces optional exhibitor configuration and exhibitor support in Storm:
> https://github.com/apache/storm/pull/432
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)