diff --git a/src/storage/transaction/ob_trans_service.cpp b/src/storage/transaction/ob_trans_service.cpp index 46a82f735884216dcdbc0a12db8742dbd879cc0f..501fcde96b8192a6cc5f5f7d889e6eacce06a7d8 100644 --- a/src/storage/transaction/ob_trans_service.cpp +++ b/src/storage/transaction/ob_trans_service.cpp @@ -6746,7 +6746,9 @@ int ObTransService::iterate_trans_stat(const common::ObPartitionKey& partition, } else { // do nothing } - sche_trans_ctx_mgr_.print_all_ctx(PRINT_SCHE_COUNT); + if (REACH_TIME_INTERVAL(60 * 1000 * 1000)) { + sche_trans_ctx_mgr_.print_all_ctx(PRINT_SCHE_COUNT); + } return ret; }