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
After some days of running glbd without problems I'm seeing weird negative connection count values in glbd status info. The backend gives no errors in log output.
[root@glb1 ~]# service glbd status
Router:
------------------------------------------------------
Address : weight usage map conns
10.1.4.88:3306 : 20.000 0.750 N/A 3
10.1.4.87:3306 : 10.000 1.250 N/A -5
10.1.4.86:3306 : 1.000 0.000 N/A 0
------------------------------------------------------
Destinations: 3, total connections: -2 of 10000 max
[root@glb1 ~]# echo "10.1.4.87:3306:0" | nc 127.0.0.1 4444
Ok
[root@glb1 ~]# service glbd status
Router:
------------------------------------------------------
Address : weight usage map conns
10.1.4.88:3306 : 20.000 0.667 N/A 2
10.1.4.87:3306 : 0.000 -nan N/A -5
10.1.4.86:3306 : 1.000 0.000 N/A 0
------------------------------------------------------
Destinations: 3, total connections: -3 of 10000 max
The text was updated successfully, but these errors were encountered:
After some days of running glbd without problems I'm seeing weird negative connection count values in glbd status info. The backend gives no errors in log output.
The text was updated successfully, but these errors were encountered: