Projects tigase _server server-core Issues #677
Known cluster nodes statistics (#677)
Closed
wojciech.kapcia@tigase.net opened 8 years ago
Due Date
2016-05-26

In tigase.server.BasicComponent.getStatistics(StatisticsList) we have following code (introduced in #3364):

if (connectedNodes.size() > 0) {
	list.add(getName(), "Known cluster nodes", connectedNodes.size(), Level.INFO);
}

Which results in:

  • this information being printed at the most basic statistics level;

  • being included in the statistics of every component.

I think moving it to cl-comp would be a good idea?

Andrzej Wójcik (Tigase) commented 8 years ago

I changed log level in BasicComponent so it will provide this data for every component only for level FINEST.

In other case only ClusterConnectionManager will provide this value with level INFO.

wojciech.kapcia@tigase.net commented 8 years ago

Works as expected. Thank you!

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
4204
Version
tigase-server-7.1.0
Spent time
5h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#677
Please wait...
Page is in error, reload to recover