548 Commits

Author SHA1 Message Date
0e762bcbc5 [FEAT MERGE] cap_config_4.2 2023-04-18 07:41:54 +00:00
a36c4299c1 fix the problem that the gap between triggering a rebuild and disabling voting may lead to unnecessary rebuilds 2023-04-13 06:53:41 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
9e1fc64a14 optimize compaction statistic on tablet stat 2023-04-13 06:24:58 +00:00
9d477317a9 fix build ddl table store 2023-04-06 14:11:19 +00:00
a920d19e0a [BUG] remove callback when on failure 2023-04-04 07:14:37 +00:00
0b1e970028 add warning log when the number of sstable is at high level 2023-04-04 04:47:41 +00:00
8b00a6d6be Change the memory of ObEncodingRowBufHolder to hang on its own tenant which used to hang on 500. 2023-04-04 01:41:16 +00:00
f4e79369a0 fix parallel external sort defend too strict issue 2023-03-28 02:41:43 +00:00
677f68442d Bugfix: load the tx_ctx which is dumped into multiple rows failed. 2023-03-27 12:41:44 +00:00
7fd1b058cd fix core when dump tx ctx table 2023-03-24 07:15:22 +00:00
7a508b40d6 [master] fix ut: test_tx 2023-03-22 03:12:06 +00:00
c6bbafe473 fix savepoint is not synchronized between servers 2023-03-20 17:23:49 +08:00
9365c0dd4c patch 4.1 bug fix and remove some secret url 2023-03-19 19:22:48 +08:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
0c661df5f4 optimize parallem minor dag scheduling 2023-03-17 03:43:51 +00:00
276d9034f2 Fix test_raw_decoder of release compilation cannot pass. 2023-03-14 17:16:12 +00:00
0bce93fe67 Support force set ls as single member for ob_admin. 2023-03-09 07:46:13 +00:00
8e82e95c91 [BUG] remove protection code and and handler for ls removal 2023-03-07 09:41:14 +00:00
bfbe2f8609 add defensive code for small sstable optimization 2023-03-03 08:46:06 +00:00
9e0e3b8aa9 fix backup delete piece file incomplete 2023-03-02 14:51:59 +00:00
897c5ae533 fix xa savepoint 2023-02-17 09:12:43 +00:00
076558b3cc shrink memory use in ddl 2023-02-15 14:42:18 +00:00
7bd346dc46 [FIX] dynamic expand or shrink tx data hash map when minor freeze to reduce memory use in tx data memtable 2023-02-15 12:44:35 +00:00
092b683a60 [master] add sql_audit txn-route diagnose info 2023-02-14 04:15:02 +00:00
41ff8d0ce0 [master][tx-route] fix check alive after session killed internally 2023-02-13 07:12:35 +00:00
b889a69fbb [bugfix] add latest_row_store_type in sstable meta to calculate merge type for compaction 2023-02-10 03:41:41 +00:00
642856b1ae [BugFix] notify_data_source in do_force_kill_tx and add safe_to_destroy 2023-02-09 18:00:41 +00:00
6a87d4429d fix backup report -4002 issue 2023-02-09 14:42:23 +00:00
fc69016702 submit clear log with the larger scn than any commit log scn from pariticipants 2023-02-09 14:39:44 +00:00
df6007521e use max_applied_scn in remove_callbacks_for_remove_memtable
Co-authored-by: Handora <qcdsr970209@gmail.com>
2023-02-08 11:43:52 +08:00
cc70336767 fix storage estimate row can't used in opt stats row_count is 0 2023-02-07 20:54:29 +08:00
4faa17ca78 add defense code in major execute 2023-02-07 19:53:41 +08:00
02c1517a3e add unittest for io_tracer 2023-02-07 13:27:18 +08:00
780c8a8331 Add safe_to_destroy() in ObMemtable 2023-02-07 00:20:33 +08:00
58f3ce32a6 [master] fix sql_audit mysqltest result 2023-02-07 00:01:04 +08:00
d4c5f954f7 use arena allocator for btree node 2023-02-06 15:59:56 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
1c24d38f33 optimize the performance of reporting tablet stat 2023-02-06 15:40:49 +08:00
99db3122b5 [rebuild] add get_election_leader() 2023-02-06 14:42:41 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
0f14606391 [FEAT MERGE] instant ddl commit
Co-authored-by: hiddenbomb <bwgui203@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: rolandqi <qikai456@126.com>
2023-01-28 20:34:20 +08:00
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +08:00
50024b39cd [FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 18:17:32 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
f27d2efc83 [FEAT MERGE] productization of xa trans 2023-01-28 18:05:52 +08:00
06b882fa75 [BUG] add row latch when log sync failed 2023-01-28 17:03:01 +08:00
30d0adec61 [4.1] support distributed txn free route 2023-01-28 16:07:18 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
3080f2b66f Enhanced resource isolation capability, previous IOPS group control for front-end and back-end tasks
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 15:58:19 +08:00