4027 Commits

Author SHA1 Message Date
obdev
51224417e1 fix: explicit set Worker::self_ to thread local 2023-03-24 10:11:22 +00:00
leslieyuchen
a8778f6a45 Fix the bug of lookup iter failing to switch partition correctly 2023-03-24 08:15:13 +00:00
obdev
e05be5a00f add errcode placeholder 2023-03-24 08:11:41 +00:00
hamstersox
db8fee3ab8 delete wait refresh config when start backup or archive 2023-03-24 07:41:46 +00:00
ZenoWang
7fd1b058cd fix core when dump tx ctx table 2023-03-24 07:15:22 +00:00
obdev
f9b0da4444 to issue<48587285>:fix memory leak about pl collection shrink 2023-03-24 07:11:52 +00:00
obdev
d2110be61c fix oci memleak and add port info to dblink view and fix pull data OOM 2023-03-24 06:41:57 +00:00
obdev
7b0fa6b582 fix the core caused by commit log callback error reporting due to gts has stopped service 2023-03-24 03:11:14 +00:00
qianchanger
9f6e6664f6 process failed proxy when dispatching batch sqc failed 2023-03-24 02:41:50 +00:00
SanmuWangZJU
5857cf883d [OBCDC] Improve OBCDC exit process 2023-03-23 13:41:26 +00:00
qianchanger
6e52756522 Add release operation for px task process 2023-03-23 12:15:05 +00:00
HaHaJeff
1eed9d4d9c fixed not rollback log disk after create tenant failed 2023-03-23 12:11:38 +00:00
chinaxing
c377bfd280 [master][tx-route] fix and refine tx module stop relative 2023-03-23 11:41:27 +00:00
obdev
a336d37695 fix some restore bug and add print info 2023-03-23 10:45:15 +00:00
HaHaJeff
63a9bb625b fixed not remove tmp directory when create palf failed. 2023-03-23 08:41:32 +00:00
BinChenn
e320d2f2a3 [Arb] record degrade/upgrade events to __all_server_event_history 2023-03-23 07:41:46 +00:00
obdev
0f342a5f1e Fix: sys_var plan cache not set 2023-03-23 07:15:38 +00:00
obdev
54f9ade886 [BUGFIX] fix ObTextStringIter ctx init to nullptr 2023-03-23 07:12:03 +00:00
zhjc1124
a12694fff8 close dispatch_req temporally 2023-03-23 05:41:54 +00:00
obdev
08f87b82c7 modify the usage of schema guard, release the pin memory 2023-03-23 05:11:37 +00:00
tino247
dd3b5c62fd Fix unstable list partition order problem 2023-03-23 04:48:43 +00:00
obdev
57f09e1588 use PRINT_VECTORIZED_ROWS macro for vectorization output 2023-03-23 04:45:08 +00:00
obdev
b4fc7d1c5f adjust log level for direct load. 2023-03-23 04:41:35 +00:00
obdev
fdc08f5080 Fix the failure to get the tenant config 2023-03-23 04:11:57 +00:00
obdev
e1656f5d5a [CP] Change arena alloctor to malloc allocator in connect by pump. 2023-03-23 03:44:56 +00:00
Tyshawn
1ef21d9628 [BUG.FIX] fix memory disk type in loading tablet 2023-03-23 03:41:24 +00:00
yongshige
a118af24ee fix identity bug 2023-03-23 03:15:21 +00:00
obdev
ea0ab348f3 fix direct load data type mysqltests 2023-03-23 03:11:48 +00:00
obdev
392907c24e print stack memory allocation history 2023-03-22 22:43:42 +08:00
obdev
c95a7ac62c fix: fix the core when has returning expr induced by dml processing order refactor 2023-03-22 22:43:42 +08:00
obdev
8dd6b41ead fix dtl channel can not detect interrupt && fix hash join memory dynamic leak 2023-03-22 22:43:42 +08:00
obdev
1f41bcc0ae fix delay abort bug 2023-03-22 22:43:42 +08:00
simonjoylet
aac7005821 check ddl start scn in tablet meta when ls online 2023-03-22 22:43:42 +08:00
ob-robot
e253581302 Merge branch 'master' of github.com:oceanbase/oceanbase 2023-03-22 20:48:41 +08:00
simonjoylet
a6137b0cc4 compact ddl sstable later check ddl sstable count 2023-03-22 12:45:34 +00:00
obdev
70c142ab23 to issue<48495992>:fix core when dml stmt bulk into complex type var 2023-03-22 12:41:58 +00:00
Hongqin-Li
a90eb7f6ef Change return code to OB_STATE_NOT_MATCH to avoid px hang 2023-03-22 12:15:33 +00:00
obdev
904210a048 set upstream before decided trans type in replay_commit_info 2023-03-22 12:12:01 +00:00
obdev
9bcdbcde5e [4.1][savepoint] stop rollback to savepoint when trans is terminated 2023-03-22 11:49:24 +00:00
David Liu
0caac56a04
Update README.md (#1310)
The old link to Mulan Public license is 404.

Co-authored-by: LIN <wangzelin19961202@gmail.com>
2023-03-22 19:49:15 +08:00
obdev
9407bbea54 fix dtl interm result leak when use vectorized spf and px batch rescan 2023-03-22 11:45:48 +00:00
obdev
ef75f54b72 Fix incorrect length setting leads to out-of-bounds memory access 2023-03-22 11:42:13 +00:00
obdev
d5034e56fa fix core of GET_TSI 2023-03-22 10:45:14 +00:00
yishenglanlingzui
e3aa4c5a8f Add is_lookup flag in query_flag to inform the transaction layer that this is a lookup task 2023-03-22 10:41:42 +00:00
obdev
79723299c1 move config lock out of config map lock when read_dump_config 2023-03-22 10:11:54 +00:00
obdev
579345ca09 [BUGFIX] fix lob bugs 2023-03-22 08:45:44 +00:00
maosy
3af5758e15 pcode occupy 2023-03-22 08:42:09 +00:00
oceanoverflow
d7f0e7f852 reduce log of ha module 2023-03-22 07:45:09 +00:00
obdev
d516a39c7c fix obtest 2023-03-22 07:41:36 +00:00
obdev
9aaff0f5f8 Modify ret code in get_ls_meta_package 2023-03-22 07:15:26 +00:00