Set limitation for large transaction && Add some obtest for large transaction testing

This commit is contained in:
obdev
2022-06-12 12:33:57 +08:00
committed by wangzelin.wzl
parent 53a562dcae
commit 7c4d50e360
9 changed files with 284 additions and 47 deletions

View File

@ -1200,7 +1200,7 @@ int ObGarbageCollector::gc_check_log_archive_(
int64_t delay_interval = LOG_ARCHIVE_DROP_DELAY;
#ifdef ERRSIM
delay_interval = std::min(LOG_ARCHIVE_DROP_DELAY, (int64_t)ObServerConfig::get_instance().schema_drop_gc_delay_time);
// delay_interval = std::min(LOG_ARCHIVE_DROP_DELAY, (int64_t)ObServerConfig::get_instance().schema_drop_gc_delay_time);
#endif
if (enable_log_archive && !is_restore && !is_sys_tenant) {