Hello,
I’ve set three cluster nodes:
10.3.0.35
10.3.0.36
10.3.0.37
I start the eventstore with
–config=/etc/eventstore/eventstore.yml >> $LOG 2>&1
My config file:
IntIp: {{ ansible_default_ipv4.address }}
ExtIp: {{ ansible_default_ipv4.address }}
ClusterSize: 3
DiscoverViaDns: true
ClusterGossipPort: 2112
GossipOnExt: true
ClusterDns: “{{ eventstore_clusterdns }}”
They are able to select a Master.
But when I write to a slave I get “Error while forwarding request body from http:// to http://” … “(POST): The object was used after being disposed…”.
If I do I curl and try to post an event directly from a slave to a master using the url that is in the error message it works fine.
Any suggestions as to what in my configuration might be wrong?
Regards,
Mats Svefors