**Is your feature request related to a problem? Please describe.** FE crash on `replayBackendtabletsInfo()` This is because the checkpoint thread try to get a replica from TabletInvertedIndex. But TabletInvertedIndex is not initialized in checkpoint thread.
Is your feature request related to a problem? Please describe.
FE crash on
replayBackendtabletsInfo()This is because the checkpoint thread try to get a replica from TabletInvertedIndex.
But TabletInvertedIndex is not initialized in checkpoint thread.