Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
2.2.13
-
None
Description
When I set or remove a label to/from a version of a node on one cluster node and after the sync delay has passed I read the node versions on another cluster node, then I got the old label settings.
While debugging I saw, that the label change event was processed on all cluster nodes, the method InternalVersionManagerImpl.externalUpdate() was called but the label cache of the version nodes was not updated.