Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative connection count in glbd status #9

Open
TomiMikola opened this issue Jan 20, 2014 · 1 comment
Open

Negative connection count in glbd status #9

TomiMikola opened this issue Jan 20, 2014 · 1 comment

Comments

@TomiMikola
Copy link

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
@ayurchen
Copy link
Member

Must be a duplicate of #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants