MCPcopy Create free account
hub / github.com/baidu/tera / PostUnloadTabletPhaseHandler

Method PostUnloadTabletPhaseHandler

src/master/split_tablet_procedure.cc:99–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void SplitTabletProcedure::PostUnloadTabletPhaseHandler(const SplitTabletPhase&) {
100 if (!TabletStatusCheck()) {
101 SetNextPhase(SplitTabletPhase::kFaultRecover);
102 } else {
103 SetNextPhase(SplitTabletPhase::kUpdateMeta);
104 }
105}
106
107void SplitTabletProcedure::UpdateMetaPhaseHandler(const SplitTabletPhase&) {
108 if (!child_tablets_[0]) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64