Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
There are meta storage invokes in DistributionZoneManager in zone's lifecycle. The futures of these invokes are ignored, so after the lifecycle method is completed actually not all its actions are completed. Such invokes is used in:
- DistributionZoneManager#saveDataNodesToMetaStorageOnScaleUp
- DistributionZoneManager#saveDataNodesToMetaStorageOnScaleDown
to recalculate data nodes when timers are fired.
Need to check do we need to await futures from these invokes.
Attachments
Issue Links
- depends upon
-
IGNITE-19967 Design restart of Distribution Zone Manager in accordance with the new local recovery process
- Resolved
- is a child of
-
IGNITE-17924 Core distributions zones functionality.
- Open