Commit Graph

12923 Commits

Author SHA1 Message Date
yihaoDeng c3d7f888e9 add backend 2023-03-26 05:46:48 +00:00
yihaoDeng b9531fc9a7 add backend 2023-03-25 06:46:19 +00:00
yihaoDeng 8e409f81ae add backend 2023-03-25 06:43:17 +00:00
yihaoDeng b17f99de47 add backend 2023-03-23 12:49:33 +00:00
yihaoDeng 981466a0c7 failed to read from 2023-03-22 14:35:24 +00:00
yihaoDeng 40535b5ede add backend 2023-03-22 13:34:19 +00:00
yihaoDeng b701198dbb add backend 2023-03-22 13:19:56 +00:00
yihaoDeng 43e16c865a add backend 2023-03-22 01:16:49 +00:00
yihaoDeng 7e33e70a66 add backend 2023-03-21 14:00:51 +00:00
yihaoDeng 764a81298f add backend 2023-03-21 13:21:36 +00:00
yihaoDeng 914d391845 fix tag filter 2023-03-21 12:28:16 +00:00
yihaoDeng 2d37aeabdc add backend 2023-03-20 15:33:18 +00:00
yihaoDeng 05a205d3b8 add backend 2023-03-20 02:00:31 +00:00
yihaoDeng e04de7f6df add backend 2023-03-18 07:37:54 +00:00
yihaoDeng 8039702c14 add backend 2023-03-18 07:36:55 +00:00
yihaoDeng e2646734ad enh: add queue limit 2023-03-15 12:01:16 +00:00
yihaoDeng ef092c1cce enh: add queue limit 2023-03-15 11:54:36 +00:00
dapan1121 b2bf1871e1
Merge pull request #20415 from taosdata/feat/TD-22746
feat: add client meta stat info
2023-03-15 08:37:20 +08:00
slzhou 9df6609448 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-12 09:41:09 +08:00
slzhou c8e05226ce fix: unknown error prompt 2023-03-12 09:40:49 +08:00
Xiaoyu Wang a846c26ef9 merge main 2023-03-11 16:14:27 +08:00
dapan1121 bad898cd0c Merge remote-tracking branch 'origin/3.0' into feat/TD-22746 2023-03-11 15:06:03 +08:00
slzhou 26b3773740 fix: core dump when copy resut buf 2023-03-10 18:58:25 +08:00
Xiaoyu Wang 822bb11a26 fix: invalid topic query 2023-03-10 18:23:30 +08:00
slzhou 89d05296d8 fix: add varchar/nchar udf support 2023-03-10 14:56:35 +08:00
slzhou f611a6d467 fix: udf can return varchar 2023-03-10 12:36:58 +08:00
Shengliang Guan 522b9ec2b2
Merge pull request #20363 from taosdata/fix/xftan/timetruncate
fix: TIMETRUNCATE with 1d return unexpected result
2023-03-10 10:05:48 +08:00
Shengliang Guan e2b99145eb
Merge pull request #20376 from taosdata/fix/TS-2828
fix:[TS-2828] retry if ver is old
2023-03-10 10:04:41 +08:00
Shengliang Guan b9f0cf2f04
Merge pull request #20367 from taosdata/feat/TS-2846
feat: alter stt trigger and min rows
2023-03-10 09:10:57 +08:00
slzhou dab5e33b9b Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-09 21:28:38 +08:00
slzhou 9076b86400 fix: pass CI test 2023-03-09 21:20:01 +08:00
slzhou df9be12af0 fix: fix nullbit map error 2023-03-09 20:29:42 +08:00
slzhou c10e32eb6a fix: null bitmap error 2023-03-09 20:27:08 +08:00
WANG MINGMING 0dec8dd844
Merge pull request #20375 from taosdata/fix/TD-22671
fix:add error log
2023-03-09 19:49:57 +08:00
Haojun Liao 24e039efad
Merge pull request #20344 from taosdata/fix/ly_stream
fix:fill history check update
2023-03-09 17:30:12 +08:00
Xiaoyu Wang e5de317f44 feat: alter database stt_trigger/minrows 2023-03-09 16:04:38 +08:00
Shengliang Guan 8b2dc48cde
Merge pull request #20341 from taosdata/fix/TD-23004
fix(query): fix scalar calculation crash in stream when input rows is 0
2023-03-09 15:22:05 +08:00
Shengliang Guan a8dbfe9595
Merge pull request #20346 from taosdata/FIX/TD-22572-main
enh: no need to wait for emptying apply queue in syncNodePreClose
2023-03-09 15:17:10 +08:00
Shengliang Guan e042a956cd
Merge pull request #20360 from taosdata/fix/TD-23055
fix: all columns are invisiable in system table query
2023-03-09 15:14:01 +08:00
Shengliang Guan ac700d1cf3
Merge pull request #20322 from taosdata/fix/changeRpcLog
remove log
2023-03-09 15:13:24 +08:00
t_max b2610da03c fix: TIMETRUNCATE with 1d return unexpected result 2023-03-09 14:29:05 +08:00
slzhou a39ada58a5 fix: handle function of udf not implemented 2023-03-09 12:13:59 +08:00
dapan1121 273d0c0c07 fix: all columns are invisiable in system table query 2023-03-09 10:40:27 +08:00
slzhou b0ab4be6f4 fix: some minior improvement 2023-03-09 10:32:09 +08:00
Benguang Zhao 24ebb2f547 enh: no need to wait for emptying apply queue in syncNodePreClose 2023-03-08 19:35:05 +08:00
54liuyao 87ba6cb019 fix:fill history check update 2023-03-08 19:19:09 +08:00
Xiaoyu Wang 66bb55187d Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main 2023-03-08 18:30:24 +08:00
yihaoDeng ba42791271 remove unused log 2023-03-08 18:14:06 +08:00
Shengliang Guan 72680094fc
Merge pull request #20314 from taosdata/FIX/TD-22983-main
enh: keep extra raft Logs before minimum match index
2023-03-08 17:52:46 +08:00
Ganlin Zhao 3cea46db00 fix(query): fix scalar calculation crash in stream when input rows is 0 2023-03-08 17:45:25 +08:00
wangmm0220 49e2924f1d fix:add error log 2023-03-08 17:02:19 +08:00
yihaoDeng c408a434d6 fix tbname in error 2023-03-08 14:31:38 +08:00
yihaoDeng 6cfebd072a remove log 2023-03-08 13:20:37 +08:00
Shengliang Guan e37ca08bbc
Merge pull request #20298 from taosdata/FIX/TD-22829-main
fix: check pWal->cfg.retentionPeriod properly
2023-03-08 11:01:32 +08:00
Xiaoyu Wang 4c8bab7e58 merge main 2023-03-08 10:59:33 +08:00
yihaoDeng 733bdf9fcb remove log 2023-03-08 10:45:48 +08:00
slzhou d7ba604023 fix: c plugin libLoaded = false 2023-03-07 22:43:31 +08:00
slzhou cb73a5c131 fix: check udf python plugin load/open failure 2023-03-07 20:49:14 +08:00
Shengliang Guan 0874b71bf2
Merge pull request #20300 from taosdata/FIX/TD-23009-main
enh: rotate mnode epSet on sending dnode status req failure
2023-03-07 17:21:26 +08:00
Benguang Zhao eca97bf5b4 enh: keep extra raft Logs before minimum match index 2023-03-07 16:44:47 +08:00
Benguang Zhao 21c18a4a9b enh: use syncNodeReplicateReset in syncNodeOnSnapshotRsp 2023-03-07 16:34:02 +08:00
Shengliang Guan b11ac8aac7
Merge pull request #20297 from taosdata/fix/main_wxy
feat: the compact command adds 'start with end with' clause
2023-03-07 16:14:14 +08:00
Benguang Zhao 383459441d enh: simplify conditions of triggering snapshot 2023-03-07 15:43:20 +08:00
Xiaoyu Wang df0d200f59 feat: the compact command adds 'start with end with' clause 2023-03-07 15:24:04 +08:00
Benguang Zhao 62d4729eb8 enh: print term in logging msg of raftStoreWriteFile 2023-03-07 15:19:47 +08:00
Benguang Zhao 22e236f4e6 fix: check pWal->cfg.retentionPeriod properly 2023-03-07 15:15:46 +08:00
54liuyao 0cd871010f fix:fix fill history bug 2023-03-07 13:34:26 +08:00
slzhou 6dae414e1a enhance: delay loading of python plugin 2023-03-07 12:01:26 +08:00
Shengliang Guan 325b3439df
Merge pull request #20290 from taosdata/fix/main_bugfix_wxy
fix: after the last cache is created, modify the schema and query again, resulting in taosd crash
2023-03-07 11:07:07 +08:00
Xiaoyu Wang bc9eb47e04 fix: after the last cache is created, modify the schema and query again, resulting in taosd crash 2023-03-07 10:14:39 +08:00
slzhou 916a4b2d81 feat: pass logdir to python plugin 2023-03-07 09:57:07 +08:00
dapan1121 dd2137eab7 fix: empty ts range in nested query 2023-03-07 09:22:20 +08:00
Shengliang Guan 9a983f2d9e
Merge pull request #20285 from taosdata/fix/TD-23007
fix(query): fix crash in printing log in stream due to dereference of invalid address
2023-03-07 09:06:38 +08:00
Shengliang Guan 5791426b3e
Merge pull request #20276 from taosdata/fix/TD-22986
fix:return empty ssdatablock
2023-03-07 09:05:35 +08:00
Ganlin Zhao 561c788674 fix(query): fix apercentile crash in stream due to dereferencing invalid
address
2023-03-06 23:00:07 +08:00
Haojun Liao 2790368a03
Merge pull request #20269 from taosdata/feature/3_liaohj
fix(qurey): fix som errors and add some logs.
2023-03-06 20:38:22 +08:00
wangmm0220 86ef6522ae fix:wal curVersion error if switch to wal 2023-03-06 17:40:02 +08:00
54liuyao 933fa721d6 fix:return empty ssdatablock 2023-03-06 15:49:57 +08:00
Haojun Liao aeb46416bb
Merge pull request #20272 from taosdata/fix/TD-22927
fix:incorrectly judged that the stream was killed
2023-03-06 15:45:59 +08:00
54liuyao d8fb591435 fix:incorrectly judged that the stream was killed 2023-03-06 09:46:12 +08:00
Shengliang Guan 7edcbfd58b Merge branch 'fix/stopFunc' into feature/3_liaohj 2023-03-06 09:43:00 +08:00
slzhou d8c7eb0cdd fix: fix minior errors of previous commit 2023-03-06 09:26:21 +08:00
slzhou 6c4400c3ba fix: the buf returend by the udf has a smaller size than the function bufsize 2023-03-06 09:20:55 +08:00
yihaoDeng 1679142fb7 Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj 2023-03-05 15:39:58 +08:00
yihaoDeng 3362b8a4ca fix mem leak 2023-03-05 15:38:11 +08:00
Haojun Liao 6c14139805 Merge branch 'feature/3_liaohj' of github.com:taosdata/tdengine into feature/3_liaohj 2023-03-05 13:26:41 +08:00
yihaoDeng 42ba45e60d fix debug info 2023-03-05 13:25:00 +08:00
Haojun Liao 22a85734c6 fix(mq): add more chek for balance couner to avoid the negative value emerges. 2023-03-05 13:23:50 +08:00
yihaoDeng ee0bf9c501 fix debug info 2023-03-05 12:42:56 +08:00
yihaoDeng e6ec795b4d fix debug info 2023-03-05 11:36:01 +08:00
yihaoDeng 7986e1fd49 fix debug info 2023-03-05 11:08:11 +08:00
yihaoDeng 167f4de903 fix debug info 2023-03-05 11:06:55 +08:00
yihaoDeng ee65a49781 fix crash 2023-03-04 23:46:09 +08:00
yihaoDeng bf8b36901a add crash 2023-03-04 23:37:50 +08:00
yihaoDeng 566d233c1c add debug 2023-03-04 19:28:03 +08:00
yihaoDeng b4e8130633 add debug 2023-03-04 18:48:37 +08:00
yihaoDeng 8f63de5a0a add debug 2023-03-04 18:30:53 +08:00
yihaoDeng 6fe2a9b10d add debug 2023-03-04 18:09:40 +08:00
dapan1121 00211b3292 feat: add catalog cache stat 2023-03-04 17:48:01 +08:00
slzhou 44e3b11580 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-04 15:24:37 +08:00