You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/03/30 02:16:45 UTC

[GitHub] [shardingsphere] mybug99 opened a new issue #9870: Load balancing problem of read-write separation

mybug99 opened a new issue #9870:
URL: https://github.com/apache/shardingsphere/issues/9870


   Data source: 3
   Read and write separation: 1 master and 2 slaves
   Load balancing: ROUND_ROBIN
   
   Problem: When one of the slave nodes hangs or dies, it will load balance to the failed slave nodes. When a request is made, one slave node will be stuck until timout. Because of this, 1 slave can be used. OK for normal use, I would like to ask if I need additional configuration? Or is there no support for this feature?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] dongzl commented on issue #9870: Load balancing problem of read-write separation

Posted by GitBox <gi...@apache.org>.
dongzl commented on issue #9870:
URL: https://github.com/apache/shardingsphere/issues/9870#issuecomment-809881171


   Hi @mybug99 , you can reference  https://shardingsphere.apache.org/document/current/en/features/governance/management/registry-center/
   
   `Disable Replica Database`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] dongzl closed issue #9870: Load balancing problem of read-write separation

Posted by GitBox <gi...@apache.org>.
dongzl closed issue #9870:
URL: https://github.com/apache/shardingsphere/issues/9870


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] mybug99 commented on issue #9870: Load balancing problem of read-write separation

Posted by GitBox <gi...@apache.org>.
mybug99 commented on issue #9870:
URL: https://github.com/apache/shardingsphere/issues/9870#issuecomment-810230907


   > 嗨@ mybug99,您可以参考 https://shardingsphere.apache.org/document/current/en/features/governance/management/registry-center/
   > 
   > `Disable Replica Database`
   
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org