[
https://issues.apache.org/jira/browse/IGNITE-20599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778353#comment-17778353
]
Vladislav Pyatkov commented on IGNITE-20599:
--------------------------------------------
Merged 57593d5201c895e0db6e59b11345b1baed9425c1
> Implement a 'NOT_TOMBSTONE' operation in the meta storage dsl.
> --------------------------------------------------------------
>
> Key: IGNITE-20599
> URL: https://issues.apache.org/jira/browse/IGNITE-20599
> Project: Ignite
> Issue Type: Improvement
> Reporter: Sergey Uttsel
> Assignee: Mirza Aliev
> Priority: Major
> Labels: ignite-3
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> *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:
> {code:java}
> and(
> notExists(dataNodes(zoneId)),
> notTombstone(dataNodes(zoneId))
> ){code}
> But there are no {{notTombstone}} in the meta storage dsl.
> I propose to implement {{notTombstone}} operation.
> *Definition of done*
> {{notTombstone}} operation is implemented.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)