| 454 | } |
| 455 | |
| 456 | void TabletNodeSysInfo::SetProcessStartTime(int64_t ts) { |
| 457 | MutexLock lock(&mutex_); |
| 458 | if (!info_.unique()) { |
| 459 | SwitchInfo(); |
| 460 | } |
| 461 | assert(info_.unique()); |
| 462 | info_->set_process_start_time(ts); |
| 463 | } |
| 464 | |
| 465 | void TabletNodeSysInfo::SetTimeStamp(int64_t ts) { |
| 466 | MutexLock lock(&mutex_); |