| 454 | } |
| 455 | |
| 456 | bool 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 | |
| 462 | void TabletNodeManager::WaitTabletNodeReconnect(const std::string& addr, const std::string& uuid, |
| 463 | int64_t reconn_timeout_taskid) { |
no test coverage detected