[CP] [tablelock] fix a typo in the log of obj lock garbage collector

This commit is contained in:
YangEfei
2023-08-08 06:42:52 +00:00
committed by ob-robot
parent af62662569
commit eae2c9fb7d

View File

@ -225,7 +225,7 @@ int ObTableLockService::ObOBJLockGarbageCollector::garbage_collect_for_all_ls_()
void ObTableLockService::ObOBJLockGarbageCollector::check_and_report_timeout_()
{
int ret = OB_SUCCESS;
int current_timestamp = ObClockGenerator::getClock();
int64_t current_timestamp = ObClockGenerator::getClock();
if (last_success_timestamp_ > current_timestamp) {
LOG_ERROR("last success timestamp is not correct", K(current_timestamp),
K(last_success_timestamp_), KPC(this));