patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -15,11 +15,14 @@
#include "ob_rs_thread_checker.h"
#include "share/ob_errno.h"
namespace oceanbase {
namespace oceanbase
{
using namespace common;
namespace rootserver {
namespace rootserver
{
ObRsThreadChecker::ObRsThreadChecker() : inited_(false)
ObRsThreadChecker::ObRsThreadChecker()
:inited_(false)
{}
ObRsThreadChecker::~ObRsThreadChecker()
@ -61,8 +64,7 @@ void ObRsThreadChecker::run3()
LOG_WARN("rs_monitor_check : thread checker stop");
}
int ObRsThreadChecker::destroy()
{
int ObRsThreadChecker::destroy() {
int ret = OB_SUCCESS;
if (inited_) {
stop();
@ -75,5 +77,5 @@ int ObRsThreadChecker::destroy()
return ret;
}
} // end namespace rootserver
} // end namespace oceanbase
} // end namespace rootserver
} // end namespace oceanbase