Fallback to connection-based balance when any tidb misses CPU usage · Issue #768 · pingcap/tiproxy · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue where one TiDB node doesn't have CPU or memory limit. The CPU and memory usage of this node are assumed to be 100%, and no connections will be routed to it.
This may cause problems, so it's better to fallback to connection-based balance in this situation. Besides, warnings should be logged for troubleshooting.
The text was updated successfully, but these errors were encountered:
Development Task
I've encountered an issue where one TiDB node doesn't have CPU or memory limit. The CPU and memory usage of this node are assumed to be 100%, and no connections will be routed to it.
This may cause problems, so it's better to fallback to connection-based balance in this situation. Besides, warnings should be logged for troubleshooting.
The text was updated successfully, but these errors were encountered: