obdev
|
b2f4717f20
|
fix mysqltest
|
2024-02-10 11:29:44 +00:00 |
|
obdev
|
229074a275
|
fix generated recursive union all plan bug using the distributed join method hint
|
2024-02-10 11:26:53 +00:00 |
|
obdev
|
21c31706a5
|
occupy id positions for profiling.
|
2024-02-10 11:24:03 +00:00 |
|
obdev
|
3abb03d768
|
[CP] wash chunk_cache when physic memory exhausted
|
2024-02-10 11:21:09 +00:00 |
|
obdev
|
6637b5ea7d
|
modify error code for buf_not_enough before deep copy ddl_kvs in tablet deserialization.
|
2024-02-10 11:18:17 +00:00 |
|
Hongqin-Li
|
f25f7c3958
|
Fix ddl error code missing
|
2024-02-10 11:15:25 +00:00 |
|
obdev
|
9e17e2b593
|
[CP] generate delete+insert plan when update primary key in a pdml plan
|
2024-02-10 11:12:33 +00:00 |
|
Tyshawn
|
a0b5fa8b48
|
[CP] [BUG.FIX] fix unexpected wash tablet from map
|
2024-02-10 11:09:40 +00:00 |
|
ZenoWang
|
a680a564b8
|
[FIX] improve throttle logic
|
2024-02-10 11:06:49 +00:00 |
|
Handora
|
4750154e16
|
[ERROR] remove unnecessary error log with too much lock retry
|
2024-02-10 11:03:56 +00:00 |
|
obdev
|
773bb8a3f1
|
FEATURE: config placeholder for data_disk_write_limit_percentage
|
2024-02-10 11:01:03 +00:00 |
|
obdev
|
63f21d3cde
|
ADD RPC CODE: OB_RS_CHECK_APPOINT_SRC_VALIDITY
|
2024-02-10 10:58:10 +00:00 |
|
obdev
|
92e5d1b287
|
[CP] [to #53785684] Fix bug, add assign SQL (actually var_val) transform to dynamic SQL when var_val has user variables.
|
2024-02-10 10:55:17 +00:00 |
|
obdev
|
c88dd29547
|
check mds mem leak by ENABLE_DEBUG_LOG
|
2024-02-10 10:52:24 +00:00 |
|
ND501
|
7718f2cada
|
bugfix: temporary file normal reading mislead into direct reading logic.
|
2024-02-10 10:49:33 +00:00 |
|
Handora
|
5419bdac9b
|
fix error code to better one
|
2024-02-10 10:46:41 +00:00 |
|
Hongqin-Li
|
cb4774effb
|
Fix tablet autoinc hang due to unexpected rpc_timeout
|
2024-02-10 10:43:50 +00:00 |
|
obdev
|
574ca81181
|
fix mysqltest
|
2024-02-10 10:40:57 +00:00 |
|
obdev
|
3054fbea89
|
[CP] [bugfix] add pool zone_list 4016
|
2024-02-10 10:38:05 +00:00 |
|
obdev
|
7d5ca0e196
|
[CP] fix alloc write row concurrently core dump for drop column.
|
2024-02-10 10:32:33 +00:00 |
|
obdev
|
251275ac91
|
[CP] [OBKV] Fix operation with lob object report -4016 when local retrying & core when print request
|
2024-02-10 10:29:41 +00:00 |
|
simonjoylet
|
8d99977e94
|
add case for migrate lob ddl with data tablet checkpoint
|
2024-02-10 10:26:49 +00:00 |
|
Tyshawn
|
663f9c40a6
|
[CP] [BUG.FIX] fix slow release of memtable
|
2024-02-10 10:23:56 +00:00 |
|
SanmuWangZJU
|
9ed2770943
|
[CP] [OBCDC] Provide obcdc compatible info
|
2024-02-10 10:18:24 +00:00 |
|
simonjoylet
|
412211b212
|
[CP] retry when ddl clog write failed
|
2024-02-10 10:15:32 +00:00 |
|
chaser-ch
|
5985c7ac27
|
add tenant id for value row iter allocator
|
2024-02-10 10:12:38 +00:00 |
|
ZenoWang
|
5bed0bdec4
|
[CP] [FIX] checkout timeout_ts when iterate virtual table
|
2024-02-10 10:09:46 +00:00 |
|
obdev
|
310a31613b
|
[to #54594279] Move T_SHOW_PROCEDURE_CODE/T_SHOW_FUNCTION_CODE to before T_MAX.
|
2024-02-10 10:04:11 +00:00 |
|
zzg19950727
|
fb16fd351f
|
[CP] fix insert into select from duplicate table bug
|
2024-02-10 10:01:19 +00:00 |
|
obdev
|
3ff2d82e7c
|
fix:code check;json decimal rebuild
|
2024-02-10 09:55:45 +00:00 |
|
obdev
|
dce95d4e1a
|
Repair case 2004_start_wait_relay_to_start_scn_trans_timeout_switch_leader location cache renew inner_table_scan timeout
|
2024-02-10 09:52:54 +00:00 |
|
obdev
|
f31bfbd925
|
[CdcService] Fix CdcSrv Thread exited unexpectedly
|
2024-02-10 09:50:01 +00:00 |
|
Handora
|
50c294ec8f
|
[BUG] fix expected error during pdml switch leader
|
2024-02-10 09:47:10 +00:00 |
|
obdev
|
980d78ddfd
|
fix invalid mvcc_row_flag
|
2024-02-10 09:44:17 +00:00 |
|
HaHaJeff
|
dc815f81b3
|
fixed print error log after delete block success on arb server
|
2024-02-10 09:41:26 +00:00 |
|
obdev
|
8ff6d29631
|
alter pcode name in master
|
2024-02-10 09:38:34 +00:00 |
|
Charles0429
|
3515680aab
|
do not freeze ddl kv when schedule dag
|
2024-02-10 09:35:42 +00:00 |
|
ND501
|
e1bc7f780d
|
Enable skip kvcache in temporary file read procedure.
|
2024-02-10 09:32:50 +00:00 |
|
obdev
|
ef23c827e9
|
[CP] [CdcService] Retry when get iter_end from remote_log_iter when locating lsn
|
2024-02-10 09:29:59 +00:00 |
|
Handora
|
71d5c796e0
|
[BUG] change error to warning
|
2024-02-10 09:27:06 +00:00 |
|
obdev
|
eebc8f712b
|
bugfix: remove semicolon in mysql mode
|
2024-02-10 09:21:36 +00:00 |
|
obdev
|
a686640ddb
|
wildcard matching
|
2024-02-10 09:18:41 +00:00 |
|
obdev
|
6592374588
|
[OBKV] placeholder for checkAndInsUp operation type
|
2024-02-10 09:15:49 +00:00 |
|
SanmuWangZJU
|
8fe8bd1c5b
|
[OBCDC] Fix obcdc launch failed if tenant is not normal or dropped but not in tb_white_list
|
2024-02-10 09:12:57 +00:00 |
|
obdev
|
fc51a52d1b
|
optimize implement of get_max_applied_scn()
|
2024-02-10 09:10:04 +00:00 |
|
obdev
|
9f7f594b74
|
fix mysqltest for FOR UPDATE rewrite
|
2024-02-10 09:07:11 +00:00 |
|
obdev
|
b528857934
|
fix pdml bug after or expansion transformation
|
2024-02-10 09:04:18 +00:00 |
|
obdev
|
59be123c65
|
[CP] to issue<53073647>:fix two issues
|
2024-02-10 09:01:25 +00:00 |
|
LiuYoung00
|
87e852f450
|
[CP] [to #54671291]prexecute async plan ok response error
|
2024-02-10 08:58:33 +00:00 |
|
HaHaJeff
|
a41bedc587
|
fixed restart failed because of create ls failed in ObLogService
|
2024-02-10 08:55:39 +00:00 |
|