Commit Graph

98 Commits

Author SHA1 Message Date
a4bf0af7c9 wait readonly request done for some time before offline ls 2023-07-04 03:12:23 +00:00
1d691e0d14 optimize das location refresh 2023-07-03 12:42:25 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
9df89f3baf refactor DAS task retry 2023-06-16 08:48:27 +00:00
98078bdc41 [CP] [4.1] fix remote plan execute timeout serval bugs 2023-06-16 07:42:18 +00:00
f194a64d53 [DAS][ObDASLocationRouter] silence best-effort block get in case of failure 2023-06-09 10:42:10 +00:00
934ddce888 Fix DASScanOp retry memory expansion. 2023-06-08 03:18:15 +00:00
d1806bb8bd Fix the issue of insert up reported -4016 with binary rowkey 2023-05-30 13:11:41 +00:00
5af9d6c36d Fix memory leak introduce by change revert logic of lookup op. 2023-05-30 04:46:48 +00:00
c5cf21da3e Fix observer core when das scan op release. 2023-05-26 09:46:54 +00:00
ce135f900f remove redundant log in das 2023-05-25 13:12:00 +00:00
2e77daca76 fix dup table fetch table location -4002 2023-05-23 05:41:48 +00:00
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00
5148758db5 fetch location with sync interface when the location cache not exist 2023-05-19 09:11:40 +00:00
10ebab170d Fix a batch of memory not being split to tenant 2023-05-18 14:11:18 +00:00
aaab6560a1 [FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
2023-05-11 10:07:21 +00:00
8afeece673 fix DAS dynamic partition pruning memleak 2023-05-09 19:15:27 +00:00
4108e781d4 [FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-05-09 18:32:04 +00:00
0ac5e967aa Fix memory leak and memory expansion in das group scan. 2023-05-09 18:04:57 +00:00
44824c8521 fix: fix trigger mutating error in mysql mode 2023-05-09 17:54:10 +00:00
1b2d159c09 fix bug reset_datum_ptr for all das_result_ouput_expr may case performance regression 2023-05-09 07:45:32 +00:00
9e328378c8 [FEAT MERGE] 4.2 add trans_debug_info for 4377
Co-authored-by: Handora <qcdsr970209@gmail.com>
2023-05-06 06:08:35 +00:00
09ed904b58 [FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-29 15:11:50 +00:00
642f1c7d84 [FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-04-28 13:11:58 +00:00
5f403ea6ea Fix memory leak because fix memory expansion 2023-04-28 08:12:04 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
64dc54c87e [CP] fix: fix the bug of remote das task performance degradation; 2023-04-28 03:15:33 +00:00
8fb50cdf65 [FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2023-04-26 15:30:18 +00:00
9ff3425602 [BUG] prevent multiple update error on one row for duplicate update 2023-04-26 15:16:31 +00:00
c0406cef3d Fix memory expansion when das task retry. 2023-04-26 14:17:27 +00:00
87ad8877d4 [BUGFIX] fix lob delete with MINIMAL mode 2023-04-24 04:41:24 +00:00
e6c1421295 fix: fix table scan error induced by foreign key check 2023-04-19 15:41:33 +00:00
5df6d3a0be Fix memory expansion 2023-04-19 04:11:30 +00:00
b25c41566c Fix memory expansion 2023-04-18 08:11:53 +00:00
7051c4697d [GIS] bugfix: bypass mbr filter if index key_range is whole range 2023-04-13 12:49:14 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
c7f5f409a1 delete useless trace log in sql module 2023-04-13 06:17:57 +00:00
a8778f6a45 Fix the bug of lookup iter failing to switch partition correctly 2023-03-24 08:15:13 +00:00
57f09e1588 use PRINT_VECTORIZED_ROWS macro for vectorization output 2023-03-23 04:45:08 +00:00
c95a7ac62c fix: fix the core when has returning expr induced by dml processing order refactor 2023-03-22 22:43:42 +08:00
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
96a63c44a5 [GIS]fix gis extern sorter fd leak 2023-03-22 07:11:52 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
ac389e1429 [das] fix lookup use after free bug 2023-03-13 07:13:36 +00:00
4ef7ad5373 fix das 4016 2023-03-08 11:11:15 +00:00
24d6c8b818 [CP] reuse das task result 2023-03-07 11:10:56 +00:00
20d0d4661c Add some logs, for troubleshooting 4377 problem 2023-03-02 18:30:55 +00:00
0aa6a494c8 fix wrong timeout error code in async das task 2023-02-21 13:41:52 +00:00
8e89a8e323 add abort() for sanity build when tsc iter is not released 2023-02-14 10:44:33 +00:00
cc9cadb3ad Fix 4015 error. 2023-02-07 17:13:32 +08:00