adjust log level of switch_to_follower_gracefully
This commit is contained in:
parent
d1b473dd29
commit
a453d36a83
@ -833,7 +833,7 @@ int ObLSTxCtxMgr::switch_to_follower_gracefully()
|
||||
timeguard.click();
|
||||
TRANS_LOG(INFO, "[LsTxCtxMgr] switch_to_follower_gracefully", K(ret), KPC(this), K(process_count));
|
||||
if (timeguard.get_diff() > 1000000) {
|
||||
TRANS_LOG(ERROR, "use too much time", K(timeguard), K(process_count));
|
||||
TRANS_LOG(WARN, "use too much time", K(timeguard), K(process_count));
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user