Commit Graph

13962 Commits

Author SHA1 Message Date
cc612b7b95 [bugfix] fix mini minor compaction scheduling 2024-07-05 07:21:57 +00:00
a82041f046 SysVarsCacheData serialization placeholder 2024-07-05 07:16:25 +00:00
dcefc03971 roaringbitmap type optimization and default value adaption 2024-07-05 05:17:14 +00:00
e036c7f2d1 placeholder for major refresh mv 2024-07-05 04:46:37 +00:00
d3cdf314b9 [CP] [CP] session_variable: change the default value of session variable _nlj_batching_enabled to 1 2024-07-05 04:17:01 +00:00
6d1e9d6b3c fix: add index for __all_scheduler_job_run_detail_v2
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2024-07-05 03:46:47 +00:00
8b0ac4f1c2 [CP] [CP] make sure data_table_id and schema_version in based_schema_obj_info before alter table 2024-07-05 03:16:25 +00:00
9ebf3e06a5 client task construct exec_ctx 2024-07-05 02:47:39 +00:00
933d5ca27e fix tablet cache size for compat scene
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2024-07-04 15:51:59 +00:00
179e3b75f5 [BUG] fix snapshot version after transfer 2024-07-04 14:16:15 +00:00
ffed357f8f fix badcase of ob_sort::compare_check 2024-07-04 12:16:08 +00:00
998f48c296 [CP] fix auto gather statistics may miss gather table statistics if any table doesn't have any modification 2024-07-04 11:11:30 +00:00
cf1fc4c164 prehold stat_event id for ss_local_cache 2024-07-04 11:05:38 +00:00
245eeb30a3 only open direct_load_insert_tablet in inc mode 2024-07-04 10:48:36 +00:00
3246cc76d7 fix DDLTaskExecutor threak leak 2024-07-04 10:42:59 +00:00
92b3d6058a fix add replica of same version observer when 4.3.0/4.3.1 upgrade to 4.3.2 2024-07-04 08:55:29 +00:00
b923637c25 sys variables master placeholder: 2024-07-04 08:50:01 +00:00
257dd35082 [CP] px write periodically check status 2024-07-04 08:38:59 +00:00
52283f34e4 modify timeout of writing inc redo log 2024-07-04 06:28:45 +00:00
91319fe104 [CP] serial create table return valid table id when table exist 2024-07-04 05:46:45 +00:00
6a701acb85 fix for hashgroupby all_rows_active wrong value 2024-07-04 05:21:58 +00:00
3449f775a6 fix ObSEArray::pop_back bug 2024-07-04 05:16:18 +00:00
5747211864 tx desc start session id bug fix 2024-07-04 04:49:02 +00:00
73ed83009f fix too much data_version rpc log 2024-07-04 04:32:16 +00:00
d9a0b26dcc autocommit trans should be rollbacked before return error packet 2024-07-04 04:26:35 +00:00
b5495c5a66 fix parallel_start_pos_ adjust when parallel replay failed 2024-07-04 04:21:03 +00:00
a3168c3fbe fix mem reuse when persisting large co sstable 2024-07-04 04:15:22 +00:00
958e3e3132 [CP] adjust DIST_NONE_ALL/DIST_ALL_NONE for except/intersect set operation 2024-07-03 17:09:09 +00:00
5d23c76dae occupy for index of __all_scheduler_job_run_detail_v2 2024-07-03 15:17:36 +00:00
2ece3d3782 [OBCDC] Fix coredump in lob_merger caused by used_after_free 2024-07-03 15:12:02 +00:00
06c801bdd5 SysVarsCacheData serialization placeholder 2024-07-03 15:00:36 +00:00
739d09c00b [master] fix rec_scn on memtable is larger than end-scn if all submitted log failed 2024-07-03 14:44:08 +00:00
da2bc95b50 Scaling stack size during operator closing 2024-07-03 14:38:32 +00:00
055a85eb8f fix dbms_scheduler DBA_SCHEDULER_JOBS instance_id type error 2024-07-03 14:32:29 +00:00
0a7f62580a Adapt negative integer behavior of roaringbitmap to PG 2024-07-03 14:26:41 +00:00
b5c355fa0f [#57845348]fix show call proc info in plan cache 2024-07-03 14:21:14 +00:00
3219a5ecee add the unittest for opensource mode 2024-07-03 12:17:21 +00:00
e92fac4b98 master placeholder 2024-07-03 10:14:07 +00:00
28aa66ebc2 make mysqltest stable and fix MEMORY_LOG leak when tenant_500::DEFAULT_CTX reaches limit. 2024-07-03 10:07:43 +00:00
5db7701f37 fix some external table bugs 2024-07-03 10:01:17 +00:00
5725aa6a5b fix truncate partition cancel global index 2024-07-03 09:55:24 +00:00
b042b281ef Use batch hash in encoder 2024-07-03 09:49:32 +00:00
147a312d13 Fix double scale check failed in oracle mode 2024-07-03 09:32:31 +00:00
81bfa9f0ac [FEAT MERGE] direct load performance optimize
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: leftgeek <1094669802@qq.com>
2024-07-03 07:17:17 +00:00
f1de6400e5 replace placeholder 2024-07-03 04:18:19 +00:00
f4e84738e1 [CP] Retry rename_table in ctas 2024-07-03 04:12:43 +00:00
7f169320c7 placeholder for online_sample_rate_ in ObOptimizerStatsGatheringSpec 2024-07-03 04:07:03 +00:00
86981f121b Fix 4013 error in window function error 2024-07-02 15:02:39 +00:00
79838d0ad3 [CP] Fix print unpivot bug 2024-07-02 14:29:04 +00:00
99379ff80a [CP] [to #57703070] fix serval pl/sql bugs 2024-07-02 13:46:34 +00:00