[jira] [Created] (IGNITE-10360) MVCC: Refactor MvccUpdateDataRow status handling.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-10360) MVCC: Refactor MvccUpdateDataRow status handling.

Anton Vinogradov (Jira)
Andrew Mashenkov created IGNITE-10360:
-----------------------------------------

             Summary: MVCC: Refactor MvccUpdateDataRow status handling.
                 Key: IGNITE-10360
                 URL: https://issues.apache.org/jira/browse/IGNITE-10360
             Project: Ignite
          Issue Type: Improvement
          Components: mvcc
            Reporter: Andrew Mashenkov


For now, MvccUpdateDataRow return statuses has unclean names.

E.g. PREV_NULL and PREV_NOT_NULL is about previous value, however FILTERED and REMOVED_NOT_NULL is about operation result.

Suggest to replace those result types to e.g.
CREATED, UPDATED, NOOP, REMOVED.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)