[CP] fix bug: a large backlog of threads and causing the server to stop providing service.

This commit is contained in:
obdev 2024-02-07 14:02:54 +00:00 committed by ob-robot
parent 3db2e35a2e
commit 53d13885cf

View File

@ -181,7 +181,6 @@ inline void ObWarningBuffer::append_msg(ObLogger::UserMsgLevel msg_level, const
{
// warning_buffer will be reset before requests handled
if (OB_SUCCESS == error_ret_) {
std::string eg(str);
int ret = OB_SUCCESS;
ObWarningBuffer::WarningItem *item = nullptr;
if (append_idx_ >= item_.count()) {