Skip to content

Conversation

@yiguolei
Copy link
Contributor

@yiguolei yiguolei commented May 4, 2022

Proposed changes

Issue Number: close #xxx

This bug is introduced by #9329

Problem Summary:

2022-05-04 20:16:35,797 INFO (main|1) [SessionVariable.readFromJson():1038] failed to read session variable
java.lang.NullPointerException: null
at org.apache.doris.qe.SessionVariable.readFromJson(SessionVariable.java:1007) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.qe.SessionVariable.readFields(SessionVariable.java:994) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.qe.VariableMgr.read(VariableMgr.java:312) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.catalog.Catalog.loadGlobalVariable(Catalog.java:1904) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.common.MetaReader.read(MetaReader.java:89) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.catalog.Catalog.loadImage(Catalog.java:1620) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.catalog.Catalog.initialize(Catalog.java:850) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.PaloFe.start(PaloFe.java:129) ~[palo-fe.jar:1.0-SNAPSHOT]
at org.apache.doris.PaloFe.main(PaloFe.java:64) ~[palo-fe.jar:1.0-SNAPSHOT]

Checklist(Required)

  1. Does it affect the original behavior: (Yes/No/I Don't know)
  2. Has unit tests been added: (Yes/No/No Need)
  3. Has document been added or modified: (Yes/No/No Need)
  4. Does it need to update dependencies: (Yes/No)
  5. Are there any changes that cannot be rolled back: (Yes/No)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

morningman
morningman previously approved these changes May 4, 2022
Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

@morningman morningman added kind/fix Categorizes issue or PR as related to a bug. area/metadata dev/1.0.1-deprecated should be merged into dev-1.0.1 branch labels May 4, 2022
@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label May 4, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2022

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2022

PR approved by anyone and no changes requested.

@github-actions github-actions bot removed the approved Indicates a PR has been approved by one committer. label May 5, 2022
Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label May 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 5, 2022

PR approved by at least one committer and no changes requested.

@yiguolei yiguolei merged commit 0604ecb into apache:master May 5, 2022
@morningman morningman added dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 and removed dev/1.0.1-deprecated should be merged into dev-1.0.1 branch labels May 6, 2022
morningman pushed a commit that referenced this pull request May 6, 2022
* [fixbug][catalog] catalog could not load from image

* fix ut failed

Co-authored-by: yiguolei <yiguolei@gmail.com>
Kikyou1997 pushed a commit to Kikyou1997/incubator-doris that referenced this pull request May 9, 2022
* [fixbug][catalog] catalog could not load from image

* fix ut failed

Co-authored-by: yiguolei <yiguolei@gmail.com>
starocean999 pushed a commit to starocean999/incubator-doris that referenced this pull request May 19, 2022
* [fixbug][catalog] catalog could not load from image

* fix ut failed

Co-authored-by: yiguolei <yiguolei@gmail.com>
englefly pushed a commit to englefly/incubator-doris that referenced this pull request May 23, 2022
* [fixbug][catalog] catalog could not load from image

* fix ut failed

Co-authored-by: yiguolei <yiguolei@gmail.com>
@yiguolei yiguolei deleted the bug_fix branch March 30, 2023 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/metadata dev/merged-1.0.1-deprecated PR has been merged into dev-1.0.1 kind/fix Categorizes issue or PR as related to a bug. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants