Commit Graph

53226 Commits

Author SHA1 Message Date
wangmm0220 19b5da8cd7 docs:add info for INS_SUBSCRIPTIONS 2023-07-03 17:49:22 +08:00
wangmm0220 98ce30f55c docs:modify docs for tmq 2023-06-28 19:26:34 +08:00
Hui Li d91f44c274
Merge pull request #21850 from taosdata/test/ts-3495
test: finish testcases for TS-3495 and TS-3497
2023-06-28 16:24:40 +08:00
dapan1121 0b79812373
Merge pull request #21836 from wangjiaming0909/feature/3.0/optimize_order_limit
feature: optimize order by limit using priority queue
2023-06-28 09:09:59 +08:00
wangjiaming0909 57ddb3437d feature: optimize order by limit using priority queue 2023-06-27 17:50:50 +08:00
Hui Li ca628593f9
Merge pull request #21864 from taosdata/test/TD-24925-3.0
test: add forbid stream and topic case to splitVGroup.py
2023-06-27 16:50:11 +08:00
jiajingbin 5d5f92450a
Merge branch '3.0' into test/ts-3495 2023-06-27 16:41:04 +08:00
Hui Li 472c23d866
Merge pull request #21854 from taosdata/lihui/TD-24824-tmq
test: add tmq test case into CI
2023-06-27 15:05:41 +08:00
Alex Duan fa4873df3c test: add forbid stream and topic case to splitVGroup.py 2023-06-27 14:01:13 +08:00
wade zhang f523eba5ce
Merge pull request #21795 from taosdata/FIX/TD-24892-3.0
enh: adjust logging level of sync heartbeat
2023-06-27 11:57:11 +08:00
wade zhang 9d1f9b87de
Merge pull request #21856 from taosdata/docs/sunpeng/TD-24883-optimizate-python-document
docs: optimizate python document base on java document
2023-06-27 11:17:05 +08:00
sunpeng 14b0a65f7b docs: optimizate python document base on java document 2023-06-27 10:59:03 +08:00
wade zhang d7e9eda6bc
Merge pull request #21844 from taosdata/FIX/TD-24924-3.0
enh:  change trans conflict scope of create topic
2023-06-27 10:47:53 +08:00
Haojun Liao 600607ef84
Merge pull request #21846 from taosdata/fix/TD-24969
stream single session op end window function
2023-06-27 10:38:38 +08:00
plum-lihui b5b276f6c9 test: add tmq test case into CI 2023-06-27 10:32:16 +08:00
Hui Li 306e80ac38
Merge pull request #21828 from taosdata/lihui3.0/test
test: add tmq test case for check consume rows in client log file
2023-06-27 10:30:01 +08:00
dapan1121 1e51a9cf47
Merge pull request #21852 from taosdata/feat/mergeMainTo3.0
merge main to 3.0
2023-06-27 09:26:19 +08:00
Benguang Zhao 69d451db26 enh: check trans conflict in mndCreateTopic ahead of time 2023-06-26 19:49:47 +08:00
Benguang Zhao 9e2062f54a fix: resolve memory leak on exceptions in mndCreateTopic 2023-06-26 19:49:47 +08:00
dapan1121 aa6e04a5a5 fix: merge issue 2023-06-26 19:08:52 +08:00
dapan1121 4dae9f4eff merge main to 3.0 2023-06-26 18:43:00 +08:00
jiajingbin a7c937e202 test: finish testcases for TS-3495 2023-06-26 18:30:39 +08:00
jiajingbin 7445a8aba9 test: finish testcases for TS-3495 2023-06-26 18:23:34 +08:00
Benguang Zhao 14e2e1e574 fix: change conflict scope of create topic to be DB inside 2023-06-26 18:23:19 +08:00
dapan1121 9e595daafe
Merge pull request #21830 from taosdata/fix/TD-24287
fix: fix userAlias issue when keepColumnName is set to true
2023-06-26 18:12:44 +08:00
liuyao d1ca2ae2a0 stream single session op end window function 2023-06-26 17:10:06 +08:00
Haojun Liao 01c0bbb3f8
Merge pull request #21827 from taosdata/feature/TS-3495
fear:fix error for report offset & rows in tmq
2023-06-26 16:54:42 +08:00
Haojun Liao 2a8fe122c2
Merge pull request #21838 from taosdata/fix/TD-24952
set table name
2023-06-26 15:48:26 +08:00
Haojun Liao 50ad7defcc
Merge pull request #21835 from taosdata/feat/TD-22336
stream session end window function
2023-06-26 15:30:04 +08:00
jiajingbin 0375654de6 Merge branch 'test/ts-3497' of https://github.com/taosdata/TDengine into feature/TS-3495 2023-06-26 14:58:20 +08:00
wangmm0220 330ef57177 opti:logic 2023-06-26 14:28:36 +08:00
wade zhang 8cea3302d7
Merge pull request #21837 from taosdata/FIX/TD-24924-3.0
enh: not allow to split vgroup when streams or topics exist
2023-06-26 14:20:18 +08:00
liuyao 6b8549dea5 set table name 2023-06-26 14:14:46 +08:00
Benguang Zhao e8649670aa enh: not allow to split vgroup when streams or topics exist 2023-06-26 11:57:24 +08:00
liuyao 1d22e6ba52 stream session end window function 2023-06-26 10:51:45 +08:00
wangmm0220 1d42603a1b fix:modify prefix of offset 2023-06-26 10:41:46 +08:00
Ganlin Zhao eb6bc0a64f add test case 2023-06-26 09:42:13 +08:00
jiajingbin faa421eddb test: save 2023-06-25 20:15:00 +08:00
Ganlin Zhao 77d2737f91 fix: fix userAlias issue when keepColumnName is set to true 2023-06-25 17:51:51 +08:00
plum-lihui 78b6b8b647 test: add tmq test case for check consume rows in client log file 2023-06-25 17:04:23 +08:00
jiajingbin 7eff0410e1 test: save 2023-06-25 15:25:46 +08:00
wangmm0220 5b88dfb90b fix:remove report offset flag 2023-06-25 15:24:52 +08:00
wangmm0220 610aa0c8ba fix:modify log 2023-06-25 15:14:34 +08:00
wangmm0220 7a49d67078 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TS-3495 2023-06-25 14:54:16 +08:00
wangmm0220 d3dedbe676 fix:report current offset in tmq 2023-06-25 14:52:45 +08:00
jiajingbin da631dcb42 test: add tmq params testcase 2023-06-25 10:20:48 +08:00
Hui Li 05c7ec6135
Merge pull request #21809 from taosdata/ts_3405_fix
Merge pull request #21771 from flyingangel2013/ts_3405_fix
2023-06-25 09:40:16 +08:00
wade zhang 254a20bdf3
Merge pull request #21660 from luckeverda/feat/TD-23739
feat/TD-23739: enhance ttl, deletetime modified by writing-op
2023-06-25 09:06:57 +08:00
Haojun Liao 303fdc4f7b
Merge pull request #21805 from taosdata/enh/staticLib3.0
add static lib to 3.0
2023-06-21 17:03:33 +08:00
Hui Li d95a456290 Merge pull request #21771 from flyingangel2013/ts_3405_fix
update test case to combine three cases into one, reduce the time cos…
2023-06-21 15:43:17 +08:00