Got some more configuration from the log file:
ES VERSION: 3.0.1.0 (release-oss-v3.0.1/7fa876c111888dd5980dbd86d126e6abe13b05ab, Thu, 23 Oct 2014 22:27:04 +0100)
OS: Unknown (Unix 3.10.0.123)
RUNTIME: 3.8.0 ((detached/45d0ba1) (64-bit)
GC: 2 GENERATIONS
LOGS: /var/log/eventstore/
HELP: False ()
VERSION: False ()
LOG: /var/log/eventstore/ (Config File)
CONFIG: /etc/eventstore/eventstore.yml (Command Line)
DEFINES: ()
WHAT IF: False ()
INT IP: 10.3.0.35 (Config File)
EXT IP: 0.0.0.0 (Config File)
INT HTTP PORT: 2112 ()
EXT HTTP PORT: 2113 ()
INT TCP PORT: 1112 ()
INT SECURE TCP PORT: 0 ()
EXT TCP PORT: 1113 ()
EXT SECURE TCP PORT: 0 ()
INT TCP HEARTBEAT TIMEOUT: 700 ()
EXT TCP HEARTBEAT TIMEOUT: 1000 ()
INT TCP HEARTBEAT INTERVAL: 700 ()
EXT TCP HEARTBEAT INTERVAL: 2000 ()
FORCE: False ()
CLUSTER SIZE: 3 (Config File)
NODE PRIORITY: 0 ()
MIN FLUSH DELAY MS: 2 ()
COMMIT COUNT: -1 ()
PREPARE COUNT: -1 ()
ADMIN ON EXT: True ()
STATS ON EXT: True ()
GOSSIP ON EXT: True ()
DISABLE SCAVENGE MERGING: False ()
DISCOVER VIA DNS: true (Config File)
CLUSTER DNS: evscluster01t.bva.nu (Config File)
CLUSTER GOSSIP PORT: 2112 (Config File)
GOSSIP SEED: ()
STATS PERIOD SEC: 30 ()
CACHED CHUNKS: -1 ()
CHUNKS CACHE SIZE: 536871424 ()
MAX MEM TABLE SIZE: 1000000 ()
DB: /data/event-store (Config File)
MEM DB: False ()
SKIP DB VERIFY: False ()
RUN PROJECTIONS: System ()
PROJECTION THREADS: 3 ()
WORKER THREADS: 16 (Config File)
HTTP PREFIXES: [ http://evscluster01t.bva.nu:2113/, http://eventstore01t.bva.nu:2113/ ] (Command Line)
ENABLE TRUSTED AUTH: False ()
CERTIFICATE STORE LOCATION: ()
CERTIFICATE STORE NAME: ()
CERTIFICATE SUBJECT NAME: ()
CERTIFICATE THUMBPRINT: ()
CERTIFICATE FILE: ()
CERTIFICATE PASSWORD: ()
USE INTERNAL SSL: False ()
SSL TARGET HOST: n/a ()
SSL VALIDATE SERVER: True ()
AUTHENTICATION TYPE: internal ()
PREPARE TIMEOUT MS: 2000 ()
COMMIT TIMEOUT MS: 2000 ()
UNSAFE DISABLE FLUSH TO DISK: False ()
GOSSIP INTERVAL MS: 1000 ()
GOSSIP ALLOWED DIFFERENCE MS: 60000 ()
GOSSIP TIMEOUT MS: 500 ()
[40002,01,13:41:20.191] Quorum size set to 2
[40002,01,13:41:20.195] Can’t find plugins path: plugins
[40002,01,13:41:20.232]
INSTANCE ID: cf2a645e-eea9-4d34-a60b-d217632b5de3
DATABASE: /data/event-store
WRITER CHECKPOINT: 44287890 (0x2A3C792)
CHASER CHECKPOINT: 44287890 (0x2A3C792)
EPOCH CHECKPOINT: 44060655 (0x2A04FEF)
TRUNCATE CHECKPOINT: -1 (0xFFFFFFFFFFFFFFFF)
Later in the log I see messages that it has started the http://10.3.0.35:2112
[40002,10,13:41:20.997] Starting Normal TCP listening on TCP endpoint: 0.0.0.0:1113.
[40002,10,13:41:21.032] SLOW BUS MSG [MainBus]: SystemInit - 51ms. Handler: TcpService.
[40002,10,13:41:21.032] Starting Normal TCP listening on TCP endpoint: 10.3.0.35:1112.
[40002,10,13:41:21.061] Starting HTTP server on [http://evscluster01t.bva.nu:2113/,http://eventstore01t.bva.nu:2113/]…
[40002,10,13:41:21.082] HTTP server is up and listening on [http://evscluster01t.bva.nu:2113/,http://eventstore01t.bva.nu:2113/]
[40002,10,13:41:21.082] SLOW BUS MSG [MainBus]: SystemInit - 49ms. Handler: HttpService.
[40002,10,13:41:21.082] Starting HTTP server on [http://10.3.0.35:2112/]…
[40002,10,13:41:21.082] HTTP server is up and listening on [http://10.3.0.35:2112/]
Then later the outcome of the leader selection:
[40002,10,13:41:30.525] ========== [10.3.0.35:2112] SLAVE ASSIGNMENT RECEIVED FROM [10.3.0.36:1112,n/a,{a63f0a22-df89-469b-911e-f5d6990a952e}].
[40002,10,13:41:30.526] ========== [10.3.0.35:2112] IS SLAVE!!! SPARTA!!! MASTER IS [10.3.0.36:2112,{a63f0a22-df89-469b-911e-f5d6990a952e}]
Is a write from a client to master replicated using the InternalTcpPort?
Where as a client writing to a slave will forward the http request to the masterInternalIp:internalHttpPort?
Is there some way to increase the log level?
Regards,
Mats Svefors