Commit Graph

19385 Commits

Author SHA1 Message Date
54liuyao be2c16723d adj second param for last_row 2024-07-01 16:38:47 +08:00
Haojun Liao 6d64d0e081 fix(stream): fix memory leak. 2024-07-01 15:34:04 +08:00
Haojun Liao 3ae8916384 fix(stream): add more check for checkpoint info update for leader. 2024-07-01 14:59:55 +08:00
Haojun Liao f09be802ea other: merge 3.0 2024-07-01 13:32:30 +08:00
Haojun Liao b07d2b4adc
Merge pull request #26340 from taosdata/fix/check_end_pos
fix(stream): reset the status before re-send data.
2024-07-01 11:13:36 +08:00
54liuyao c3deebf5b6 adj name 2024-07-01 11:08:40 +08:00
wangjiaming0909 6c6f322a83 change vnode/qnode query threads min value 2024-07-01 11:08:40 +08:00
wangjiaming0909 5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
54liuyao 26adfdd48d adj name 2024-07-01 11:08:40 +08:00
54liuyao 55341586b5 drop limit 2024-07-01 11:08:40 +08:00
wangjiaming0909 a25571313f remove test code 2024-07-01 11:08:39 +08:00
54liuyao 02a7d29841 adj log 2024-07-01 11:08:39 +08:00
54liuyao 8fdd64e92e limit the size of query queue 2024-07-01 11:08:39 +08:00
54liuyao 0383257900 limit the size of query queue 2024-07-01 11:08:39 +08:00
54liuyao 03a7b43af6 client use new thread pool 2024-07-01 11:08:39 +08:00
wangjiaming0909 11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
wangmm0220 304460f452 fix:[TD-30725] fix potential memory leaks 2024-07-01 10:49:24 +08:00
Hongze Cheng ce4ecb0371
Merge pull request #26324 from xinjiempolde/enh/TD-23926-3.0
enh/td-23926-3.0 insert into db.?
2024-07-01 09:29:50 +08:00
Hongze Cheng e4826e63f4
Merge pull request #26328 from taosdata/feat/TS-4917-3.0
fix: parseOneStbRow fill tag name
2024-07-01 09:15:53 +08:00
Haojun Liao 5c002e4bbe fix(stream):set the srcTaskId for checkpoint-trigger block 2024-07-01 08:55:38 +08:00
Haojun Liao 398a1b08ac fix(stream): set the correct rsp msg start position. 2024-07-01 08:55:04 +08:00
Yihao Deng 7290920c6f add self check 2024-06-29 04:35:54 +00:00
Yihao Deng f023e7780c add self check 2024-06-29 04:33:14 +00:00
Haojun Liao 1f8991ec91 fix(stream): set the correct rsp msg position. 2024-06-29 00:40:57 +08:00
Haojun Liao e74b8473f1 fix(stream): clear the active checkpoint info after report to mnode. 2024-06-28 23:40:05 +08:00
Haojun Liao 5585a141d5 fix(stream): set the failed id before clear the checkpoint info. 2024-06-28 23:16:03 +08:00
wangjiaming0909 d03a14506e fix fill wrong timestamp value 2024-06-28 17:31:49 +08:00
Haojun Liao 1ffec769b8 fix(stream): clear the msgId if send success, and handle the race condition problem. 2024-06-28 17:03:14 +08:00
Haojun Liao 2345f6cf7f Merge branch '3.0' into fix/check_end_pos 2024-06-28 16:30:36 +08:00
Haojun Liao 79be59d20c fix(stream): reset the status before re-send data. 2024-06-28 16:27:31 +08:00
Haojun Liao 67f483430e fix(stream): reset the status before re-send data. 2024-06-28 16:25:59 +08:00
Yihao Deng bf656ec80f fix merge conflict 2024-06-28 08:23:09 +00:00
Yihao Deng 2e59284388 add self check 2024-06-28 08:14:34 +00:00
Yihao Deng 2ae54486b5 add self check 2024-06-28 07:01:45 +00:00
Yihao Deng 8fe57c1669 add self check 2024-06-28 03:08:02 +00:00
Yihao Deng 51e4abe256 add self check 2024-06-28 02:58:30 +00:00
Shungang Li fa6e3c9c6f fix: parseOneStbRow fill tag name 2024-06-28 10:50:13 +08:00
sima 6282ebef22 fix:[TD-30755] fix heap-buffer-overflow when no qualified data in pk's data block. 2024-06-28 09:20:42 +08:00
Haojun Liao 025437df0c fix(stream): fix error in checkpoint consensus. 2024-06-27 19:25:18 +08:00
Haojun Liao 48bf5eb4d8 other: merge 3.0 2024-06-27 19:23:06 +08:00
Hongze Cheng dfe260fbde
Merge pull request #26316 from taosdata/feat/TS-4917-3.0
fix for create table from csv
2024-06-27 18:03:42 +08:00
Yihao Deng de77ce6480 add self check 2024-06-27 09:51:49 +00:00
xjzhou 12c64a1c45 Merge remote-tracking branch 'origin/3.0' into enh/TD-23926-3.0 2024-06-27 17:02:54 +08:00
Shungang Li e61c5a4083 fix: parseOneStbRow break if token parse err 2024-06-27 14:17:32 +08:00
Hongze Cheng 5e235b50fa
Merge pull request #26295 from taosdata/fix/TD-30720
fix(streamMeta): commit tdb after load tasks
2024-06-27 14:04:02 +08:00
Hongze Cheng 10237869d9
Merge pull request #26292 from taosdata/fix/TD-30620
Add index filtering based on column value type
2024-06-27 13:41:42 +08:00
Yihao Deng 1004ac6924 add self check 2024-06-27 05:28:17 +00:00
Yihao Deng 7c328f0cfa add self check 2024-06-27 05:28:06 +00:00
Shungang Li 85e4f09239 fix: parseCsvFile reset pTag to NULL 2024-06-27 10:30:58 +08:00
Yihao Deng f2fc09cd02 add self check 2024-06-27 01:48:59 +00:00
Yihao Deng 0a35d7ef6b add self check 2024-06-27 01:33:25 +00:00
sima 96e3222726 fix:[TD-30730] fix mergejoin operator's timetruncate caculation on timezone. 2024-06-27 08:42:59 +08:00
sima 4601583361 fix:[TD-30730] Modify precision rules for input parameters of function timetruncate and add test. 2024-06-27 08:42:59 +08:00
sima 5685346d78 fix:[TD-30730] Modify precision rules for input parameters of function to_iso8601 and add test. 2024-06-27 08:42:59 +08:00
Yihao Deng a5441cdcde Add index filtering based on column value type 2024-06-26 08:49:38 +00:00
Yihao Deng 58b3dd7b99 Add index filtering based on column value type 2024-06-26 08:45:14 +00:00
xjzhou 42361fcd45 fix: failed to identify dbName when only ? exists 2024-06-26 16:38:21 +08:00
Haojun Liao a44e17d5ea fix(stream): enable to re-send hbmsg if mnode failed to recv this hbmsg. 2024-06-26 15:21:14 +08:00
xjzhou 1a32279f7f Merge remote-tracking branch 'origin/3.0' into enh/TS-23926-3.0 2024-06-26 14:21:15 +08:00
Minglei Jin 3014c66965 fix(streamMeta): commit tdb after load tasks 2024-06-26 11:21:31 +08:00
Yihao Deng 512671df85 Add index filtering based on column value type 2024-06-26 02:56:49 +00:00
xjzhou 1c8110e7a4 Merge remote-tracking branch 'origin/3.0' into enh/TS-23926 2024-06-26 10:34:36 +08:00
Hongze Cheng b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
Haojun Liao b6948dcc4e refactor: do some internal refactor. 2024-06-26 10:19:45 +08:00
Haojun Liao 1818edcb2b fix(stream): consensus the start checkpoint id, and extract the streamhb related functions into a new file. 2024-06-26 10:18:32 +08:00
Yihao Deng ac351c5b58 add self check info 2024-06-26 01:26:39 +00:00
Yihao Deng 061648071e add self check info 2024-06-25 12:35:25 +00:00
Yihao Deng 49ba8132c0 add self check info 2024-06-25 12:04:10 +00:00
Hongze Cheng 59c8656e61
Merge pull request #26275 from taosdata/feat/TS-4917-3.0
feat: 'create table' from csv file
2024-06-25 17:56:23 +08:00
54liuyao 25b150af10 fix(stream):fill result immediately after delete data 2024-06-25 17:24:59 +08:00
dapan1121 ccda3a7f0d
Merge pull request #26263 from taosdata/fix/TS-4921
feat:[TS-4921] add slow log logic
2024-06-25 17:07:35 +08:00
Haojun Liao c2ad0a6ec5
Revert "fix(stream):fill result immediately after delete data" 2024-06-25 16:53:32 +08:00
Haojun Liao 156e3ce109
Merge pull request #26267 from taosdata/fix/TD-30585
fix(stream):fill result immediately after delete data
2024-06-25 16:46:52 +08:00
xjzhou 3fb5f2b1d3 Merge remote-tracking branch 'origin/3.0' into enh/TS-23926 2024-06-25 16:16:56 +08:00
xjzhou b444e18d90 enh: stmt supports 'insert into db.?' 2024-06-25 16:16:32 +08:00
Haojun Liao e6f376f5cb
Merge pull request #26278 from taosdata/fix/3_liaohj
fix(stream): update the remote checkpoint directory in snode.
2024-06-25 15:52:01 +08:00
Yihao Deng 33aef6ddc5 add self check info 2024-06-25 07:12:09 +00:00
54liuyao 4235045d72 adj delete range 2024-06-25 14:36:21 +08:00
Shungang Li b55337ec42 feat: 'create table' ignore lines start with '#' 2024-06-25 14:34:59 +08:00
Shungang Li 586f8094c2 fix: handle mac/win compile warn 2024-06-25 14:10:34 +08:00
Haojun Liao 195469f1dd fix(stream): disable the checkpoint-info-update for tasks in non-checkpoint status 2024-06-25 12:57:50 +08:00
Shungang Li 41021285a1 fix: more ret check 2024-06-25 11:36:55 +08:00
Shungang Li 2292829e47 fix: add check for memory alloc 2024-06-25 10:56:24 +08:00
Shungang Li eaa45470a5 feat: 'create table' add keyword file 2024-06-25 10:55:36 +08:00
Shungang Li 17e84e1fca Merge branch '3.0' into feat/TS-4917-3.0 2024-06-25 10:33:12 +08:00
Haojun Liao 42beba30a8
Merge pull request #26274 from taosdata/fix/3_liaohj
fix(stream): do update the checkpoint info if not in checkpoint status.
2024-06-24 23:05:26 +08:00
Shungang Li b3368f6472 feat: 'create table' from csv file 2024-06-24 22:13:03 +08:00
Yihao Deng 7cab27110a add self check info 2024-06-24 12:26:10 +00:00
54liuyao a4211efacf calc end key 2024-06-24 19:19:15 +08:00
Haojun Liao 6b0b65527f fix(stream): do update the checkpoint info if not in checkpoint status. 2024-06-24 19:18:31 +08:00
54liuyao 41a85e80a3 calc end key 2024-06-24 17:19:38 +08:00
54liuyao 4f8dfe7522 fix(stream):fill dresultim mediately after delete data 2024-06-24 15:52:27 +08:00
dapan1121 3decadf764
Merge pull request #26213 from taosdata/fix/3.0/first_last_fill_order_fault
fix first last fill with ts order fault
2024-06-24 15:44:24 +08:00
Haojun Liao de1a9702bf
Merge pull request #26268 from taosdata/fix/3_liaohj
fix(stream): pause not stop the start procedure of stream tasks.
2024-06-24 14:36:47 +08:00
Haojun Liao bd8c7d8c93 fix(stream): pause not stop the start procedure of stream tasks. 2024-06-24 13:25:48 +08:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
54liuyao 2d7d144ca2 fix(stream):fill dresultimmediately after delete data 2024-06-24 10:56:26 +08:00
wangmm0220 a29d1b0c59 fix:test case error 2024-06-24 10:18:09 +08:00
Haojun Liao ffef405c3a
Merge pull request #26242 from taosdata/fix/3_liaohj
fix(stream): disable pause if task is un-init.
2024-06-23 10:01:49 +08:00
Hongze Cheng 2ba22e34f5
Merge pull request #26216 from xinjiempolde/fix/TS-5024-3.0
fix: stmt bind crashed when colIdx exceeds column nums
2024-06-23 09:53:46 +08:00
Haojun Liao 393369fcd8 fix(stream):clear checkpoint-ready msg. 2024-06-23 00:40:12 +08:00
wangmm0220 65fac20367 fix:[TS-4921] merge from 3.0 2024-06-22 15:02:34 +08:00
Haojun Liao 21e1763ff4 fix(stream): set correct flag for checkpoint. 2024-06-22 11:16:20 +08:00
Haojun Liao 095510ba41 fix(stream): fix deadlock 2024-06-21 23:43:25 +08:00
Haojun Liao 94f3c6ec2d fix(stream): fix deadlock 2024-06-21 23:40:03 +08:00
Haojun Liao 82febd30a0 fix(stream): check the task status checkpoint-ready msg send timer. 2024-06-21 18:48:34 +08:00
Haojun Liao 5a9500055d fix(stream): check the task status checkpoint-ready msg send timer. 2024-06-21 18:44:54 +08:00
Haojun Liao 5966b4f83f fix(stream): fix error in assert. 2024-06-21 17:17:39 +08:00
Haojun Liao 4c4bb0a2e4 other: merge 3.0. 2024-06-21 16:11:50 +08:00
Haojun Liao 53f9af06ff fix(stream): fix invalid write. 2024-06-21 15:44:38 +08:00
dapan1121 b5dea8c847
Merge pull request #26226 from taosdata/fix/TD-30672
fix: query hang issue cause of task set redirecting
2024-06-21 15:38:55 +08:00
Haojun Liao 119001e30b fix(stream): update the retrieve checkpoint-trigger msg. 2024-06-21 15:11:48 +08:00
Haojun Liao e7105edaa4 fix(stream): disable pause if task is un-init. 2024-06-21 14:14:44 +08:00
Hongze Cheng 6a43d68bed
Merge pull request #26192 from taosdata/fix/TD-30642-3.0
fix/TD-30642
2024-06-21 11:03:40 +08:00
Haojun Liao aea4254d40 fix(stream): async start task. 2024-06-21 10:37:06 +08:00
Haojun Liao f8578b4a69 fix(stream): fix syntax error. 2024-06-21 09:34:18 +08:00
Haojun Liao ebf2df965c
Update streamBackendRocksdb.c 2024-06-21 09:28:42 +08:00
Haojun Liao 2cb9644471 fix(stream): update the checkpoint info only when the status is normal. 2024-06-21 09:23:29 +08:00
Haojun Liao 8fd9baf6f5 fix(stream):synchronized upload checkpoint data to snode. 2024-06-21 09:11:16 +08:00
dapan1121 ac4e804088 Merge remote-tracking branch 'origin/3.0' into fix/TD-30672 2024-06-21 08:59:46 +08:00
Haojun Liao bf16c596a6 fix(stream): fix syntax error. 2024-06-21 08:46:09 +08:00
Haojun Liao 096ba251ec Merge branch '3.0' into fix/3_liaohj 2024-06-20 23:12:18 +08:00
Haojun Liao 2ecc725b1a fix(stream): not clear check downstream info. 2024-06-20 21:31:23 +08:00
Haojun Liao 151fc212b8
Merge pull request #26218 from taosdata/fix/3_liaohj
fix(stream): clear the local backend default directory
2024-06-20 18:26:28 +08:00
Hongze Cheng 70851f6bed
Merge pull request #26160 from taosdata/enh/TD-30554-3.0
tfs: support disable create new file
2024-06-20 16:46:00 +08:00
kailixu cefff2bfee Merge branch '3.0' into enh/TD-30554-3.0 2024-12-31 08:35:03 +08:00
kailixu fa694d6fe3 tfs: support disable create new file 2024-12-31 08:34:17 +08:00
dapan1121 05ebfa70d4
Merge pull request #26212 from taosdata/fix/TS-5064.3
fix: cast long binary crash issue
2024-06-20 16:26:13 +08:00
Haojun Liao e1cb4e021f fix(stream): clear the local backend default directory, when no checkpoint generated yet. 2024-06-20 16:24:02 +08:00
Haojun Liao df003cca3c
Merge pull request #26197 from taosdata/fix/3_liaohj
fix(util): uncomment the timestamp decode function with AVX2 instructions
2024-06-20 16:16:52 +08:00
xjzhou 883eb48bf2 fix: stmt bind crashed when colIdx exceeds column nums 2024-06-20 15:22:50 +08:00
Hongze Cheng 9a97f976e9
Merge pull request #26178 from taosdata/feat/TS-4954-3.0
Feat/ts-4954-3.0-2
2024-06-20 15:07:13 +08:00
Haojun Liao 9c16549561
Merge pull request #26202 from taosdata/fix/TD-30558
fix(stream): adj stream tbname cache
2024-06-20 14:41:51 +08:00
dapan1121 c9d847787e fix: level task done number issue 2024-06-20 14:21:33 +08:00
wangjiaming0909 29274a330f fix first last fill with ts order fault 2024-06-20 14:17:04 +08:00
dapan1121 784fda8191 fix: cast long binary crash issue 2024-06-20 13:54:02 +08:00
54liuyao 0471afb840 adj sream tbname cache 2024-06-20 13:25:36 +08:00
dapan1121 0a8a3d15bc Merge remote-tracking branch 'origin/3.0' into fix/TD-30672 2024-06-20 11:34:50 +08:00
dapan1121 49d9552ab6 fix: task reset redirect issue 2024-06-20 11:18:23 +08:00
54liuyao 1b317ae578 adj sream tbname cache 2024-06-20 11:06:09 +08:00
54liuyao 6a3bbccda9 adj par tbname cache 2024-06-20 10:23:44 +08:00
Hongze Cheng 60f06b1db5
Merge pull request #26162 from taosdata/fix/TD-30542-3.0
fix/TD-30542
2024-06-20 09:39:13 +08:00
54liuyao ecfb5e5f4c adj par name catch 2024-06-20 09:28:04 +08:00
wangmm0220 5dcfed2d51 feat:[TS-4921]add logic for slow log 2024-06-19 18:54:26 +08:00
dmchen 61edc79045 fix/TD-30642 2024-06-19 08:01:58 +00:00
dapan1121 0397826c68
Merge pull request #26139 from taosdata/feat/TD-30313
optimize show cluster alive stmt
2024-06-19 15:49:59 +08:00
Haojun Liao f353636136 refactor: do some internal refactor. 2024-06-19 15:08:25 +08:00
Haojun Liao 04281bcd07 fix(util): uncomment the timestamp decode function with AVX2 instructions, and do some internal refactor. 2024-06-19 15:06:09 +08:00
Haojun Liao da63a40796
Merge pull request #26188 from taosdata/fix/3_liaohj
fix(stream): fix a typo.
2024-06-19 14:58:21 +08:00
Haojun Liao 0e7f9a56c3
Merge pull request #26164 from taosdata/fix/TD-30627
adj create count window state
2024-06-19 14:42:08 +08:00
Haojun Liao 2534ce5071 fix(stream): fix a typo. 2024-06-19 10:29:01 +08:00
kailixu 4c41008657 fix: print format 2024-06-18 19:11:33 +08:00
kailixu 6d2b8fe2bf tfs: support disable create new file 2024-06-18 19:08:00 +08:00
kailixu 809c691b22 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 16:47:51 +08:00
Minglei Jin 356f6645ad
Merge branch '3.0' into fix/TD-30545 2024-06-18 11:28:29 +08:00
54liuyao e858dd5df0 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-30313 2024-06-18 10:28:01 +08:00
kailixu d87a7d2809 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-18 08:51:53 +08:00
54liuyao 3ba7bc8ec5 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-06-18 08:41:10 +08:00
Haojun Liao c3ae66c95c
Merge pull request #26169 from taosdata/fix/3_liaohj
fix(stream): not revise the stream id for fill-history task.
2024-06-18 08:38:29 +08:00
Haojun Liao bca3cf4e9e fix(stream): fix error in unit test. 2024-06-17 23:51:25 +08:00
Haojun Liao c4a2756907 fix(stream): not revise the stream id for fill-history task. 2024-06-17 23:13:54 +08:00
dmchen ec1e7c77d6 fix case 2024-06-17 12:40:23 +00:00
Haojun Liao f57ff96408 fix(stream): do some refactor. 2024-06-17 19:56:18 +08:00
Haojun Liao 60fac80345 fix(stream): add some logs. 2024-06-17 19:34:09 +08:00
54liuyao 00c64ed0e3 adj create count window state 2024-06-17 19:33:01 +08:00
Haojun Liao 0f4ffdf49a fix(stream): add some info. 2024-06-17 18:57:31 +08:00
dmchen e59e52d343 fix case 2024-06-17 10:44:53 +00:00
dmchen 7fc72f1ba5 license 2024-06-17 09:14:11 +00:00
Haojun Liao bdbcdf3465 refactor: add two assert. 2024-06-17 16:58:58 +08:00
Haojun Liao 848b1e19b5 fix(stream): fix some typo. 2024-06-17 14:39:46 +08:00
dmchen 4c8ce7a14c feat/TS-4954 2024-06-17 06:31:39 +00:00
Hongze Cheng 9269e44e08
Merge pull request #26133 from taosdata/fix/TD-30583-30
double check enableWhiteList
2024-06-17 13:21:19 +08:00
Hongze Cheng e0a5b6f2ea
Merge pull request #26140 from taosdata/fix/TD-30467-3.0
fix: check range option
2024-06-17 11:36:24 +08:00
Haojun Liao b89b2158f1
Merge pull request #26135 from taosdata/fix/TD-30578
check cursor for count window
2024-06-17 11:25:19 +08:00
54liuyao 4474788e36 adj log 2024-06-17 11:24:30 +08:00
54liuyao 2298b4eae8 adj log 2024-06-17 11:19:10 +08:00
kailixu e1f5e6d533 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-17 10:44:11 +08:00
kailixu bb40184260 fix: add primary disk although disable create new file 2024-06-17 10:43:48 +08:00
Minglei Jin 930c5d2adf cleanup wal level 0 before ref removing 2024-06-17 08:57:53 +08:00
dapan1121 52060f5fba
Merge pull request #26144 from taosdata/fix/TD-30039/unexpectedUdfCreate
Fix/td 30039/unexpected udf create
2024-06-17 08:35:02 +08:00
dapan1121 e34a8b48df
Merge pull request #26008 from taosdata/fix/TS-4833/dataloaded
partition interval and limimt, dataload error
2024-06-17 08:32:19 +08:00
kailixu 4ed3b30352 tfs: support disable create new file 2024-06-17 06:14:49 +08:00
kailixu e3645def98 Merge branch '3.0' into enh/TD-30554-3.0 2024-06-17 05:52:15 +08:00
“happyguoxy” 65044b3964 colId init 2024-06-15 20:56:58 +08:00
factosea 19f6766c9a fix: blockAgg 2024-06-15 18:08:25 +08:00
Haojun Liao 62b69932b2
Merge pull request #26150 from taosdata/fix/3_liaohj
fix(stream): move the expansion of the stream task related task to right place.
2024-06-15 17:37:39 +08:00
Haojun Liao b44d87475d fix(test): fix syntax error. 2024-06-14 17:54:44 +08:00
Minglei Jin d47fe255ae remova level 0's empty wals when closing vnode 2024-06-14 17:09:48 +08:00
Haojun Liao 42e0dff589 fix(stream): move the expansion of the stream task related fill-history task to the place where the fill-history task must have been deoployed already. 2024-06-14 17:03:04 +08:00
Haojun Liao 85baf2b3e1
Merge pull request #26147 from taosdata/fix/3_liaohj
fix(test): wait for a little bit more time.
2024-06-14 16:34:40 +08:00
kailixu af7a41f6cd Merge branch '3.0' into fix/TD-30467-3.0 2024-06-14 15:25:26 +08:00
Haojun Liao 4490f40c96 fix(stream): do some internal refactor. 2024-06-14 14:43:57 +08:00
Haojun Liao 9af6076b4f fix(stream): add the dispatch entry. 2024-06-14 14:42:22 +08:00
kailixu eb72cec8d2 chore: naming optimization 2024-06-14 08:10:07 +08:00
facetosea 2044cec6ca test 2024-06-13 21:06:58 +08:00
Haojun Liao 325ad5beb8 fix(stream):set correct node id 2024-06-13 18:25:34 +08:00
factosea a707a2921b fix: udfScalarProcFunc exception 2024-06-13 17:49:58 +08:00
Haojun Liao 5f4b506777
Merge pull request #26131 from taosdata/fix/3_liaohj
fix(stream): add dispatch data monitor to handle the network broken problem that may cause the stream process frozen.
2024-06-13 17:38:28 +08:00
factosea d9043d6984 fix: unexpected udf function 2024-06-13 16:57:49 +08:00
kailixu 1f646713fe fix: check range option of alter user 2024-06-13 16:36:18 +08:00