From: Maximilian B. <br...@su...> - 2015-03-24 13:54:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dear All, I'm very new to blazegraph but I changed to blazegraph cause of the clustering possibilities. I'm poor of having trouble with this. I want to cluster three nodes, all three become members in the quorum but only two join them. I discover this with zooinspector. The only difference between the three servers is that one of them doesn't have DNS is that a problem? Maybe on you can help me. My config file looks like this (the same on every machine): ## Configure basic environment variables. Obviously, you must use your own parameters for LOCATORS and ZK_SERVERS. ## This will not override parameters in the environment. # Name of the federation of services (controls the Apache River GROUPS). if [ -z "${FEDNAME}" ]; then export FEDNAME=tgRDFCluster fi # Path for local storage for this federation of services. if [ -z "${FED_DIR}" ]; then export FED_DIR=/home/tomcat-sesame/blazegraphCluster/data fi # Name of the replication cluster to which this HAJournalServer will belong. if [ -z "${LOGICAL_SERVICE_ID}" ]; then export LOGICAL_SERVICE_ID=tgHA-1 fi # Where to find the Apache River service registrars (can also use multicast). if [ -z "${LOCATORS}" ]; then #Use for a HA1+ configuration #export LOCATORS="jini://localhost/" #HA3 example export LOCATORS="jini://textgrid-test1.gwdg.de/,jini://textgrid-test1.gwdg.de/,jini://141.5.102.206/" fi # Where to find the Apache Zookeeper ensemble. if [ -z "${ZK_SERVERS}" ] ; then #Use for single node configuration export ZK_SERVERS="localhost:2181" #Use for a multiple ZK configuration #export ZK_SERVERS="bigdata15:2081,bigdata16:2081,bigdata17:2081" fi #Replication Factor (set to one for HA1) configuration if [ -z "${REPLICATION_FACTOR}" ] ; then #Use for a HA1 configuration export REPLICATION_FACTOR=3 #Use for a HA1+ configuration #export REPLICATION_FACTOR=3 fi #Port for the NanoSparqlServer Jetty if [ -z "${JETTY_PORT}" ] ; then export JETTY_PORT=7070 fi #Group commit (true|false) if [ -z "${GROUP_COMMIT}" ] ; then export GROUP_COMMIT=true - -- Maximilian Brodhun Abteilung Forschung und Entwicklung Georg-August-Universität Göttingen Niedersächsische Staats- und Universitätsbibliothek Göttingen D-37070 Göttingen Papendiek 14 (Historisches Gebäude, Raum 2.409) +49 551 39-4923 (Tel.) br...@su... http://www.sub.uni-goettingende/ http://www.rdd.sub.uni-goettingen.de/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVEWyPAAoJEBDMOSiH8mYucJMP/0PgYrjY1It0HQ6H65S8Qi0P /2mit6rDD7saQwVm0+f29ZVtteE3mWgGHCgsycthJvuVKiM5rJBvsa7cZGfA0DTy SY7wS6sx/87J4U38dY7qqPbl846eOHvyIIfxU/IkK7p/UEyJd39V3Nu+TYGnEmzS beEX6CijpORpbvivNeCv+Lgcb2yrLB5/AwTdURmH65v/nP7oopgMMz+yazznw+vh UOtYtjMT/msgzl8pAr76W/wAvsiihk6DhzdAgBPCwAriMD3JUuAawXvuWNqRdYfZ bGCgzdMSMCtGn22St7G2F2BqKLzhW6kY50LV/A0M4DfFzvJ5bZdARYsj1IDwkRL1 KKv88tYDdN+w+i1H84a20PN5wI9AVsZCbvMFELfrc2wUsdOpXalbiFY6uagwzkzs bolgHicuw7o63QvrhBMl2xPf/y7qCkMVjcGPClwhcUzHX3a8s6degjPptga/CZMg 0YnUSK5vSSqPquLanfExza4BbrG7LhgmzKPGkPkoqhgURhQaBCZA+A6tw+8NSs9P PYrkKwqEYNhug1LIif2BhUlOSwNhshPLmhn0/jt8HWIsnqDckFy4xhaLQYo3tG6+ bUzLSQCc9z2fdV889Bwn87rHV/II5nk3aJKk1NgTu7C+6txpFj9GtKk1wGkDmf41 8TNMmsIgHLA8OQMXd++E =7LK/ -----END PGP SIGNATURE----- |