[fix](auth) Fix ResourceTypeEnum Compatibility Upgrade#39288
Merged
dataroaring merged 5 commits intoapache:masterfrom Aug 15, 2024
Merged
[fix](auth) Fix ResourceTypeEnum Compatibility Upgrade#39288dataroaring merged 5 commits intoapache:masterfrom
dataroaring merged 5 commits intoapache:masterfrom
Conversation
``` RuntimeLogger 2024-08-12 22:47:37,850 ERROR (replayer|88) [EditLog.loadJournal():1244] replay Operation Type 64, log id: 13752 java.lang.NullPointerException: Cannot invoke "org.apache.doris.analysis.ResourceTypeEnum.ordinal()" because the return value of "org.apache.doris.analysis.ResourcePattern.getResourceType()" is null at org.apache.doris.mysql.privilege.Role.<init>(Role.java:155) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.mysql.privilege.Auth.grantInternal(Auth.java:706) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.mysql.privilege.Auth.replayGrant(Auth.java:657) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.persist.EditLog.loadJournal(EditLog.java:466) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.catalog.Env.replayJournal(Env.java:2913) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.catalog.Env$4.runOneCycle(Env.java:2675) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.common.util.Daemon.run(Daemon.java:116) ~[doris-fe.jar:1.2-SNAPSHOT] ```
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 40014 ms |
TPC-DS: Total hot run time: 185753 ms |
ClickBench: Total hot run time: 30.34 s |
zddr
approved these changes
Aug 13, 2024
Contributor
|
PR approved by anyone and no changes requested. |
Collaborator
Author
|
run buildall |
Contributor
|
PR approved by at least one committer and no changes requested. |
dataroaring
added a commit
that referenced
this pull request
Aug 13, 2024
TPC-H: Total hot run time: 40415 ms |
TPC-DS: Total hot run time: 183566 ms |
ClickBench: Total hot run time: 30.3 s |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 39605 ms |
TPC-DS: Total hot run time: 186030 ms |
ClickBench: Total hot run time: 30.81 s |
Contributor
|
PR approved by at least one committer and no changes requested. |
Collaborator
Author
|
run buildall |
TPC-H: Total hot run time: 39827 ms |
TPC-DS: Total hot run time: 190960 ms |
ClickBench: Total hot run time: 30.92 s |
Contributor
|
PR approved by at least one committer and no changes requested. |
Closed
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
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.
Proposed changes
Issue Number: close #xxx