Skip to content

IGNITE-21835 Cleanup MvccUtils and enum RowData#11318

Closed
J-Bakuli wants to merge 4 commits intoapache:masterfrom
J-Bakuli:ignite-21835
Closed

IGNITE-21835 Cleanup MvccUtils and enum RowData#11318
J-Bakuli wants to merge 4 commits intoapache:masterfrom
J-Bakuli:ignite-21835

Conversation

@J-Bakuli
Copy link
Copy Markdown
Contributor

@J-Bakuli J-Bakuli commented Apr 17, 2024

To cleanup MvccUtils and enum RowData:

LINK_ONLY
LINK_WITH_HEADER
NO_KEY_WTH_HINTS.

Delete MVCC classes:

MvccVersion
MvccVersionImpl
MvccUpdateVersionAware.

The remaining MvccUtils.tx(..) methods will be removed in IGNITE-21345

tcbot2


Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached to the JIRA ticket (see TC.Bot: Check PR)

Notes

If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.

this.part = part;

try {
// We can not init data row lazily outside of entry lock because underlying buffer can be concurrently cleared.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment should be reverted to the state it had been before MVCC was added.


/** Force instant hints actualization for update operation with history (to avoid races with vacuum). */
NO_KEY_WITH_HINTS
FULL_WITH_HINTS
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we delete this enum constant?

@shishkovilja
Copy link
Copy Markdown
Contributor

@J-Bakuli , let's close this pull request.

@J-Bakuli J-Bakuli closed this May 8, 2024
@J-Bakuli J-Bakuli deleted the ignite-21835 branch May 13, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants