Commit Graph

47126 Commits

Author SHA1 Message Date
dapan1121 225bf28536
Merge pull request #19744 from taosdata/fix/TD-22009
enhance: optimize building table delete skyline performance
2023-02-03 19:00:47 +08:00
Benguang Zhao e0412d3057 fix: request snapshot from maximum of commit vers of tsdb and wal 2023-02-03 18:52:59 +08:00
sunpeng 5a5dca3113
docs: revert go mod file (#19791)
* docs: revert go mod file

* delete indirect
2023-02-03 17:40:53 +08:00
Haojun Liao 845530e125 other: add some logs. 2023-02-03 17:33:35 +08:00
Shengliang Guan 5ef7a4b7d4
Merge pull request #19786 from taosdata/fix/TD-22192
fix: not apply to mnode if trans createTime not matched
2023-02-03 17:02:46 +08:00
Haojun Liao f803fa44b5 fix(query): set the correct number of rows when calculating using sma for min/max function. 2023-02-03 16:50:13 +08:00
Hui Li 96c76dc649
Merge pull request #19782 from taosdata/fix/TD-22210
fix: snapshot coredump caused by type
2023-02-03 16:09:02 +08:00
Xiaoyu Wang 9c1b7e8c29
Merge pull request #19764 from taosdata/fix/TD-22162
fix(tdb): return success if txn is commited
2023-02-03 16:01:26 +08:00
Haojun Liao 3da4a8a429
Merge pull request #19760 from taosdata/fix/TD-22131
fix:add ttl drop response for mnode
2023-02-03 15:53:35 +08:00
Shengliang Guan b21ed4b617 fix: not apply to mnode if trans createTime not matched 2023-02-03 15:49:51 +08:00
dapan1121 ef89a31e8f feat: force fill function 2023-02-03 15:37:04 +08:00
Xiaoyu Wang 84f8c7675f
Merge pull request #19768 from taosdata/FIX/TD-22121-main
enh: improve logging msgs for sync snapshot repl
2023-02-03 15:06:57 +08:00
Hongze Cheng 49631f6e96 fix: snapshot coredump caused by type 2023-02-03 14:34:55 +08:00
yihaoDeng 383bcea0cb fix err log 2023-02-03 14:17:36 +08:00
yihaoDeng 9914e55aed Merge branch 'fix/main' into fix/TD-22145 2023-02-03 14:09:27 +08:00
yihaoDeng e7a72d5a28 fix: no resp when host machine shutdown 2023-02-03 13:57:26 +08:00
Haojun Liao a76dbe0b35
Merge pull request #19771 from taosdata/fix/reb
fix: check dup rebalance
2023-02-03 13:31:42 +08:00
yihaoDeng e14994c23f fix: fail fast 2023-02-03 12:45:20 +08:00
yihaoDeng 9f62cfd6f3 ref log 2023-02-03 12:12:58 +08:00
yihaoDeng cdf362b588 fix: fix fd limit crash 2023-02-03 12:08:16 +08:00
Haojun Liao b1192d5084
Merge pull request #19746 from taosdata/fix/mem_leak
fix: mem leak
2023-02-03 10:54:54 +08:00
dapan1121 ca16ebc6e7 fix: add get ip addr result validation 2023-02-03 10:36:47 +08:00
dapan1121 120af5da33
Merge pull request #19751 from taosdata/fix/TS-2530
fix: interp support filter and scalar calc
2023-02-03 09:57:57 +08:00
Liu Jicong d83a94bb19 fix: check dup rebalance 2023-02-03 09:48:50 +08:00
Benguang Zhao 561ee87e9d enh: change the level of sync probe logging msg to trace 2023-02-03 09:22:00 +08:00
Liu Jicong 6248804b28 fix log 2023-02-03 09:14:52 +08:00
Haojun Liao d545159911
Merge pull request #19731 from taosdata/fix/snode
fix: snode timer
2023-02-03 09:12:12 +08:00
Haojun Liao 9c32ebc011
Merge pull request #19745 from taosdata/fix/tq
fix: tq open
2023-02-03 09:11:51 +08:00
Haojun Liao 8e73e3090c
Merge pull request #19652 from taosdata/fix/liaohj
fix(query): do some internal refactor, and identify a bug.
2023-02-02 22:22:55 +08:00
yihaoDeng 1766e46fca fix compile error 2023-02-02 21:46:48 +08:00
dapan1121 40b745932c fix: scalar expr memory leak issue 2023-02-02 19:39:08 +08:00
Benguang Zhao b6b0b3439e enh: rename syncNodeOnSnapshotPre to syncNodeOnSnapshotPrep 2023-02-02 19:34:32 +08:00
Shuduo Sang 746a6bc243
fix: taosbenchmark handle mem better patch2 for main (#19743)
* fix: update taos-tools a0234fe for main

* fix: update taos-tools c4a567b
2023-02-02 18:24:25 +08:00
dapan1121 d5bc02c1e8 feat: support force fill 2023-02-02 18:03:30 +08:00
Minglei Jin 6cdfa6d60f fix(tdb): return success if txn is commited 2023-02-02 17:51:04 +08:00
yihaoDeng 615fe4869e fix: fix not msg to send 2023-02-02 17:46:58 +08:00
dapan1121 d88f1efeb1 feat: support force fill clause 2023-02-02 17:16:30 +08:00
Haojun Liao aab31f655c fix(query): fix bug in multi-group limit/offset of the merge sort . 2023-02-02 16:57:05 +08:00
shenglian zhou c4366e4dbc fix: minior, remove blank line 2023-02-02 16:34:20 +08:00
wade zhang ce5bd03e08
Merge pull request #19759 from taosdata/ci/TD-21767
ci:add ci docker file to TD-rep
2023-02-02 16:18:12 +08:00
Liu Jicong 8cd362c8d0 fix log 2023-02-02 16:15:12 +08:00
wangmm0220 a32c852039 fix:add ttl drop response for mnode 2023-02-02 16:13:17 +08:00
chenhaoran 57a0c8abd2 ci:add ci docker file to TD-rep 2023-02-02 15:52:12 +08:00
chenhaoran b9ee0f983f ci:add ci docker file to TD-rep 2023-02-02 15:32:02 +08:00
Xiaoyu Wang 522d5d1e5e
Merge pull request #19749 from taosdata/fix/main_bugfix_wxy
fix: a time point can be fill
2023-02-02 15:30:31 +08:00
jiacy-jcy cbaf3829b2 test:add test case into ci 2023-02-02 15:18:42 +08:00
Xiaoyu Wang 69a8e6ea54
Merge pull request #19748 from taosdata/fix/TD-22162
fix(meta): use metaAbort instead of tdbAbort with metaClose
2023-02-02 14:34:17 +08:00
Liu Jicong 924e5bfe6c add debug log 2023-02-02 13:34:11 +08:00
shenglian zhou 3f577c5019 fix: show table distributed only works on super table, child table, and normal table 2023-02-02 11:57:22 +08:00
dapan1121 e234dda2de fix: interp support filter and scalar calc 2023-02-02 11:44:08 +08:00