Modify Throttle Info Log
This commit is contained in:
@ -106,7 +106,7 @@ void ObStorageTableGuard::throttle_if_needed_()
|
||||
const int64_t MEMSTORE_THROTTLE_LOG_INTERVAL = 1L * 1000L * 1000L; /*one seconds*/ \
|
||||
if (sleep_time > 0 && REACH_TIME_INTERVAL(MEMSTORE_THROTTLE_LOG_INTERVAL)) { \
|
||||
SHARE_LOG(INFO, \
|
||||
"[Throttling] Time Info", \
|
||||
"[Throttling] (report write throttle info) Time Info", \
|
||||
"Throttle Unit Name", \
|
||||
ObMemstoreAllocator::throttle_unit_name(), \
|
||||
"Throttle Sleep Time(us)", \
|
||||
|
||||
Reference in New Issue
Block a user