Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
To implement IGNITE-20330, I need events about which replica has become or stopping to be primary.
Now such code exists in org.apache.ignite.internal.table.distributed.replicator.PartitionReplicaListener#onBecomePrimary, but it is not implemented in the right place.
A suitable place is in the org.apache.ignite.internal.placementdriver.PlacementDriver, but when it’s not there, it’s worth implementing it.
Attachments
Issue Links
- blocks
-
IGNITE-20330 Create an abstraction for building indexes
- Resolved
- is blocked by
-
IGNITE-20423 Make org.apache.ignite.internal.manager.Producer an interface
- Resolved
- is related to
-
IGNITE-20430 Get rid of useless code in LeaseTracker.UpdateListener#onUpdate
- Resolved
- links to