Commit Graph

49611 Commits

Author SHA1 Message Date
Haojun Liao a1682664f2 fix(tmq): disable non-leader vnode responsing the poll request. 2023-03-16 10:12:34 +08:00
dapan1121 59b532a890 fix: modify minrows/maxrows range and add cases 2023-03-16 09:46:14 +08:00
chenhaoran a8967b73c3 test:fix that timestamps can be validated correctly in testcase 2023-03-16 01:55:46 +08:00
gccgdb1234 a4fb7d5616 test:fix that timestamps can be validated correctly in testcase 2023-03-16 01:53:28 +08:00
gccgdb1234 39eec5e8b3 Merge branch 'main' of github.com:taosdata/TDengine into TD-13572 2023-03-16 01:42:06 +08:00
gccgdb1234 6b3fa3f5af test:fix that timestamps can be validated correctly in testcase 2023-03-16 01:41:44 +08:00
kailixu ba5c3fb2ab fix: select ins_columns for stb with 4096 columns 2023-03-16 00:01:54 +08:00
kailixu acd57f03e6 fix(query): invalid write when query of ins_columns 2023-03-15 20:31:54 +08:00
Hui Li 8edceef2ff
Merge pull request #20462 from taosdata/TD-23119
test:reduce to 1000 rowNumbers per tables in testcases
2023-03-15 19:51:22 +08:00
Shengliang Guan af4532dc63
Merge pull request #20476 from taosdata/fix/TD-23163
enh(tsdb/cache): skip invalid datablock directly when traversing fs with last
2023-03-15 19:03:48 +08:00
Shengliang Guan a397c2dae4
Merge pull request #20471 from taosdata/fix/alter_minrows
fix: alter minrows doesn't take effect
2023-03-15 17:45:54 +08:00
Minglei Jin 04d501d64a fix: destroy aColArray anyway 2023-03-15 17:41:29 +08:00
Minglei Jin f1414355e3 tsdb/cache: skip invalid datablock directly when traversing fs with last 2023-03-15 16:24:36 +08:00
Haojun Liao 36cec7894b
Merge pull request #20472 from taosdata/fix/liaohj
fix(query): set the correct cached tags list key length, and update s…
2023-03-15 15:56:50 +08:00
Adam Ji da58966d58
test: update requirements (#20470) 2023-03-15 15:48:08 +08:00
Haojun Liao 52576071ae refactor: do some internal refactor. 2023-03-15 14:37:48 +08:00
Haojun Liao 253a760810 fix(query): set the correct cached tags list key length, and update some logs. 2023-03-15 14:30:12 +08:00
Shengliang Guan 7ee24c318e fix: alter minrows doesn't take effect 2023-03-15 14:25:18 +08:00
Shengliang Guan 4efcb4ddce
Merge pull request #20280 from taosdata/fix/TD-22871
fix: return err msg while db is creating
2023-03-15 14:10:41 +08:00
Shengliang Guan 08601f4b83
Merge pull request #20451 from taosdata/fix/TD-23134
fix: fix coverity scan
2023-03-15 14:10:18 +08:00
Shengliang Guan c08d25bb24
Merge pull request #20460 from taosdata/fix/TS-2828
fix:use table suid in taosx to avoid suid is not same for using suid
2023-03-15 14:09:48 +08:00
Shengliang Guan 51e503dd2c
Merge pull request #20464 from taosdata/fix/TD-23156
fix:source task needs to wait && stream state window does not handle null
2023-03-15 14:09:26 +08:00
Shengliang Guan dd2940b8b3
Merge pull request #20463 from taosdata/fix/TS-2883
fix: fix table count operator groupId issue
2023-03-15 14:08:54 +08:00
Shengliang Guan 09ca41b3f7
Merge pull request #20467 from taosdata/fix/TS-2893
fix:create same sub table
2023-03-15 14:07:47 +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
gccgdb1234 48bbd0eeeb test:reduce to 1000 rowNumbers per tables in testcases 2023-03-15 11:49:02 +08:00
54liuyao d5defa3def fix:create same sub table 2023-03-15 11:10:55 +08:00
54liuyao 96db1192ae fix: fix coverity scan 2023-03-15 09:03:05 +08:00
dapan1121 1db4619fdc Merge branch 'main' of github.com:taosdata/TDengine into main 2023-03-15 08:42:44 +08:00
dapan1121 397bead009 fix: add test cases 2023-03-15 08:38:00 +08:00
dapan1121 20c8a9031d fix: fix table count operator groupId issue 2023-03-15 08:35:40 +08:00
gccgdb1234 525a817d80 test:reduce to 1000 rowNumbers per tables in testcases 2023-03-15 01:41:27 +08:00
Haojun Liao 7743518557
Merge pull request #20422 from taosdata/fix/liaohj
fix(tmq): fix some race condition and do some internal refactor.
2023-03-14 22:23:32 +08:00
Haojun Liao 15cbbd3a14 fix(query): fix error in show cluster alive. 2023-03-14 21:25:52 +08:00
wangmm0220 72c2631c0d fix:use table suid in taosx to avoid suid is not same for using suid 2023-03-14 17:52:16 +08:00
Yihao Deng 0d4cc1c577
Merge branch 'main' into fix/TD-22871 2023-03-14 15:56:51 +08:00
wangmm0220 c7a10ae5a8 fix:use table suid in taosx to avoid suid is not same for using suid 2023-03-14 15:52:39 +08:00
yihaoDeng bab3daaa73 fix: Temporarily delete a test case 2023-03-14 07:23:38 +00:00
yihaoDeng d3c9e08003 fix: fix log invalid err msg 2023-03-14 06:15:47 +00:00
Shuduo Sang 40d99e4576
chore: support cus name (#20441)
* chore: support cus name

* fix: cfg/taos.cfg

* chore: update taos-tools
2023-03-14 13:47:41 +08:00
xinsheng Ren fb855f8aac
Feature/xsren/win install error base main (#20450)
* fix: install service path error on windows

* fix: installation action sheet name

---------

Co-authored-by: facetosea <25808407@qq.com>
2023-03-14 13:41:08 +08:00
Haojun Liao 32ddecc347 other: merge main. 2023-03-14 12:13:09 +08:00
Haojun Liao 9cdd52de84 fix(tmq): fix dead lock. 2023-03-14 11:50:02 +08:00
Shengliang Guan e98b32a69f
Merge pull request #20427 from taosdata/fix/main_bugfix_wxy
fix: last redundant read stt file
2023-03-14 09:41:19 +08:00
Shengliang Guan 3c11ed524f
Merge pull request #20436 from taosdata/docs/update-tips
Update index.md
2023-03-14 09:38:03 +08:00
Shengliang Guan 8577aa85fb
Merge pull request #20417 from taosdata/TD-23119
ci: add successful log
2023-03-14 09:37:28 +08:00
Shengliang Guan 214c595491
Merge pull request #20412 from taosdata/fix/TD-23095
fix:auto fill null column
2023-03-14 09:36:57 +08:00
Shengliang Guan 6d09532f10
Merge pull request #20396 from taosdata/fix/TD-23087
fix(query): remove assert
2023-03-14 09:36:31 +08:00
Shengliang Guan bf03965931
Merge pull request #20413 from taosdata/FIX/TD-22564-main
enh: not allow to propose if fsm applying progress lagging behind too far
2023-03-14 09:36:04 +08:00
Shengliang Guan 6989f1be61
Merge pull request #20418 from taosdata/fix/TD-22671
fix:deal with ASSERT in tmq
2023-03-14 09:34:52 +08:00