| 206 | } |
| 207 | |
| 208 | void TabletNodeZkAdapter::OnRootNodeChanged(const std::string& root_tablet_addr) { |
| 209 | LOG(INFO) << "root node is changed"; |
| 210 | tabletnode_impl_->SetRootTabletAddr(root_tablet_addr); |
| 211 | } |
| 212 | |
| 213 | void TabletNodeZkAdapter::OnSafeModeMarkCreated() { |
| 214 | LOG(INFO) << "safemode mark node is created"; |
nothing calls this directly
no test coverage detected