Hi there,
I am copying the explanations in the neo4j.properties here ... let me
know if they do not make sense and we can adjust things.
# Uncomment and specify these lines for running Neo4j in High Availability mode.
# ha.server_id is a unique integer for each instance of the Neo4j
database in the cluster.
# (as opposed to the coordinator instance IDs)
# example: ha.server_id=1
ha.server_id=1
# ha.coordinators is a comma-separated list (without spaces) of the
host:port of where to
# find one or more of the Neo4j coordinator servers.
# Avoid localhost due to IP resolution issues on some systems.
# example: ha.coordinators=localhost:2181,
1.2.3.4:4321
ha.coordinators=localhost:2181,localhost:2182,localhost:2183
# You can also, optionally, configure the ha.cluster_name. This is the
name of the cluster this
# instance is supposed to join. Accepted characters are alphabetical,
numerical, dot and dash.
# This configuration is useful if you have multiple Neo4j HA clusters
managed by the same
# Coordinator cluster.
# Example: ha.cluster_name = my.neo4j.ha.cluster
ha.cluster_name=local.jvm.only.cluster
# IP and port for this instance to bind to to communicate data with the
# other neo4j instances in the cluster. This is broadcasted to the other
# cluster members, so different members can have different communication ports.
# Optional if the members are on different machines so the IP is
different for every member.
ha.server = localhost:6001
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L:
http://www.linkedin.com/in/neubauer
T: @peterneubauer
Wanna learn something new? Come to @graphconnect.
> --
>
>