I noticed I had a duplication of port settings in the first command so I removed --tcp-port=1113 --http-port=2113, with the same result though…
now:
mono-sgen EventStore.ClusterNode.exe --log=/var/log/eventstore --int-ip=0.0.0.0 --ext-ip=0.0.0.0 --int-tcp-port=1112 --ext-tcp-port=1113 --int-http-port=2112 --ext-http-port=2113 --cluster-size=3 --use-dns-discovery- --db=/data/eventstore --http-prefix=http://*:2113/ --gossip-seed=172.17.8.101:2113 --gossip-seed=172.17.8.102:2113 --gossip-seed=172.17.8.103:2113
log:
Jul 24 15:54:52 core1 bash[15516]: ES VERSION: 3.0.0.0 (master/30f7fa64d73ba65028e5a6ca720639985cac1458, Tue, 18 Mar 2014 20:03:41 +0000)
Jul 24 15:54:52 core1 bash[15516]: OS: Unknown (Unix 3.15.2.0)
Jul 24 15:54:52 core1 bash[15516]: RUNTIME: 3.2.8 (Debian 3.2.8+dfsg-7) (64-bit)
Jul 24 15:54:52 core1 bash[15516]: GC: 2 GENERATIONS
Jul 24 15:54:52 core1 bash[15516]: LOGS: /var/log/eventstore
Jul 24 15:54:52 core1 bash[15516]: SHOW HELP: False ()
Jul 24 15:54:52 core1 bash[15516]: SHOW VERSION: False ()
Jul 24 15:54:52 core1 bash[15516]: LOGS DIR: /var/log/eventstore (–logsdir from command line)
Jul 24 15:54:52 core1 bash[15516]: CONFIGS: ()
Jul 24 15:54:52 core1 bash[15516]: DEFINES: ()
Jul 24 15:54:52 core1 bash[15516]: INTERNAL IP: 0.0.0.0 (–internal-ip from command line)
Jul 24 15:54:52 core1 bash[15516]: EXTERNAL IP: 0.0.0.0 (–external-ip from command line)
Jul 24 15:54:52 core1 bash[15516]: INTERNAL HTTP PORT: 2112 (–internal-http-port from command line)
Jul 24 15:54:52 core1 bash[15516]: EXTERNAL HTTP PORT: 2113 (–external-http-port from command line)
Jul 24 15:54:52 core1 bash[15516]: INTERNAL TCP PORT: 1112 (–internal-tcp-port from command line)
Jul 24 15:54:52 core1 bash[15516]: INTERNAL SECURE TCP PORT: 0 ()
Jul 24 15:54:52 core1 bash[15516]: EXTERNAL TCP PORT: 1113 (–external-tcp-port from command line)
Jul 24 15:54:52 core1 bash[15516]: EXTERNAL SECURE TCP PORT: 0 ()
Jul 24 15:54:52 core1 bash[15516]: FORCE: False ()
Jul 24 15:54:52 core1 bash[15516]: CLUSTER SIZE: 3 (–cluster-size from command line)
Jul 24 15:54:52 core1 bash[15516]: MIN FLUSH DELAY MS: 2 ()
Jul 24 15:54:52 core1 bash[15516]: NODE PRIORITY: 0 ()
Jul 24 15:54:52 core1 bash[15516]: COMMIT COUNT: 2 ()
Jul 24 15:54:52 core1 bash[15516]: PREPARE COUNT: 2 ()
Jul 24 15:54:52 core1 bash[15516]: MAX MEM TABLE SIZE: 1000000 ()
Jul 24 15:54:52 core1 bash[15516]: DISCOVER VIA DNS: False (–use-dns-discovery from command line)
Jul 24 15:54:52 core1 bash[15516]: CLUSTER DNS: fake.dns ()
Jul 24 15:54:52 core1 bash[15516]: CLUSTER GOSSIP PORT: 30777 ()
Jul 24 15:54:52 core1 bash[15516]: GOSSIP SEEDS: 172.17.8.101:2113, 172.17.8.102:2113, 172.17.8.103:2113 (–gossip-seed from command line)
Jul 24 15:54:52 core1 bash[15516]: STATS PERIOD SEC: 30 ()
Jul 24 15:54:52 core1 bash[15516]: CACHED CHUNKS: -1 ()
Jul 24 15:54:52 core1 bash[15516]: CHUNKS CACHE SIZE: 536871424 ()
Jul 24 15:54:52 core1 bash[15516]: DB PATH: /data/eventstore (–db from command line)
Jul 24 15:54:52 core1 bash[15516]: IN MEM DB: False ()
Jul 24 15:54:52 core1 bash[15516]: SKIP DB VERIFY: False ()
Jul 24 15:54:52 core1 bash[15516]: RUN PROJECTIONS: System ()
Jul 24 15:54:52 core1 bash[15516]: PROJECTION THREADS: 3 ()
Jul 24 15:54:52 core1 bash[15516]: WORKER THREADS: 5 ()
Jul 24 15:54:52 core1 bash[15516]: HTTP PREFIXES: http://*:2113/ (–http-prefix from command line)
Jul 24 15:54:52 core1 bash[15516]: ENABLE TRUSTED AUTH: False ()
Jul 24 15:54:52 core1 bash[15516]: CERTIFICATE STORE: ()
Jul 24 15:54:52 core1 bash[15516]: CERTIFICATE NAME: ()
Jul 24 15:54:52 core1 bash[15516]: CERTIFICATE FILE: ()
Jul 24 15:54:52 core1 bash[15516]: CERTIFICATE PASSWORD: ()
Jul 24 15:54:52 core1 bash[15516]: USE INTERNAL SSL: False ()
Jul 24 15:54:52 core1 bash[15516]: SSL TARGET HOST: n/a ()
Jul 24 15:54:52 core1 bash[15516]: SSL VALIDATE SERVER: True ()
Jul 24 15:54:52 core1 bash[15516]: AUTHENTICATION TYPE: internal ()
Jul 24 15:54:52 core1 bash[15516]: AUTHENTICATION CONFIG FILE: ()
Jul 24 15:54:52 core1 bash[15516]: PREPARE TIMEOUT MS: 2000 ()
Jul 24 15:54:52 core1 bash[15516]: COMMIT TIMEOUT MS: 2000 ()
Jul 24 15:54:52 core1 bash[15516]: DISABLE SCAVENGE MERGING: False ()
Jul 24 15:54:52 core1 bash[15516]: GOSSIP ON EXT: True ()
Jul 24 15:54:52 core1 bash[15516]: STATS ON EXT: True ()
Jul 24 15:54:52 core1 bash[15516]: ADMIN ON EXT: True ()
Jul 24 15:54:52 core1 bash[15516]: [00001,01,15:54:52.814] Quorum size set to 2
Jul 24 15:54:52 core1 bash[15516]: [00001,01,15:54:52.820] Can’t find plugins path: /opt/eventstore/plugins
Jul 24 15:54:52 core1 bash[15516]: [00001,01,15:54:52.895]
Jul 24 15:54:52 core1 bash[15516]: INSTANCE ID: bab429e2-3959-416e-bdc3-db25fa419310
Jul 24 15:54:52 core1 bash[15516]: DATABASE: /data/eventstore
Jul 24 15:54:52 core1 bash[15516]: WRITER CHECKPOINT: 0 (0x0)
Jul 24 15:54:52 core1 bash[15516]: CHASER CHECKPOINT: 0 (0x0)
Jul 24 15:54:52 core1 bash[15516]: EPOCH CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Jul 24 15:54:52 core1 bash[15516]: TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.034] MessageHierarchy initialization took 00:00:00.1110701.
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.090] CACHED TFChunk #0-0 (chunk-000000.000000) in 00:00:00.0018395.
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.188] Starting MiniWeb for /web/es/js/projections ==> /opt/eventstore/singlenode-web/js/projections
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.188] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> /opt/eventstore/Prelude
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.188] Starting MiniWeb for /web/es/js/projections/resources ==> /opt/eventstore/web-resources/js
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.189] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.189] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.190] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.190] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.190] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.190] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.195] Starting MiniWeb for /web ==> /opt/eventstore/clusternode-web
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.195] Starting MiniWeb for /web/es ==> /opt/eventstore/es-common-web
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.195] Binding MiniWeb to /web/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.195] Binding MiniWeb to /web/es/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Starting MiniWeb for /web/users ==> /opt/eventstore/Users/web
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Binding MiniWeb to /web/users/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Starting MiniWeb for /web ==> /opt/eventstore/clusternode-web
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Starting MiniWeb for /web/es ==> /opt/eventstore/es-common-web
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Binding MiniWeb to /web/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Binding MiniWeb to /web/es/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Starting MiniWeb for /web/users ==> /opt/eventstore/Users/web
Jul 24 15:54:53 core1 bash[15516]: [00001,01,15:54:53.196] Binding MiniWeb to /web/users/{*remaining_path}
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.213] ========== [0.0.0.0:2112] SYSTEM INIT…
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.266] Starting Normal TCP listening on TCP endpoint: 0.0.0.0:1113.
Jul 24 15:54:53 core1 bash[15516]: [00001,13,15:54:53.275] TableIndex initialization…
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.278] Starting Normal TCP listening on TCP endpoint: 0.0.0.0:1112.
Jul 24 15:54:53 core1 bash[15516]: [00001,13,15:54:53.301] ReadIndex building…
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.303] Starting HTTP server on [http://*:2113/]…
Jul 24 15:54:53 core1 bash[15516]: [00001,13,15:54:53.304] ReadIndex rebuilding done: total processed 0 records, time elapsed: 00:00:00.0027390.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.306] HTTP server is up and listening on [http://*:2113/]
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.308] Starting HTTP server on [http://0.0.0.0:2112/]…
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.309] HTTP server is up and listening on [http://0.0.0.0:2112/]
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.327] SLOW QUEUE MSG [MainQueue]: SystemInit - 113ms. Q: 0/7.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.327] ========== [0.0.0.0:2112] Service ‘StorageWriter’ initialized.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.327] ========== [0.0.0.0:2112] Service ‘StorageReader’ initialized.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.364] CLUSTER HAS CHANGED
Jul 24 15:54:53 core1 bash[15516]: Old:
Jul 24 15:54:53 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:53.309
Jul 24 15:54:53 core1 bash[15516]: New:
Jul 24 15:54:53 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:53 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:53 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:53 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:53.309
Jul 24 15:54:53 core1 bash[15516]: --------------------------------------------------------------------------------
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.366] ========== [0.0.0.0:2112] Service ‘StorageChaser’ initialized.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.375] ========== [0.0.0.0:2112] SYSTEM START…
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.383] ========== [0.0.0.0:2112] IS UNKNOWN!!! WHOA!!!
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.431] ELECTIONS: STARTING ELECTIONS.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.431] ELECTIONS: (V=0) SHIFT TO LEADER ELECTION.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.434] ELECTIONS: (V=0) VIEWCHANGE FROM [0.0.0.0:2112, {bab429e2-3959-416e-bdc3-db25fa419310}].
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.458] SLOW BUS MSG [MainBus]: StartElections - 48ms. Handler: ElectionsService.
Jul 24 15:54:53 core1 bash[15516]: [00001,10,15:54:53.460] SLOW QUEUE MSG [MainQueue]: StartElections - 72ms. Q: 0/3.
Jul 24 15:54:54 core1 bash[15516]: [00001,10,15:54:54.061] Looks like node [172.17.8.102:2113] is DEAD (Gossip send failed).
Jul 24 15:54:54 core1 bash[15516]: [00001,10,15:54:54.061] CLUSTER HAS CHANGED (gossip send failed to [172.17.8.102:2113])
Jul 24 15:54:54 core1 bash[15516]: Old:
Jul 24 15:54:54 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:54 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:54 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:54 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:53.981
Jul 24 15:54:54 core1 bash[15516]: New:
Jul 24 15:54:54 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:54 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:54.061
Jul 24 15:54:54 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:54 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:53.981
Jul 24 15:54:54 core1 bash[15516]: --------------------------------------------------------------------------------
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.346] Looks like node [172.17.8.103:2113] is DEAD (Gossip send failed).
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.346] CLUSTER HAS CHANGED (gossip send failed to [172.17.8.103:2113])
Jul 24 15:54:55 core1 bash[15516]: Old:
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:54.061
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:55 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:54.285
Jul 24 15:54:55 core1 bash[15516]: New:
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:54.346
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:54.061
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:55 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:54.285
Jul 24 15:54:55 core1 bash[15516]: --------------------------------------------------------------------------------
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.465] ELECTIONS: (V=0) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.465] ELECTIONS: (V=1) SHIFT TO LEADER ELECTION.
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.465] ELECTIONS: (V=1) VIEWCHANGE FROM [0.0.0.0:2112, {bab429e2-3959-416e-bdc3-db25fa419310}].
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.562] Looks like node [172.17.8.101:2113] is DEAD (Gossip send failed).
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:54.562] CLUSTER HAS CHANGED (gossip send failed to [172.17.8.101:2113])
Jul 24 15:54:55 core1 bash[15516]: Old:
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:54.346
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:54.061
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:53.330
Jul 24 15:54:55 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:54.486
Jul 24 15:54:55 core1 bash[15516]: New:
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.103:2113, 172.17.8.103:2113] | 2014-07-24 15:54:54.346
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.102:2113, 172.17.8.102:2113] | 2014-07-24 15:54:54.061
Jul 24 15:54:55 core1 bash[15516]: MAN {00000000-0000-0000-0000-000000000000} [Manager, 172.17.8.101:2113, 172.17.8.101:2113] | 2014-07-24 15:54:54.562
Jul 24 15:54:55 core1 bash[15516]: VND {bab429e2-3959-416e-bdc3-db25fa419310} [Unknown, 0.0.0.0:1112, n/a, 0.0.0.0:1113, n/a, 0.0.0.0:2112, 0.0.0.0:2113] -1/0/0/E-1@-1:{00000000-0000-0000-0000-000000000000} | 2014-07-24 15:54:54.486
Jul 24 15:54:55 core1 bash[15516]: --------------------------------------------------------------------------------
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:55.466] ELECTIONS: (V=1) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:55.468] ELECTIONS: (V=2) SHIFT TO LEADER ELECTION.
Jul 24 15:54:55 core1 bash[15516]: [00001,10,15:54:55.468] ELECTIONS: (V=2) VIEWCHANGE FROM [0.0.0.0:2112, {bab429e2-3959-416e-bdc3-db25fa419310}].
Jul 24 15:54:56 core1 bash[15516]: [00001,10,15:54:56.469] ELECTIONS: (V=2) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:54:56 core1 bash[15516]: [00001,10,15:54:56.469] ELECTIONS: (V=3) SHIFT TO LEADER ELECTION.
Jul 24 15:54:56 core1 bash[15516]: [00001,10,15:54:56.469] ELECTIONS: (V=3) VIEWCHANGE FROM [0.0.0.0:2112, {bab429e2-3959-416e-bdc3-db25fa419310}].
Jul 24 15:54:57 core1 bash[15516]: [00001,10,15:54:57.471] ELECTIONS: (V=3) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:54:57 core1 bash[15516]: [00001,10,15:54:57.471] ELECTIONS: (V=4) SHIFT TO LEADER ELECTION.
Jul 24 15:54:57 core1 bash[15516]: [00001,10,15:54:57.471] ELECTIONS: (V=4) VIEWCHANGE FROM [0.0.0.0:2112, {bab429e2-3959-416e-bdc3-db25fa419310}].
Jul 24 15:54:58 core1 bash[15516]: [00001,10,15:54:58.471] ELECTIONS: (V=4) TIMED OUT! (S=ElectingLeader, M=).
Jul 24 15:54:58 core1 bash[15516]: [00001,10,15:54:58.471] ELECTIONS: (V=5) SHIFT TO LEADER ELECTION.
Jul 24 15:54:58 core1 bash[15516]: [00001,10,15:54:58.471] ELECTIONS: (V=5) VIEWCHANGE FROM [0.0.0.0:2112, {bab429e2-3959-416e-bdc3-db25fa419310}].
Jul 24 15:54:59 core1 bash[15516]: [00001,10,15:54:59.472] ELECTIONS: (V=5) TIMED OUT! (S=ElectingLeader, M=).