Skip to content

BE process exits because of failure of loading index #1145

@morningman

Description

@morningman

Describe the bug
When loading index of a tablet failed, BE will print a fatal log
fail to load indices. [res=-402 table='xxx.xxxxxxxx']
and then exit.

To Reproduce
This may happen sometimes when tablet's data is broken.

How to resolve
Here are 2 problems:

  1. Why tablet's data is broken?
  2. BE should not exit, and should recover from this situation automatically.

We still don't know why a tablet's data is broken. But we can simply set this tablet as bad and report it to FE. FE will repair the bad tablet, so the system will continue to run.

Metadata

Metadata

Assignees

Labels

kind/fixCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions