Commit Graph

382 Commits

Author SHA1 Message Date
54liuyao 02de597e69 opt ci 2024-03-07 09:00:40 +08:00
WANG MINGMING 64656a1db9
Merge branch '3.0' into fix/TD-28627 2024-03-01 18:03:28 +08:00
54liuyao c1129bc861 add ci 2024-02-28 09:34:43 +08:00
54liuyao 53a4294e4c mid agg operator 2024-02-21 14:48:16 +08:00
54liuyao b53dc5602e Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-02-19 10:58:20 +08:00
wangmm0220 a8e45440c0 fix:conflicts from 3.0 2024-02-18 18:02:14 +08:00
54liuyao aa9d78f3cc mid pull over 2024-02-07 15:43:00 +08:00
54liuyao 56ec97d418 mid pull over 2024-02-07 15:24:11 +08:00
54liuyao ba59d4bcb1 add fill history ci 2024-02-05 18:45:19 +08:00
54liuyao c588770699 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023 2024-02-05 15:10:34 +08:00
54liuyao c56cebdd49 opt ci 2024-02-05 09:34:18 +08:00
54liuyao ea9353b9fd merge 3.0 2024-02-04 16:04:23 +08:00
54liuyao 54f216b6c6 add ci 2024-02-02 15:20:56 +08:00
54liuyao 2ac374b2e0 max delay 2024-02-02 15:20:56 +08:00
54liuyao 9e86dfaee7 stream count window sliding 2024-01-26 15:56:26 +08:00
54liuyao bc4f3d1296 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023 2024-01-26 15:55:06 +08:00
Haojun Liao 834f08a2e0
Merge pull request #24552 from taosdata/fix/3_liaohj
fix(stream): do checkpoint after fill-history task completed.
2024-01-25 16:53:11 +08:00
Haojun Liao 0cd84aa587 fix(stream): gen checkpoint for single task. 2024-01-23 17:51:50 +08:00
54liuyao bbabf91566 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-01-19 14:50:16 +08:00
54liuyao ff8908dede ignore invalid state 2024-01-18 18:30:21 +08:00
54liuyao 3bbfb26e09 stream count window 2024-01-17 14:22:19 +08:00
jiajingbin d59ede5196 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-28032 2024-01-16 15:05:13 +08:00
wangmm0220 00e0da15a3 fix:[TD-28032]groupid = 0 & modify test case in sim 2024-01-12 17:37:22 +08:00
54liuyao 0b9e3c9871 fix stream state buff issue 2024-01-05 16:20:55 +08:00
Hongze Cheng df74b2d755
Merge pull request #24284 from taosdata/fix/TD-27988
fix: remove useless code
2024-01-04 19:03:45 +08:00
Hongze Cheng 87b7a9a980 fix: stream test case 2023-12-29 17:51:35 +08:00
54liuyao ccf861dec8 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/3_liaohj 2023-12-26 18:36:18 +08:00
54liuyao e2564a6189 fix issue 2023-12-26 18:35:49 +08:00
54liuyao ac3c76f608 init dummy function 2023-12-25 19:38:20 +08:00
Haojun Liao bba5a4f08b other: merge main into 3.0 2023-12-18 18:26:42 +08:00
Haojun Liao d7a19a9179 fix(stream): fix invalid decode hbmsg and memory leaks caused by invalid hb msg. 2023-12-01 14:45:18 +08:00
54liuyao ae386c6e34 opt expired data 2023-11-29 11:16:56 +08:00
Haojun Liao 8ad071e69a other: merge main. 2023-11-23 10:25:51 +08:00
Haojun Liao 630b259d7f fix(stream): fix error in stream. 2023-11-23 09:41:07 +08:00
Haojun Liao ebb1993900 fix(stream): fix error in check trans conflict. 2023-11-22 16:20:59 +08:00
Haojun Liao 2ca663ce66
Merge pull request #23593 from taosdata/feat/TD-21898
stream event window
2023-11-15 14:18:07 +08:00
dapan1121 dfb3feb5dc Merge remote-tracking branch 'origin/main' into merge/m23 2023-11-15 11:39:18 +08:00
Haojun Liao e46a13c788
Merge pull request #23669 from taosdata/enh/stream_delay
opt max delay
2023-11-14 09:31:17 +08:00
liuyao e8945cedd8 fix issue 2023-11-03 16:03:23 +08:00
liuyao 79452e4288 add ci 2023-11-02 16:11:08 +08:00
liuyao 62f3b70b77 add ci 2023-11-02 16:01:25 +08:00
liuyao 52083cd694 event window and partition by 2023-11-02 15:52:55 +08:00
liuyao 54112d757f test case 2023-11-01 16:56:48 +08:00
liuyao 505c44d9aa Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-11-01 16:50:46 +08:00
Haojun Liao a22c84617f
Merge pull request #23491 from taosdata/fix/ly_test
session window max delay
2023-11-01 15:31:46 +08:00
liuyao 1400b0c572 opt test case 2023-11-01 14:10:38 +08:00
liuyao 5ed8da4246 opt test case 2023-11-01 14:00:49 +08:00
Haojun Liao a1aa2380ae other: merge 3.0 2023-10-31 16:42:51 +08:00
Haojun Liao 0b18192b23 fix(stream): fix error in finishing event handling. 2023-10-31 16:40:16 +08:00
Haojun Liao 4c0242a58d fix(stream): fix error in finishing event handling. 2023-10-31 16:39:14 +08:00
liuyao b98d79add5 add test case 2023-10-31 15:50:45 +08:00
liuyao 696294c208 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-21898 2023-10-31 15:41:04 +08:00
liuyao b9e05ab1ec update data 2023-10-31 15:40:42 +08:00
Haojun Liao a300302956 fix(test): wait for 1 sec before inserting data. 2023-10-30 13:33:59 +08:00
Benguang Zhao 78cce00037 test: pause 1s after creating stream in testcase sliding.sim 2023-10-30 10:46:17 +08:00
Haojun Liao c7285c0ede fix(stream): add expired epset node list for stream tasks in hb to mnode. 2023-10-27 23:41:57 +08:00
Haojun Liao 4c267b538f fix(stream): add expired epset node list for stream tasks in hb to mnode. 2023-10-27 23:05:41 +08:00
Haojun Liao dcca6b0868 other: merge 3.0. 2023-10-27 11:41:28 +08:00
Haojun Liao ec5bdff5fa test:update test case. 2023-10-27 09:59:52 +08:00
liuyao e151b3df89 opt ci 2023-10-26 15:45:40 +08:00
liuyao 4c45f5a01c add ci 2023-10-26 14:38:05 +08:00
liuyao d0e4a5d0f7 opt max delay 2023-10-25 20:29:25 +08:00
Haojun Liao 9baff82f85 test:update test case. 2023-10-25 18:14:05 +08:00
liuyao f51c985914 stream event window 2023-10-25 17:50:16 +08:00
Haojun Liao 614bdd9fb9
Merge pull request #23220 from taosdata/feat/TD-26644
opt bloom filter
2023-10-19 15:34:43 +08:00
liuyao 5852a0975e set fill history range 2023-10-18 19:49:05 +08:00
liuyao 4ba45abd01 set fill history range 2023-10-16 13:53:54 +08:00
Haojun Liao d9db70faf2 fix(test): update the test cases. 2023-10-12 17:55:01 +08:00
Haojun Liao eb4449999f other: merge 3.0 2023-10-12 10:33:48 +08:00
liuyao 8362759e47 ci 2023-10-11 13:46:11 +08:00
liuyao 71a3e3ce16 ci 2023-10-11 10:29:41 +08:00
Haojun Liao d8bba3d462 other(test): update some test cases. 2023-10-11 08:39:19 +08:00
Haojun Liao 890f2d5c93 test: update the test cases. 2023-10-09 22:52:00 +08:00
Haojun Liao 33d6d0c1ad test: update the test cases. 2023-10-09 19:36:59 +08:00
liuyao 4ef757d125 ci 2023-10-09 11:04:35 +08:00
liuyao c95dc167b7 add ci 2023-09-26 17:19:21 +08:00
liuyao 82e18e32b0 add ci 2023-09-26 10:41:12 +08:00
liuyao 1cebda368a session&state operator buff 2023-09-20 15:06:08 +08:00
dapan1121 cc17848b78 fix: merge 3.0 to main 2023-09-01 13:24:47 +08:00
Haojun Liao 8dfef8768a other: merge 3.0 2023-07-29 22:54:16 +08:00
Haojun Liao cdffabcdad fix(stream): fix memory leak. 2023-07-26 14:37:04 +08:00
liuyao 14e591c802 mem leak 2023-07-18 14:51:32 +08:00
liuyao d45adeaa4e add checksum 2023-07-17 18:04:17 +08:00
liuyao 44be57b3cb add ci 2023-07-14 16:29:37 +08:00
liuyao d8b8112dbe op ci 2023-07-13 17:29:30 +08:00
liuyao b9d274d893 op ci 2023-07-13 17:16:48 +08:00
liuyao d6bb19485a mem leak 2023-07-13 16:53:07 +08:00
liuyao ec2134f758 op ci 2023-07-13 16:24:38 +08:00
liuyao 0e914a19c6 stream operartor checkpoint 2023-07-06 14:28:34 +08:00
Haojun Liao 32fddeff18 fix(stream): fix error retrieve data from source task.And optimize the test cases. 2023-06-27 16:24:47 +08:00
Haojun Liao b73444b291 fix(stream): start stream task in case of scan history completing. 2023-06-27 09:44:51 +08:00
liuyao 13d9136ad6 add ci 2023-06-21 11:40:08 +08:00
Haojun Liao 64365666b7 fix(stream): update the info, and do some internal refactor. 2023-06-16 16:04:43 +08:00
liuyao 2ab43ca0d0 semi interval op check data ts 2023-06-07 09:24:17 +08:00
liuyao 201d0f2d18 fix stream ci issue 2023-06-06 16:37:08 +08:00
liuyao e1291bd8b4 opt stream ci test 2023-05-19 13:28:58 +08:00
liuyao da3fc5111e fix pause agg task 2023-05-18 15:29:41 +08:00
yihaoDeng 55014aa003 Merge branch 'enh/rocksdbSstate' into enh/rocksdbSstateMerge 2023-05-09 08:58:51 +00:00
yihaoDeng 1e09515b98 fix mem leak 2023-05-04 12:10:24 +00:00
liuyao d17de8b32b add test case 2023-05-04 14:02:39 +08:00
54liuyao b79313ecd7 pause&resume 2023-04-25 16:59:09 +08:00
liuyao d429e070da fix fill bug 2023-04-24 18:23:35 +08:00
liuyao eca7b68fa0 ignore update 2023-04-24 15:01:56 +08:00
liuyao 641c707b37 pause&resume 2023-04-23 17:37:10 +08:00
yihaoDeng 917b07348c Merge branch 'fix/rocksdbState' into enh/rocksRevert 2023-04-23 02:37:26 +00:00
Haojun Liao 6c641cff39 fix(stream): fix error in start stream tasks. 2023-04-21 09:37:16 +08:00
liuyao 182eb7f9ee add loop 2023-04-20 19:30:30 +08:00
liuyao f2560fd5e9 opt test 2023-04-20 11:50:42 +08:00
liuyao d29dcb4bcf add loop 2023-04-20 10:50:07 +08:00
liuyao 602b1b7476 add test loop 2023-04-20 09:25:33 +08:00
liuyao 9c6275e4db add loop 2023-04-19 17:12:28 +08:00
liuyao 2a74aa317f inc sleep time 2023-04-19 16:41:53 +08:00
54liuyao 5b7ccc42ca inc sleep time 2023-04-19 13:38:30 +08:00
54liuyao 4b59297c66 increase sleep time 2023-04-19 10:36:16 +08:00
54liuyao ffa25ddd92 increase sleep time 2023-04-19 10:28:11 +08:00
54liuyao f3f0e0a991 increase sleep time 2023-04-19 10:18:52 +08:00
yihaoDeng 53857abe18 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-18 22:39:13 +08:00
yihaoDeng 19e94f34b3 change case 2023-04-18 22:38:54 +08:00
yihaoDeng a3daae8233 fix compile err 2023-04-18 14:08:04 +00:00
yihaoDeng 10fc25a9f6 fix compile err 2023-04-18 13:37:22 +00:00
yihaoDeng fd32d56385 fix compile error 2023-04-18 13:30:02 +00:00
liuyao b8ac811f20 fix bug 2023-04-14 17:35:17 +08:00
Haojun Liao b57c813681 other: merge feature/3_liaohj 2023-04-14 10:36:54 +08:00
Haojun Liao 70b45a4cf0 fix(stream): all data should be extracted from wal. 2023-04-13 23:22:09 +08:00
yihaoDeng 71d161ae38 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-11 11:15:41 +00:00
liuyao 4c2d0b5f63 feat:opt final window 2023-04-11 19:10:10 +08:00
liuyao 34ff1322e4 op final window 2023-04-11 19:10:10 +08:00
yihaoDeng b24b91886a Merge branch 'dev3' into enh/rocksRevert 2023-04-11 10:59:00 +00:00
liuyao 9a1b2a6d15 feat:add test 2023-04-10 13:03:03 +08:00
liuyao 1f63859e21 feat:add buff swap 2023-04-07 12:50:59 +08:00
54liuyao 1892b806b5 feat:add stream state buff 2023-04-04 17:09:35 +08:00
54liuyao ae98ad43a5 fix:state window return wrong block type 2023-03-30 16:38:54 +08:00
Haojun Liao 9992942a7a
Merge pull request #20658 from taosdata/feat/TD-22418
feat:coverity scan
2023-03-29 10:44:53 +08:00
54liuyao cf2d169f75 feat:coverity scan 2023-03-27 16:17:49 +08:00
54liuyao 3a12e36b4b fix:add combine function for last row 2023-03-27 14:13:17 +08:00
yihaoDeng 8e409f81ae add backend 2023-03-25 06:43:17 +00:00
54liuyao ffa59f69aa fix:add combine function for groupKey 2023-03-23 15:20:45 +08:00
54liuyao 25732f7c3c fix:source task needs to wait & stream state window does not handle null 2023-03-15 13:15:17 +08:00
54liuyao 5acf665b7e fix:get dest table version 2023-03-09 19:36:10 +08:00
54liuyao 09ac1be5ff ci:adjust test cases 2023-03-02 14:27:33 +08:00
54liuyao fe4123e814 feat:window close && ignore expired 2023-02-28 18:20:58 +08:00
54liuyao abbc69a2ed fix:asan error 2023-02-28 17:43:47 +08:00
54liuyao d43355e77f fix:check null column 2023-02-23 17:31:52 +08:00
54liuyao e42d5ba3dc fix:table name is null 2023-02-23 17:31:47 +08:00
Xiaoyu Wang 7337f5ff7d
Merge pull request #20052 from taosdata/fix/3.0_merge_main
merge main
2023-02-21 16:27:19 +08:00
Shuduo Sang 48426ed2df
fix: alpine compile error for 3.0 (#20064)
* fix: alpine support

* fix: ostimer thread_id

* fix: taosPrintTrace and tsStreamMax

* fix: make_install.sh and dnodes.py for alpine

* fix: cmake.platform and cut option for alpine

* fix: timer sigev and string convert

* fix: test case for alpine

* fix: fix test script for alpine

---------

Co-authored-by: t_max <1172915550@qq.com>
2023-02-20 22:31:56 +08:00
Xiaoyu Wang c597de099f merge main 2023-02-20 13:41:27 +08:00
54liuyao 88970c88a9 fix:dispatch create sub table 2023-02-15 11:04:49 +08:00
54liuyao 3f38d56c0d fix:number of ssdatablock rows exceeds the capacity 2023-02-14 10:40:16 +08:00
54liuyao 31a75f837b fix:crash at generate session scan range 2023-02-13 13:33:38 +08:00