Projects tigase _server server-core Issues #839
JMX Statistics "s2s/Open connections" (#839)
Closed
Eric Dziewa opened 7 years ago

This stat should be a number. In 7.2 that number is being prefixed with a "w".

wojciech.kapcia@tigase.net commented 7 years ago

I've checked the code and there is no extra @w@, neiter in code:

list.add(getName(), "Open connections", services_size, Level.INFO);
s2s/Open connections=0
Artur Hefczyc commented 7 years ago

Maybe it's a special character added somewhere, somehow?

Eric Dziewa commented 7 years ago

Seems 7.2 isn't delivering stats in alphabetical order anymore. 'ws2s/Open connections' now comes before 's2s/Open connections'. That caused the regex to match the former. I've fixed it.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
5631
Version
tigase-server-8.0.0
Spent time
18h 45m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#839
Please wait...
Page is in error, reload to recover