Commit Graph

8857 Commits

Author SHA1 Message Date
liuyao 15a7062df4
Merge pull request #15973 from taosdata/feature/TD-17811
feat(stream): delete result
2022-08-11 15:21:54 +08:00
dapan1121 8ad76f4307
Merge pull request #15962 from taosdata/enh/tbHashPerf
enh: optimize getting table hash performance
2022-08-11 15:01:10 +08:00
Cary Xu 6cd2e52d1a enh: code optimization 2022-08-11 14:43:17 +08:00
wangmm0220 4f03e2e4f5 opti:logic for get table list 2022-08-11 14:35:38 +08:00
54liuyao 7836b581a7 feat(stream): delete result 2022-08-11 14:25:16 +08:00
Liu Jicong a28c0781be
Merge pull request #15971 from taosdata/feature/stream
feat(stream): session window trigger delete
2022-08-11 14:10:18 +08:00
Haojun Liao 2b253fd372
Merge pull request #15955 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-08-11 12:29:27 +08:00
Liu Jicong c191f44b14 feat(stream): session window trigger delete 2022-08-11 12:01:20 +08:00
dapan1121 11ae805c7f fix: fix hash value search issue 2022-08-11 11:18:06 +08:00
Cary Xu 15544a2207 enh: rsma fetch 2022-08-11 11:14:31 +08:00
liuyao e1047b4b27
Merge pull request #15965 from taosdata/feature/TD-18091
feat(stream):optimzie stream interval
2022-08-11 11:06:06 +08:00
shenglian-zhou c23fefdd08
Merge pull request #15964 from taosdata/szhou/fixbug
fix: can not clear result info when stream computing
2022-08-11 10:52:59 +08:00
Ganlin Zhao c6699e19fb
Merge pull request #15941 from taosdata/fix/TD-18115
fix(query): fix linear interpolation issue between two blocks
2022-08-11 10:21:28 +08:00
54liuyao 44123ec8f0 feat(stream):optimzie stream interval 2022-08-11 10:20:42 +08:00
Cary Xu a6a1cfddd5
Merge pull request #15946 from taosdata/feature/3.0_row_optimize
enh: row iter and fetch optimization
2022-08-11 09:46:27 +08:00
dapan1121 c1539bc064 enh: optimize getting table hash performance 2022-08-11 09:45:47 +08:00
slzhou 9891f78961 fix: can not clear result info when in stream computing 2022-08-11 09:43:03 +08:00
Li Minghao 2fc72860f7
Merge pull request #15956 from taosdata/feature/3.0_mhli
refactor(sync): add leader, follower call back2
2022-08-11 08:35:07 +08:00
shenglian-zhou d9621d0f09
Merge pull request #15942 from taosdata/szhou/fixbug
fix: return init agg failure when create operators to avoid coredump
2022-08-11 07:54:42 +08:00
wangmm0220 8be1396268 opti: add log for time cost 2022-08-10 21:31:08 +08:00
Minghao Li dc42544e9e refactor(sync): add leader, follower call back2 2022-08-10 20:45:36 +08:00
wangmm0220 e7f4755386 opti: add log for time cost 2022-08-10 20:26:59 +08:00
wangmm0220 e039334792 opti: logic in get table list 2022-08-10 20:18:54 +08:00
Haojun Liao a87692372a refactor: do some internal refactor. 2022-08-10 20:16:04 +08:00
Haojun Liao d8455841e0 refactor: do some internal refactor. 2022-08-10 20:12:32 +08:00
Haojun Liao ebf8755d9d fix(query): remove invalid sma filter. 2022-08-10 19:58:23 +08:00
liuyao 7323cb5bba
Merge pull request #15949 from taosdata/feature/TD-18319
fix(stream): check udf
2022-08-10 18:36:53 +08:00
slzhou 668a78a79f fix: fix histogram not setting content when process all null columns 2022-08-10 18:02:43 +08:00
Li Minghao d59a0b390b
Merge pull request #15944 from taosdata/feature/3.0_mhli
refactor(sync): add leader, follower call back
2022-08-10 17:55:08 +08:00
54liuyao 4cd1452e61 fix(stream): check udf 2022-08-10 17:55:04 +08:00
Xiaoyu Wang 4290582249 enh: insert optimize 2022-08-10 17:47:28 +08:00
Cary Xu 1d6d0aa2db enh: row iter and fetch optimization 2022-08-10 17:26:44 +08:00
Liu Jicong 51aa9413d7
Merge pull request #15937 from taosdata/feature/stream
enh(tmq): speed up consumer recover
2022-08-10 17:19:36 +08:00
Minghao Li b4c8685766 refactor(sync): add leader, follower call back 2022-08-10 17:17:30 +08:00
Haojun Liao 6250c1b157
Merge pull request #15851 from taosdata/feature/3.0_query_optimize
ehn(query): optimize the query performance.
2022-08-10 16:51:46 +08:00
shenglian zhou 5f7b7a55df fix: fix memory leaks 2022-08-10 16:33:12 +08:00
Ganlin Zhao 41ce2f474e Merge branch '3.0' into fix/TD-18115 2022-08-10 16:32:52 +08:00
Liu Jicong e5e82f0cf2 merge 3.0 2022-08-10 16:31:23 +08:00
Ganlin Zhao 6fc38165fb fix(query): fix linear interpolation issue between two blocks
TD-18309
2022-08-10 16:29:55 +08:00
Yihao Deng 6e161611b9
Merge pull request #15936 from taosdata/enh/refactor-idx
enh: refactor index
2022-08-10 16:27:37 +08:00
shenglian zhou 788735f7e6 fix: add qerror log when create disk based result buf failed 2022-08-10 16:25:00 +08:00
Ganlin Zhao 685855e3dc
Merge pull request #15931 from taosdata/fix/TD-18115
fix(query): fix interp + fill interpolation after last datablock
2022-08-10 16:24:38 +08:00
shenglian zhou 304056c276 fix: return init agg failure when create operators to avoid coredump 2022-08-10 16:20:44 +08:00
Liu Jicong 18f6fb6123 enh(tmq): speed up consumer recover 2022-08-10 16:04:03 +08:00
yihaoDeng 399d240df5 refactor index 2022-08-10 15:41:12 +08:00
Ganlin Zhao 249e2b12f6 fix(query): fix interp + fill interpolation after last datablock 2022-08-10 14:21:31 +08:00
Haojun Liao abc9065094 fix(query): set correct raw block info. 2022-08-10 13:13:25 +08:00
Li Minghao 659771ae32
Merge pull request #15928 from taosdata/feature/3.0_mhli
fix(sync): delete memory after optimized
2022-08-10 13:10:55 +08:00
Minghao Li 6cabe5847e fix(sync): delete memory after optimized 2022-08-10 11:26:23 +08:00
yihaoDeng dd04c35dcf Merge branch 'dev' into opt 2022-08-10 10:26:03 +08:00
Liu Jicong a62950b441
Merge pull request #15920 from taosdata/feature/stream
enh(stream): recover process
2022-08-09 23:35:03 +08:00
Liu Jicong fc225a580d enh(stream): recover process 2022-08-09 21:37:21 +08:00
Cary Xu 3e626d56d1 fix: set none if cols not full 2022-08-09 20:32:02 +08:00
Yihao Deng 1d5550ae8c
Merge pull request #15826 from taosdata/enh/TD-18139
enh: speed filter with sma result
2022-08-09 20:28:51 +08:00
Ganlin Zhao 585458f335
Merge pull request #15900 from taosdata/fix/TD-18115
fix(query): interp fill(linear) after data range do not fill
2022-08-09 19:43:49 +08:00
yihaoDeng 2398c9e81b fix tag filter 2022-08-09 19:38:48 +08:00
dapan1121 5cd223e29b
Merge pull request #15890 from taosdata/fix/TD-18288
fix: fix stmt parser crash issue
2022-08-09 19:08:35 +08:00
Haojun Liao 7b70f54a6e test: add log. 2022-08-09 18:47:23 +08:00
Haojun Liao d680da3380 fix(query): fix sma info in query procesing. 2022-08-09 18:35:10 +08:00
yihaoDeng 9c3e08ad8b fix tag filter 2022-08-09 18:27:04 +08:00
Haojun Liao bddb3e356d fix(query): expand the sink buffer. 2022-08-09 17:55:00 +08:00
Haojun Liao 8b86d7342d fix(query): check the sma load status, and return if succeed. 2022-08-09 17:21:31 +08:00
54liuyao 41e2538ade scalable bloom filter encode & decode 2022-08-09 16:54:59 +08:00
Ganlin Zhao 1d90aff252 fix(query): fix interp linear interpolation after range issue 2022-08-09 16:13:51 +08:00
Li Minghao aa7437c408
Merge pull request #15896 from taosdata/feature/3.0_mhli
refactor(sync): change err code
2022-08-09 16:08:25 +08:00
Cary Xu 9e498a7859 fix: set none for unbound cols 2022-08-09 15:40:39 +08:00
yihaoDeng f0f64cfccc Merge branch 'feature/3.0_mhli' of https://github.com/taosdata/TDengine into retry 2022-08-09 15:23:20 +08:00
yihaoDeng bec4b2ff19 change err code 2022-08-09 15:22:46 +08:00
Xiaoyu Wang 9b1201a61a fix: slimit error 2022-08-09 15:18:21 +08:00
Liu Jicong 379cdc0566
Merge pull request #15889 from taosdata/feature/stream
fix(stream): memory error
2022-08-09 14:48:01 +08:00
Liu Jicong d9a4ea305d fix(stream): memory error 2022-08-09 14:11:41 +08:00
dapan1121 aaa588a62f fix: fix stmt parser crash issue 2022-08-09 14:10:14 +08:00
Haojun Liao b9c6e0cdf9 refactor: stream invoke previous APIs. 2022-08-09 13:55:51 +08:00
Haojun Liao a2a1da06dd other:merge 3.0 2022-08-09 13:45:44 +08:00
Minghao Li d5c5859b6e Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-08-09 13:34:04 +08:00
Xiaoyu Wang 57e16a278b
Merge pull request #15882 from taosdata/feature/3.0_wxy
fix: the default value of wal-related database parameters is incorrect
2022-08-09 13:33:08 +08:00
Xiaoyu Wang 45b55f882e fix: the default value of wal-related database parameters is incorrect 2022-08-09 12:57:27 +08:00
Xiaoyu Wang 07ef00e89f merge 3.0 2022-08-09 11:36:08 +08:00
Xiaoyu Wang 04a2e8e541 fix: the default value of wal-related database parameters is incorrect 2022-08-09 11:20:02 +08:00
Liu Jicong 5c0747aa18
Merge pull request #15877 from taosdata/feature/stream
enh(stream): stream recover
2022-08-09 11:16:49 +08:00
Ganlin Zhao 38f3cc3e78 fix(query): interp fill(linear) after data range do not fill 2022-08-09 11:16:40 +08:00
yihaoDeng 81a64d7f1a change retry code 2022-08-09 11:04:23 +08:00
Xiaoyu Wang 43a67f6da9 fix: insert error of unbound columns 2022-08-09 10:57:44 +08:00
Yihao Deng 90aa644e4d
Merge pull request #15870 from taosdata/fix/rpcLeakmem
fix: avoid mem leak
2022-08-09 10:42:45 +08:00
Liu Jicong ad032a0a90 enh(stream): stream recover 2022-08-09 10:36:27 +08:00
Ganlin Zhao 35a9e11ed1
Merge pull request #15867 from taosdata/fix/TD-18115
fix(query): interp + fill(linear) not working
2022-08-09 10:25:58 +08:00
Xiaoyu Wang 0829f6611c Merge remote-tracking branch 'origin/feature/3.0_query_optimize' into feature/3.0_query_optimize_wxy 2022-08-09 10:20:32 +08:00
Cary Xu 0ee815c6f3
Merge pull request #15866 from taosdata/feature/TD-11274-3.0
fix: use int32_t when sort merge datablock
2022-08-09 09:57:57 +08:00
Xiaoyu Wang 7e1917f105 enh: refine the data requirements of the partition physical plan 2022-08-09 09:55:03 +08:00
dapan1121 e540b6ed0b
Merge pull request #15864 from taosdata/fix/TD-18076
fix: fix tasoc memory leak issue
2022-08-09 09:42:06 +08:00
yihaoDeng 72800f4c87 avoid mem leak 2022-08-09 09:35:26 +08:00
dapan1121 a504f1ffdd fix: remove scl change 2022-08-09 09:00:46 +08:00
yihaoDeng 1d274e581a fix tag filter 2022-08-09 09:00:11 +08:00
Minghao Li cb515c6453 refactor(sync): wal default config 2022-08-08 21:14:17 +08:00
Ganlin Zhao e16b2fafbe fix(query): fix interp + fill(linear) start from middle of interpolation
range issue
2022-08-08 21:09:25 +08:00
Cary Xu e49e9bee6a other: revert clang format 2022-08-08 20:59:11 +08:00
Cary Xu 20fefa6bfd fix: use int32_t when sort merge datablock 2022-08-08 20:56:57 +08:00
Li Minghao 7722f88093
Merge pull request #15861 from taosdata/feature/3.0_mhli
refactor(sync): speed up replicate
2022-08-08 20:36:49 +08:00
Ganlin Zhao 7aeaa79f4e fix(query): fix interp + fill(linear) before inter range issue 2022-08-08 20:28:09 +08:00
dapan1121 313e72594e
Merge pull request #15855 from taosdata/fix/TD-18261
fix: fix catalog crash issue
2022-08-08 20:20:38 +08:00
dapan1121 f25ca55aa1
Merge pull request #15857 from taosdata/fix/TD-18259
fix: fix show stables in sysdb result error
2022-08-08 20:20:22 +08:00
dapan1121 a3d4dce3e5 Merge branch '3.0' into fix/TD-18076 2022-08-08 20:16:13 +08:00
dapan1121 ea4904fb40 fix: fix memory leak issue 2022-08-08 20:15:21 +08:00
Ganlin Zhao 26648a909f fix(query): interp + fill(linear) not working
TD-18220
2022-08-08 20:09:20 +08:00
Liu Jicong 87c1656f52
Merge pull request #15859 from taosdata/feature/stream
fix(stream): memory leak
2022-08-08 19:55:13 +08:00
Minghao Li df18cc5f47 refactor(sync): speed up replicate 2022-08-08 19:46:37 +08:00
Xiaoyu Wang 5d3a69305b
Merge pull request #15860 from taosdata/feature/3.0_wxy
fix: project adds whether to ignore the field of group id
2022-08-08 19:19:32 +08:00
Liu Jicong e30b74ad5a fix(stream): memory leak 2022-08-08 18:53:49 +08:00
Yihao Deng dc5325544d
Merge pull request #15845 from taosdata/fix/avoidTimer
fix: avoid start timer
2022-08-08 18:37:37 +08:00
Xiaoyu Wang 4345631d3c fix: project adds whether to ignore the field of group id 2022-08-08 18:32:04 +08:00
dapan1121 63eea61cae fix: fix show stables in sysdb result error 2022-08-08 18:13:35 +08:00
Liu Jicong c411b9aebb fix(stream): memory leak 2022-08-08 18:09:36 +08:00
dapan1121 d281990195 fix: fix catalog crash issue 2022-08-08 18:02:38 +08:00
Xiaoyu Wang 125c73590d
Merge pull request #15847 from taosdata/feature/3.0_wxy
fix: sql command 'show cluster' error
2022-08-08 17:59:31 +08:00
Haojun Liao 0aef734a20 fix(query): fix syntax error. 2022-08-08 17:56:26 +08:00
yihaoDeng 6c9ec8dccf Merge branch '33' into stop 2022-08-08 17:34:24 +08:00
Xiaoyu Wang 3fb91c6a18 enh: set _wstart to the output datablock of fill 2022-08-08 17:29:11 +08:00
Li Minghao 4c775b118a
Merge pull request #15843 from taosdata/feature/3.0_mhli
refactor(sync): speed up replicate
2022-08-08 17:26:34 +08:00
Xiaoyu Wang 200b0cc93e fix: sql command 'show create stable' error 2022-08-08 17:12:14 +08:00
shenglian-zhou 035eb6c7a1
Merge pull request #15840 from taosdata/szhou/fix/leave
fix: ensure capacity before join left and right
2022-08-08 17:03:25 +08:00
Haojun Liao 4d8842c21f other:merge 3.0 2022-08-08 16:37:37 +08:00
Xiaoyu Wang d4641fdcb6 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-08-08 16:36:52 +08:00
Haojun Liao 200a669542 refactor: do some internal refactor. 2022-08-08 16:34:11 +08:00
dapan1121 7d0f42aa0d Merge branch '3.0' into enh/TD-18139 2022-08-08 16:13:41 +08:00
slzhou aa81107a58 fix: fix table meta size calculation error 2022-08-08 16:08:58 +08:00
Liu Jicong 3d837cf885
Merge pull request #15841 from taosdata/feature/stream
refactor(stream): add stream meta
2022-08-08 16:02:02 +08:00
Xiaoyu Wang ef607e5c3f fix: sql command 'show cluster' error 2022-08-08 15:49:31 +08:00
yihaoDeng 498c551094 avoid start timer 2022-08-08 15:40:24 +08:00
Xiaoyu Wang 036673cbf1
Merge pull request #15836 from taosdata/feature/3.0_wxy
fix: add checks for stream query
2022-08-08 15:26:58 +08:00
slzhou 1404adcc7e Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/leave 2022-08-08 15:25:08 +08:00
slzhou e9f79254fb fix: merge spread into output when input spread has result 2022-08-08 15:23:55 +08:00
Ganlin Zhao 1ee558fb63 fix(query): interp + fill(linear) not working
TD-18220
2022-08-08 15:20:12 +08:00
Minghao Li 62b07dbe5d refactor(sync): speed up replicate 2022-08-08 15:10:32 +08:00
Liu Jicong bb0ce39511 refactor(stream): add stream meta 2022-08-08 15:05:54 +08:00
dapan1121 dc220c0b99
Merge pull request #15839 from taosdata/fix/TD-18234
fix: fix memory double free issue
2022-08-08 14:41:12 +08:00
Xiaoyu Wang 7a559084ae fix: add checks for stream query 2022-08-08 14:38:04 +08:00
Li Minghao ad55155897
Merge pull request #15838 from taosdata/feature/3.0_mhli
refactor(sync): make leader life longer
2022-08-08 14:03:33 +08:00
Minghao Li d9b8417d7b refactor(sync): make leader life longer 2022-08-08 14:01:31 +08:00
slzhou 07b88a35d5 fix: ensure capacity before join left and right 2022-08-08 13:44:23 +08:00
dapan1121 020a656063 fix: fix memory double free issue 2022-08-08 13:32:20 +08:00
Xiaoyu Wang f15517b1d7 fix: add checks for stream query 2022-08-08 13:28:49 +08:00
Minghao Li 0f63837e69 refactor(sync): make leader life longer 2022-08-08 13:25:02 +08:00
Liu Jicong c536749b83
Merge pull request #15831 from taosdata/feature/stream
refactor(stream)
2022-08-08 13:12:56 +08:00
Yihao Deng b5b54e8b8f
Merge pull request #15837 from taosdata/fix/multiProcess
fix multi process problem
2022-08-08 12:58:46 +08:00
yihaoDeng cdd40e2863 fix multi process problem 2022-08-08 12:57:09 +08:00
Haojun Liao ab624de7bd Merge remote-tracking branch 'origin/feature/3.0_query_optimize' into feature/3.0_query_optimize 2022-08-08 12:56:49 +08:00
Haojun Liao 447b2cb9f1 fix(query): update the load data log. 2022-08-08 12:56:03 +08:00
Yihao Deng 5c28ce97b6
Merge pull request #15833 from taosdata/fix/multiProcess
fix: multi process
2022-08-08 12:55:49 +08:00
Xiaoyu Wang 536c6bdbc5 fix: add checks for stream query 2022-08-08 11:40:48 +08:00
yihaoDeng e8ead35bd8 fix multi process problem 2022-08-08 11:34:29 +08:00
Liu Jicong 43026ac31d refactor(stream) 2022-08-08 11:29:50 +08:00
Li Minghao 363a4f38e3
Merge pull request #15821 from taosdata/feature/3.0_mhli
refactor(sync): make leader life longer
2022-08-08 10:32:55 +08:00
Xiaoyu Wang 5ae9fdff7a enh: increase explain output, enhance debugging function 2022-08-08 10:00:10 +08:00
dapan1121 c2d2f554f2 enh: downgrade value type to speed filter 2022-08-08 09:14:50 +08:00
yihaoDeng bfb6bce007 fix read error 2022-08-07 19:39:24 +08:00
shenglian zhou 03aae25b63 fix: function rename and trigger ci test 2022-08-07 06:39:26 +08:00
shenglian zhou be8c3628c5 fix: trigger ci test 2022-08-07 06:08:12 +08:00
shenglian zhou 28eda93ab3 Merge branch '2.0' of github.com:taosdata/TDengine into szhou/fix/nullgroup 2022-08-06 21:50:05 +08:00
Minghao Li 2f1bf1eba9 refactor(sync): make leader life longer 2022-08-06 21:41:03 +08:00
shenglian zhou 81d3a2c385 fix: last/first must return not null values 2022-08-06 21:39:53 +08:00
yihaoDeng 7fc09d8475 start timer for particular msg 2022-08-06 20:51:21 +08:00
Minghao Li f8b0c98a71 refactor(sync): make leader life longer 2022-08-06 20:44:14 +08:00
shenglian zhou a16a6b73c8 fix: force at least one row for agg/window group 2022-08-06 20:11:12 +08:00
dapan1121 34aab8ea62 enh: downgrade value node type 2022-08-06 19:43:35 +08:00
Minghao Li f83ca89ea2 refactor(sync): make leader life longer 2022-08-06 19:40:10 +08:00
Haojun Liao a74c830125 fix(query): support scalar function in fill operator. 2022-08-06 19:34:15 +08:00
yihaoDeng eeb1d40e6d Merge branch 'dv3' into dvv 2022-08-06 19:19:13 +08:00
Yihao Deng f66278b39a
Merge pull request #15803 from taosdata/feature/startTimer
feature: start timer for particular msg
2022-08-06 19:17:55 +08:00
dapan1121 10281b36ae
Merge pull request #15811 from taosdata/fix/TD-18137
fix: fix taosd memory leak issue
2022-08-06 18:47:38 +08:00
yihaoDeng 3a3c6fac6b start timer for particular msg 2022-08-06 18:08:46 +08:00
dapan1121 fd654b126a fix: fix taosd memory leak issue 2022-08-06 18:00:26 +08:00
yihaoDeng 0753087e88 start timer for particular msg 2022-08-06 17:59:30 +08:00
dapan1121 ff7e2b6c56
Merge pull request #15791 from taosdata/fix/TD-18204
fix: fix task timeout error
2022-08-06 17:51:39 +08:00
Ganlin Zhao e4bfaf3fc7
Merge pull request #15807 from taosdata/fix/TD-18115
fix(query): fix interp + fill(prev) fill(next) issue
2022-08-06 17:21:54 +08:00
dapan1121 bcce0d1aac
Merge pull request #15771 from taosdata/enh/ctgPerf
enh: improve catalog performance
2022-08-06 16:54:22 +08:00
Ganlin Zhao 2e3a1cfdde Merge branch '3.0' into fix/TD-18115 2022-08-06 16:46:54 +08:00
Ganlin Zhao 78fb4f51b0 fix(query): fix interp fill(next) result errors 2022-08-06 16:44:14 +08:00
Ganlin Zhao 8c3cc0161a fix(query): fix interp fill(next) result errors 2022-08-06 16:22:40 +08:00
Xiaoyu Wang b5a84be4f9
Merge pull request #15797 from taosdata/feature/3.0_wxy
fix: add checks for stream query
2022-08-06 16:20:13 +08:00
Ganlin Zhao 784752010a fix(query): fix interp fill(next) result errors 2022-08-06 16:18:11 +08:00
Haojun Liao ebe8192d7e refactor(query): do some internal refactor. 2022-08-06 16:15:15 +08:00
Haojun Liao c7b511ed69 fix(query): set src block for function. 2022-08-06 16:13:18 +08:00
yihaoDeng 66adfa9e42 start timer for particular msg 2022-08-06 15:50:12 +08:00
dapan1121 a17f46a59c fix: fix msgIdx mismatch issue 2022-08-06 15:43:19 +08:00
yihaoDeng ecd560ccb0 start timer for particular msg 2022-08-06 15:30:11 +08:00
Haojun Liao 0d60d54a4a other: merge 3.0 2022-08-06 15:26:15 +08:00
Xiaoyu Wang 5750525f9a fix: condition race error 2022-08-06 15:25:53 +08:00
Haojun Liao bf08d7dd0b fix(query): fix bug in fill 2022-08-06 15:23:03 +08:00
54liuyao 214d3609b2 fix(stream):set num of stream session child 2022-08-06 15:14:11 +08:00
Ganlin Zhao 70f3967993 fix(query): fix interp + fill(prev) result error 2022-08-06 14:42:48 +08:00
Zhiqiang Wang 0f13d640b9
Merge pull request #15798 from taosdata/fix/ZhiqiangWang/TD-15311-fix-win-sync-compile-error
os: fix win sync compile error
2022-08-06 14:34:39 +08:00
slzhou 580b2e587b fix: set selectivity value for the null group 2022-08-06 14:29:12 +08:00
Li Minghao 3e26cbbb61
Merge pull request #15800 from taosdata/feature/3.0_mhli
refactor(sync): make leader life longer
2022-08-06 14:13:09 +08:00
afwerar d42c9b0eae os: fix win sync compile error 2022-08-06 13:44:01 +08:00
Minghao Li 05229b6650 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-08-06 13:18:03 +08:00
Minghao Li e628b70726 refactor(sync): make leader life longer 2022-08-06 13:17:08 +08:00
Ganlin Zhao f2d9346bf0
Merge pull request #15793 from taosdata/fix/TD-18115
fix(query): fix interp + fill interpolation behavior
2022-08-06 13:15:01 +08:00
afwerar 240a4a197c os: fix win sync compile error 2022-08-06 13:10:01 +08:00
afwerar 457cae2561 os: fix win sync compile error 2022-08-06 11:46:05 +08:00
Ganlin Zhao d5d873c7f8 fix(query): fix interp fill(prev) issue 2022-08-06 11:32:29 +08:00