-
I checked implementation of getOccupantsCount() method in
RoomClustered
class and as you mentioned method fromRoom
class was used.I added proper implementation of this method to getOccupantsCount() to return number of room occupants from all cluster nodes and verified that nowhere in code this method was expected to return number of occupants from single cluster node.
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
3172
|
Issue Votes (0)
Watchers (0)
Would you like to check if
ClusterdRoom.getOccupantsCount()
is implemented correctly (to be honestRoom.getOccupantsCount()
is used currently)?Make sure it returns number of occupants in room calculated globally (not only on current cluster node).