igniterealtime / openfire-hazelcast-plugin

Adds support for running multiple redundant Openfire servers together in a cluster
10 stars 12 forks source link

OF-2792: Improve cache usage reporting #92

Closed guusdk closed 3 months ago

guusdk commented 4 months ago

Clustered Caches should report their actual size, TTL and units used, instead of defaulting to the properties that define non-clustered caches.

See https://igniterealtime.atlassian.net/browse/OF-2792 for a detailed description of the problems addressed by this commit.

This commit assumes that the corresponding Openfire fix for OF-2792 are merged into and released as Openfire 4.8.1.

This is a screenshot of the changes in this PR that are combined with the corresponding Openfire changes:

image

guusdk commented 4 months ago

The build of this PR will fail until Openfire 4.8.1 is available that has the corresponding changes for Openfire.

Fishbowler commented 3 months ago

Pushed a 1 char change to kick the GHA checks back to life