Description
Motivation
In https://issues.apache.org/jira/browse/IGNITE-20561 we need to create a condition for a ms invoke with NOT_TOMBSTONE. We could do this like this:
and( notExists(dataNodes(zoneId)), notTombstone(dataNodes(zoneId)) )
But there are no notTombstone in the meta storage dsl.
I propose to implement notTombstone operation.
Definition of done
notTombstone operation is implemented.
Attachments
Issue Links
- blocks
-
IGNITE-20561 Change condition for DistributionZonesUtil#triggerKeyConditionForZonesChanges to use ConditionType#TOMBSTONE
- Resolved
- links to