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

Method ScheduleTabletNode

src/master/tabletnode_manager.cc:456–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456bool TabletNodeManager::ScheduleTabletNode(Scheduler* scheduler, const std::string& table_name,
457 const TabletPtr& tablet, bool is_move,
458 TabletNodePtr* node) {
459 return ScheduleTabletNode(scheduler, table_name, tablet, is_move, false, node);
460}
461
462void TabletNodeManager::WaitTabletNodeReconnect(const std::string& addr, const std::string& uuid,
463 int64_t reconn_timeout_taskid) {

Callers 2

LoadMetaTabletMethod · 0.80
TabletNodeLoadBalanceMethod · 0.80

Calls 9

MayLoadNowMethod · 0.80
GetPlanToMoveInCountMethod · 0.80
push_backMethod · 0.80
FindBestNodeMethod · 0.80
GetMetaTabletAddrMethod · 0.45
emptyMethod · 0.45
WaitMethod · 0.45
GetStateMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected