EventStore Bad Request (host inválido) trabalhando em cluster

1

Estou usando o EventStore com a seguinte configuração:

---
RunProjections: All
ClusterSize: 2
Db: /opt/eventstore/db
DiscoverViaDns: false
GossipSeed: 10.0.100.11:1113
GossipOnExt: false
Log: /opt/eventstore/logs
Index: /opt/eventstore/indexes
IntIp: 10.0.100.10
IntTcpPort: 1112
IntHttpPort: 1113
ExtIp: 10.0.100.10
ExtTcpPort: 2112
ExtHttpPort: 2113
ExtIpAdvertiseAs: xx.xx.xx.xx (public ip)
AdminOnExt: true

Meu cluster funciona como esperado, mas a interface do usuário não está disponível, exibindo erro

Bad Request (Invalid host)

Se eu alterar minha configuração como um único nó:

---
RunProjections: All
Db: /opt/eventstore/db
DiscoverViaDns: false
Log: /opt/eventstore/logs
Index: /opt/eventstore/indexes
IntIp: 10.0.100.10
IntTcpPort: 1112
IntHttpPort: 1113
ExtIp: 0.0.0.0
ExtTcpPort: 2112
ExtHttpPort: 2113
ExtIpAdvertiseAs: xx.xx.xx.xx (public ip)
AdminOnExt: true

o webui está disponível. Então, tentei definir o ExtIp como 0.0.0.0 para minha configuração de cluster, como visto em muitos blogs, postagens e discussões do fórum, mas, em seguida, o cluster falha ao iniciar:

eventstored[22658]: [22658,13,10:02:10.495] ELECTIONS: (V=11) SHIFT TO LEADER ELECTION.
eventstored[22658]: [22658,13,10:02:10.495] ELECTIONS: (V=11) VIEWCHANGE FROM [10.0.100.10:1113, {a9c8292f-e342-4c53-b62c-fe82bac2d450}].
eventstored[22658]: [22658,07,10:02:11.407] Verifying hash for TFChunk '/opt/eventstore/db/chunk-000013.000000'...
eventstored[22658]: [22658,13,10:02:11.500] ELECTIONS: (V=11) TIMED OUT! (S=ElectingLeader, M=).
eventstored[22658]: [22658,13,10:02:11.500] ELECTIONS: (V=12) SHIFT TO LEADER ELECTION.
eventstored[22658]: [22658,13,10:02:11.500] ELECTIONS: (V=12) VIEWCHANGE FROM [10.0.100.10:1113, {a9c8292f-e342-4c53-b62c-fe82bac2d450}].

Alguma ideia de como fazer com que o cluster E a webUI funcionem?

Obrigado.

    
por frenchviking 16.07.2018 / 12:15

0 respostas