[FIX] do throttle after creating tx ctx or rollback to savepoint in replay situation
This commit is contained in:
@ -34,6 +34,7 @@ static ObSharedMemAllocMgr MTL_MEM_ALLOC_MGR;
|
||||
namespace share {
|
||||
|
||||
ObMdsThrottleGuard::~ObMdsThrottleGuard() {}
|
||||
ObTxDataThrottleGuard::~ObTxDataThrottleGuard() {}
|
||||
|
||||
int ObTenantTxDataAllocator::init(const char *label)
|
||||
{
|
||||
|
@ -32,6 +32,9 @@ using namespace share;
|
||||
static ObSharedMemAllocMgr MTL_MEM_ALLOC_MGR;
|
||||
|
||||
namespace share {
|
||||
|
||||
ObTxDataThrottleGuard::~ObTxDataThrottleGuard() {}
|
||||
|
||||
int ObTenantTxDataAllocator::init(const char *label)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
|
Reference in New Issue
Block a user