Skip to content

Conversation

@wangbokun
Copy link

If the partitionInfo null is abnormal, fe exits abnormally and fe cannot be started

Problem summary

  • The same problem is repeated in both versions 0.15.3 and 1.1.5, but the latest version of master has not been fixed
2023-03-14 16:03:35,748 ERROR (replayer|100) [EditLog.loadJournal():828] Operation Type 16
java.lang.NullPointerException: null
        at org.apache.doris.catalog.CatalogRecycleBin.replayErasePartition(CatalogRecycleBin.java:278) ~[doris-fe.jar:1.0-SNAPSHOT]
        at org.apache.doris.catalog.Catalog.replayErasePartition(Catalog.java:3509) ~[doris-fe.jar:1.0-SNAPSHOT]
        at org.apache.doris.persist.EditLog.loadJournal(EditLog.java:237) ~[doris-fe.jar:1.0-SNAPSHOT]
        at org.apache.doris.catalog.Catalog.replayJournal(Catalog.java:2459) ~[doris-fe.jar:1.0-SNAPSHOT]
        at org.apache.doris.catalog.Catalog$3.runOneCycle(Catalog.java:2243) ~[doris-fe.jar:1.0-SNAPSHOT]
        at org.apache.doris.common.util.Daemon.run(Daemon.java:116) ~[doris-fe.jar:1.0-SNAPSHOT]

@morningman morningman added usercase Important user case type label dev/1.2.3 labels Mar 17, 2023
@wangbokun wangbokun changed the title Fix partitionInfo is null, fe not start service [fix](FE)partitionInfo is null, fe not start service Mar 17, 2023
@morningman morningman self-assigned this Mar 20, 2023
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 Mar 20, 2023
@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@morningman
Copy link
Contributor

run buildall

1 similar comment
@morningman
Copy link
Contributor

run buildall

@github-actions
Copy link
Contributor

We're closing this PR because it hasn't been updated in a while.
This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and feel free a maintainer to remove the Stale tag!

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. dev/1.2.3 reviewed Stale usercase Important user case type label

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants