Alexander Lapin created IGNITE-15120:
----------------------------------------

             Summary: Condition isTombstone() is required
                 Key: IGNITE-15120
                 URL: https://issues.apache.org/jira/browse/IGNITE-15120
             Project: Ignite
          Issue Type: Bug
            Reporter: Alexander Lapin
            Assignee: Andrey N. Gura


Currently
{code:java}
Conditions.notExists(key){code}
will both return true if there were no such key or if it was removed. New 
condition that will allow to detect whether a key was removed or not created is 
required. It might look like
{code:java}
Conditions.isTombstone(key){code}
or similar. 

 

Seems that it'll be also helpful if 
org.apache.ignite.internal.metastorage.client.Conditions#notExists

javadoc' will be more specific about tombstone case.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to