|
4116593fec
|
Unify tablet creation to use ObCreateTabletSchema
|
2023-11-20 13:45:04 +00:00 |
|
|
49335d8e84
|
fix deserialize arg in multi-transation commit
|
2023-11-20 09:36:49 +00:00 |
|
|
8c29838c4a
|
[CP] should not push multi_version_start before reserved_snapshot_clog sync
|
2023-11-20 08:37:14 +00:00 |
|
|
1d6cb7cde6
|
Tablet normalized leak diagnosis
|
2023-11-17 10:45:14 +00:00 |
|
|
fb6afc1f23
|
delete useless code & remove lambda
|
2023-11-17 07:41:07 +00:00 |
|
|
960df4d65c
|
reduce EncodePivot memory usage with lots of columns and few rows
|
2023-11-16 14:46:15 +00:00 |
|
|
6701143371
|
[BUG.FIX] fix ddl kv count bug.
|
2023-11-16 09:40:41 +00:00 |
|
|
e9fa5cef72
|
[FEAT MERGE] FEATURE: ls state optimization
|
2023-11-15 08:44:47 +00:00 |
|
|
41296128f1
|
micro writer buffer uses the default allocator
|
2023-11-14 10:10:32 +00:00 |
|
|
3eb34fe37e
|
del useless code
|
2023-11-10 11:39:11 +00:00 |
|
|
d9de59fd05
|
[SKIP INDEX] fix falifisable filter use incorrect obj meta.
|
2023-11-09 13:05:54 +00:00 |
|
|
505d5a601a
|
[CP] Replace ObConcurrentFIFOAllocator with ObFIFOAllocator.
|
2023-11-07 11:09:23 +00:00 |
|
|
7846915626
|
[SKIP INDEX] remove skip index storing prefixes
|
2023-11-06 03:10:25 +00:00 |
|
|
71aa08728f
|
Fix memstore not release after table refresh
|
2023-11-01 08:13:07 +00:00 |
|
|
933a2b5031
|
make trans trace log buffer bigger in debug mode
|
2023-11-01 06:09:06 +00:00 |
|
|
566e920620
|
Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
|
2023-10-31 15:39:22 +00:00 |
|
|
c9753f2968
|
license opt: Identify external and internal code and modify their open source licenses correctly.
|
2023-10-23 03:43:44 +00:00 |
|
|
eb7a594855
|
[BUG.FIX] fix -4016 issue when loading tablet
|
2023-10-18 03:13:55 +00:00 |
|
|
98b9115578
|
[CP] fast abort transaction
|
2023-10-16 03:43:16 +00:00 |
|
|
0fe674397d
|
[CP] Add replica into blacklist when migrating
|
2023-10-12 12:09:44 +00:00 |
|
|
ba235676b3
|
fix extra medium info fuse bug
|
2023-10-12 10:40:08 +00:00 |
|
|
223cf90c93
|
fix delay callback scheduler in clear phase
|
2023-09-25 02:40:07 +00:00 |
|
|
d23c31fd93
|
[MDS] avoid hold mds_unit's lock when lock_for_read
|
2023-09-21 04:10:19 +00:00 |
|
|
526eb5bf90
|
[CP] scheduler iter reset errno
|
2023-09-20 13:44:17 +00:00 |
|
|
49a3fb1c78
|
[OPTIMIZATION] remove timeguard in latch guard in callbacklist
|
2023-09-14 09:17:50 +00:00 |
|
|
8916aa3e85
|
adjust mds time guard timeout & fix some minor issue
|
2023-09-14 08:13:46 +00:00 |
|
|
7b4f5eeffe
|
add compaction dag limit & batch size
|
2023-09-12 08:40:21 +00:00 |
|
|
36322c7d68
|
replace get_ls_ctx_mgr with get_ls in acquire_local_snapshot
|
2023-09-12 03:10:47 +00:00 |
|
|
46cc984ade
|
Merge branch 'pr_1547'
|
2023-09-08 15:48:46 +08:00 |
|
|
09e955551a
|
empty addr semantic support for complex addr
|
2023-09-08 13:01:10 +08:00 |
|
|
cb23820276
|
[master] fix io-thread hang in handle savepoint rollback resp
|
2023-09-08 10:50:16 +08:00 |
|
|
081d5b2dd1
|
optimize memtable releasing in mini compaction
|
2023-09-01 02:10:43 +00:00 |
|
|
6e1811678e
|
refine tablet init functions & refactor code struct
|
2023-08-31 12:10:35 +00:00 |
|
|
0528277691
|
[MDS/DeadLock] remove uniittest file included in src dir
|
2023-08-30 08:10:49 +00:00 |
|
|
b9d0639eb7
|
[BUG] fix memtable case
|
2023-08-30 07:48:22 +00:00 |
|
|
c399d81179
|
[BUG.FIX] reduce macro id set memory footprints by using without no lock mode.
|
2023-08-29 07:48:02 +00:00 |
|
|
bcab8c659b
|
Delete Table Index In QueryEngine
|
2023-08-24 04:48:41 +00:00 |
|
|
22a9b2252c
|
[FEAT MERGE] support aead in tde
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
|
2023-08-24 04:10:29 +00:00 |
|
|
b9c2d2e775
|
kill all running tx before the append_mode_initial_scn in switch_to_leader
|
2023-08-23 10:44:11 +00:00 |
|
|
90ae6c4e43
|
optimize mark_and_sweep
|
2023-08-17 11:24:17 +00:00 |
|
|
9b01ed202d
|
[MDS] fix thread deadlock between DAG and tablet and mds_table
|
2023-08-17 09:40:35 +00:00 |
|
|
5ad847706f
|
refactor prohibit_map & add medium_checker
|
2023-08-16 04:44:02 +00:00 |
|
|
6283feb96f
|
[MDS] add mds construct sequence to bind async executed DAG and mds_table
|
2023-08-15 03:10:34 +00:00 |
|
|
9b31f8aa03
|
[FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
|
2023-08-15 02:40:26 +00:00 |
|
|
3a311f8866
|
[CP] [4.1] fix tx-route state serialize size overflow
|
2023-08-14 09:12:27 +00:00 |
|
|
7430de2cb0
|
[bugfix] fix batch decode var length dict with single entry
|
2023-08-11 07:12:43 +00:00 |
|
|
ea61a471d1
|
[master] change seq_no to ObTxSEQ
|
2023-08-10 06:12:31 +00:00 |
|
|
5606fdda16
|
fix print ctx code
|
2023-08-09 09:42:33 +00:00 |
|
|
82273343d9
|
forced to distinguish between ha dag and others
|
2023-08-08 05:42:30 +00:00 |
|
|
a1fa978f84
|
support strict replace
|
2023-08-08 05:12:15 +00:00 |
|