-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-13417. Add table for tracking flushed transactions in SCM and OM rocksdb #8778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…h write Change-Id: I65444c0155b471c31ea1283d563d9a948f5e4005
…impact Change-Id: I3b34e1bb6ca7587243f6eef176c396ca0132dbc3
Change-Id: Iab23d0b1316eac9c376fd06226d234b97e908b4f
Change-Id: I74fed5aebb5c0588cbf97f70a0f9acf94edfa87c
… rocksdb Change-Id: Ic123641dcb78c53917d9db922cdaace9649d12b0
This was referenced Jul 10, 2025
Change-Id: I58ae7c3d18ebd4f80a5f9dcffc9aec4335890631
Change-Id: I54cdc1733e7f23e449b7336fbdff90c11b382bad
Change-Id: I0395802eed3ca7514d668948fee62ab21c3ac8d2
Change-Id: I93add67453d71ae576b457b7ec72ddd30982e22e
Change-Id: I6d50300c1af91db9afdd63c437f30889bd8f6fc9
Change-Id: I0ab3ec95ff18e84182f7412758d5da98fd979c13
Change-Id: Ie37d702bde027886c4ea691a0824127b558cd0f5
Change-Id: Iaf3c2a036684cfed549a28b074e37e78699f36ae # Conflicts: # hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/TypedTable.java # hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmMetadataManagerImpl.java
|
This PR has been marked as stale due to 21 days of inactivity. Please comment or remove the stale label to keep it open. Otherwise, it will be automatically closed in 7 days. |
|
Thank you for your contribution. This PR is being closed due to inactivity. If needed, feel free to reopen it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add a table to track flushed transactions in rocksdb of SCM and OM.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-13417
How was this patch tested?
Added unit tests