-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29672 #6552
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
Draft
dengzhhu653
wants to merge
21
commits into
apache:master
Choose a base branch
from
dengzhhu653:HIVE-29672
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6,119
−6,037
Draft
HIVE-29672 #6552
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
f224c68
more to come about shrinking the ObjectStore
dengzhhu653 50e2334
fix
dengzhhu653 21ab29e
fix-1
dengzhhu653 f052b8b
getForeignKeysInternal
dengzhhu653 aab20d4
col stats
dengzhhu653 1102849
part=2
dengzhhu653 ba964f8
f
dengzhhu653 5f10e14
fix
dengzhhu653 195dd77
fix
dengzhhu653 6e79f34
fix
dengzhhu653 720ba61
work load management
dengzhhu653 41fdf66
ut
dengzhhu653 a2f77a9
reformat
dengzhhu653 ee13974
review-1
dengzhhu653 f468f62
token store
dengzhhu653 9abda2b
fix
dengzhhu653 fadb4bd
fix ut
dengzhhu653 a9bf477
review-3
dengzhhu653 12f9d8d
remove GetHelper from ObjectStore
dengzhhu653 2420d8b
RawStoreAware -> RawStoreBundle
dengzhhu653 87fe349
fix ut
dengzhhu653 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
6,576 changes: 945 additions & 5,631 deletions
6,576
...etastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java
Large diffs are not rendered by default.
Oops, something went wrong.
348 changes: 248 additions & 100 deletions
348
...e-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/RawStore.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This diff is due to the time transaction commits, before the change
alterResourcePlanthrows thisDerbySQLIntegrityConstraintViolationExceptiononcommitTransaction, and in this method will catch and re-throw Metastore specific exception, as we move the transaction management toTransactionHandler, the time transaction commits happens after the call, so we wont be able to catch the exception inWMStoreImpland transform the exception as before.