Do not report ERROR when sample rate equals 100

This commit is contained in:
ZenoWang
2024-02-06 14:49:31 +00:00
committed by ob-robot
parent 1f1d5c08ae
commit c8ef409bf3
3710 changed files with 486984 additions and 3083329 deletions

View File

@ -29,8 +29,7 @@ public:
profile_(profile), op_monitor_info_(op_monitor_info),
sql_mem_mgr_(nullptr), mem_callback_(nullptr), tenant_id_(OB_INVALID_ID),
periodic_cnt_(1024),
origin_max_mem_size_(0), default_available_mem_size_(0), is_auto_mgr_(false), dir_id_(0),
dummy_ptr_(nullptr), dummy_alloc_(nullptr)
origin_max_mem_size_(0), default_available_mem_size_(0), is_auto_mgr_(false), dir_id_(0)
{
// trace memory dump
op_monitor_info_.otherstat_6_id_ = ObSqlMonitorStatIds::MEMORY_DUMP;
@ -175,8 +174,6 @@ private:
int64_t default_available_mem_size_;
bool is_auto_mgr_;
int64_t dir_id_;
char *dummy_ptr_;
ObIAllocator *dummy_alloc_;
};
class ObSqlWorkareaUtil