I have been testing the Master/Slave redirection and i'm finding that the redirect to SLAVE only occurs if <max-listeners> is set on the <mountpoint> and the <max-listeners> limit is reached. Is this the expected behaviour?
Essentially if the max-listeners is set to 10,000 on both, the SLAVE will only start receiving listeners once the master hits 10,000 rather than a randomised/split load between.
Without round-robin dns or another external influence, is there a way to configure the 2 servers to share the load instead?
I have been testing the Master/Slave redirection and i'm finding that the redirect to SLAVE only occurs if
<max-listeners>
is set on the<mountpoint>
and the<max-listeners>
limit is reached. Is this the expected behaviour?Essentially if the max-listeners is set to 10,000 on both, the SLAVE will only start receiving listeners once the master hits 10,000 rather than a randomised/split load between.
Without round-robin dns or another external influence, is there a way to configure the 2 servers to share the load instead?