limit the hold of tenant 500, add ctx_id UNEXPECTED_IN_500 to mark uncertain_hold label
This commit is contained in:
@ -24,7 +24,8 @@ using namespace common;
|
||||
namespace storage
|
||||
{
|
||||
ObStorageLoggerManager::ObStorageLoggerManager()
|
||||
: log_dir_(nullptr),
|
||||
: allocator_(SET_USE_UNEXPECTED_500("StorageLoggerM")),
|
||||
log_dir_(nullptr),
|
||||
max_log_file_size_(0),
|
||||
is_inited_(false),
|
||||
log_file_spec_(),
|
||||
|
||||
Reference in New Issue
Block a user