Hide
An issue was found wherein JMX Topic attributes were not available in a cluster. The issue was caused by a <literal>NullPointerException</literal> in the code which looped through the subscriptions to gather metrics and caused all clustered nodes to incorrectly report topic attributes as 0. This issue was fixed by checking for null on the relevant variable.
Show
An issue was found wherein JMX Topic attributes were not available in a cluster. The issue was caused by a <literal>NullPointerException</literal> in the code which looped through the subscriptions to gather metrics and caused all clustered nodes to incorrectly report topic attributes as 0. This issue was fixed by checking for null on the relevant variable.