Commit Graph

18757 Commits

Author SHA1 Message Date
Minglei Jin 1e23f80597 tsdb/cache: use empty array as negative entry to empty table's last/lr 2022-12-07 14:34:38 +08:00
Hongze Cheng 7d26a82181 Merge branch 'refact/submit_req' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-07 10:33:50 +08:00
Xiaoyu Wang b680dccb46
Merge pull request #18753 from taosdata/refact/submit_req_wxy
fix: insert varchar error
2022-12-07 10:30:00 +08:00
Xiaoyu Wang fbdd37bee9 fix: insert varchar error 2022-12-07 10:29:17 +08:00
Hongze Cheng c0494b6453 fix another memory problem 2022-12-07 10:21:01 +08:00
Hongze Cheng 046174656c fix: an insert error 2022-12-07 09:25:00 +08:00
Hongze Cheng 2d85c7c451 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-07 09:04:00 +08:00
Shengliang Guan e6f7bdca1e
Merge pull request #18738 from taosdata/fix/TD-20857
enh: speed up drop dnode and avoid snapshot transfer
2022-12-06 21:10:53 +08:00
Hongze Cheng 648e3f6512 Merge branch 'refact/submit_req' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 20:49:32 +08:00
Hongze Cheng d3cc956b8c fix: memory leak 2022-12-06 20:49:27 +08:00
Xiaoyu Wang ca26f55032 fix: memory leak 2022-12-06 20:40:18 +08:00
Hongze Cheng f4f08b24d2 fix: wrong row sversion 2022-12-06 19:56:43 +08:00
Shengliang Guan 24619fef78
Merge pull request #18747 from taosdata/fix/TD-21017
fix: fix tbnameIn bug on normal table
2022-12-06 19:38:11 +08:00
Shengliang Guan 1c6ff62459 Merge remote-tracking branch 'origin/3.0' into fix/TD-20857 2022-12-06 19:37:45 +08:00
Shengliang Guan 130ef694c7 fix: one less alter vnode request was sent 2022-12-06 19:37:43 +08:00
dapan1121 2eb496e9d0
Merge pull request #18741 from taosdata/fix/TD-20929
fix:read data and compute group id
2022-12-06 19:04:47 +08:00
dapan1121 a6d540f289
Merge pull request #18725 from taosdata/enh/failFast
enh: add fail-fast
2022-12-06 19:03:44 +08:00
dapan1121 5b8294122a
Merge pull request #18742 from taosdata/fix/TD-20906
fix: fix count VAR type column error cause of reading incorrect sma results
2022-12-06 18:41:24 +08:00
Shengliang Guan a1d0433898
Merge pull request #18746 from taosdata/fix/add_reserved
refactor(sync): add reserved field in message
2022-12-06 18:34:28 +08:00
Shengliang Guan 5e17b74cb4
Merge pull request #18708 from taosdata/feature/3_liaohj
fix(query): check null ptr before dereferencing it.
2022-12-06 18:24:03 +08:00
Shengliang Guan 996ecb4431
Merge pull request #18745 from taosdata/FIX/TD-20903-3.0
enh: enable timeout checking of sync Resp with ttl as 30s
2022-12-06 18:02:25 +08:00
Shengliang Guan 5f6254fd93
Merge pull request #18740 from taosdata/enh/3.0_planner_optimize
feat: add stream option 'delete_mark'
2022-12-06 17:24:34 +08:00
Hongze Cheng ca84805cfc fix interpolation corner case 2022-12-06 17:22:58 +08:00
yihaoDeng 2af319ac0a fix tbnameIn bug on normal table 2022-12-06 17:16:34 +08:00
Shengliang Guan 5b43a1aa41 Merge remote-tracking branch 'origin/3.0' into fix/TD-20857 2022-12-06 17:12:06 +08:00
Hongze Cheng c4f41c6d31 fix a coredump 2022-12-06 17:08:07 +08:00
Hongze Cheng 3f9009f3fa fix memory leak 2022-12-06 17:01:49 +08:00
Minghao Li 20e2acbacf refactor(sync): add reserved field in message 2022-12-06 16:59:19 +08:00
Benguang Zhao 529d8cc800 enh: enable timeout checking of sync Resp with ttl as 30s 2022-12-06 16:46:53 +08:00
Haojun Liao 78aea791df fix(query): remove invalid free. 2022-12-06 16:38:31 +08:00
Ganlin Zhao 2cc58eebd3 fix: fix count VAR type column error cause of reading
incoorect sma results
2022-12-06 00:29:38 -08:00
54liuyao 99975ae524 fix:read data and compute group id 2022-12-06 16:26:33 +08:00
Xiaoyu Wang bc413b8fff feat: add stream option 'delete_mark' 2022-12-06 16:07:11 +08:00
Shengliang Guan 68e014977a enh: speed up drop dnode and avoid snapshot transfer 2022-12-06 15:45:45 +08:00
Haojun Liao 2f1afb9bf0 fix(query):fix typo 2022-12-06 15:30:08 +08:00
Haojun Liao a693b9a2d6 fix(query):remove invalid destroy appinst operation. 2022-12-06 15:29:45 +08:00
Hongze Cheng 7239fd3dba Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 15:15:27 +08:00
Shengliang Guan b30e411f8b
Merge pull request #18731 from taosdata/enh/TD-20611
enh: allow any user to create a topic
2022-12-06 14:57:54 +08:00
dapan1121 cf4d5e8333 fix: change stmt error code 2022-12-06 14:56:46 +08:00
Hongze Cheng 259b7e8a8a fix compile issue 2022-12-06 14:53:02 +08:00
Hongze Cheng 899d7b0bcc Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 14:37:22 +08:00
dapan1121 832f524785
Merge pull request #18733 from taosdata/fix/TD-20957-3.0
fix: dataDir process for multi-tier storage
2022-12-06 14:32:56 +08:00
yihaoDeng 0254e90ce6 avoid null pointer 2022-12-06 13:42:59 +08:00
Shengliang Guan 346f71f9d3 enh: allow any user to create a topic 2022-12-06 13:23:59 +08:00
kailixu 51ee2f80ac fix: dataDir process for multi-tier storage 2022-12-06 13:16:06 +08:00
Benguang Zhao 577a203541 fix: synchronize access of pWalHandle with mutex in raftLogGetEntry 2022-12-06 12:50:59 +08:00
Shengliang Guan 8985f5513c enh: allow any user to create a topic 2022-12-06 12:48:11 +08:00
Shengliang Guan 2e900918bb enh: allow any user to create a topic 2022-12-06 12:02:32 +08:00
yihaoDeng 4e87bcc97a support fail fast 2022-12-06 10:53:31 +08:00
Haojun Liao 68273aef52 Merge branch '3.0' into feature/3_liaohj 2022-12-06 10:36:32 +08:00