MySQL Forums
Forum List  »  Router & Proxy

routing_strategy round-robin seems not working correctly
Posted by: Michele Martiello
Date: July 17, 2018 01:45AM

I setup mysql-router 8 with a routing_strategy=round-robin
to route requests on port 7001 to two mysql nodes in a mysql cluster 7.5

[routing:round_robin]
bind_address = 0.0.0.0
bind_port = 7001
routing_strategy = round-robin
destinations = sqlnode1:3306, sqlnode2:3306



and each request to port 7001 always is routed to the same node
(it seems the first started up among them)

Options: ReplyQuote


Subject
Views
Written By
Posted
routing_strategy round-robin seems not working correctly
1407
July 17, 2018 01:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.