[CP] [to #2024072000103864631] chore: alter get_cursor error message

This commit is contained in:
haohao022 2024-08-14 03:23:17 +00:00 committed by ob-robot
parent 35e02e8f07
commit d1cb7a5aee

View File

@ -1498,7 +1498,7 @@ ObPLCursorInfo *ObSQLSessionInfo::get_cursor(int64_t cursor_id)
{
ObPLCursorInfo *cursor = NULL;
if (OB_SUCCESS != pl_cursor_cache_.pl_cursor_map_.get_refactored(cursor_id, cursor)) {
LOG_WARN_RET(OB_ERR_UNEXPECTED, "get cursor info failed", K(cursor_id), K(get_sessid()));
LOG_INFO("get cursor info failed", K(cursor_id), K(get_sessid()));
}
return cursor;
}