Commit Graph

42095 Commits

Author SHA1 Message Date
54liuyao 2df86022c0 fix(stream): coverity scan,type conversion 2022-10-17 13:11:52 +08:00
Haojun Liao 87516ea332 fix(query): fix bug in group by tag. 2022-10-17 13:00:31 +08:00
Ganlin Zhao 84817bf743 fix: coverity issues
CID: 354715
2022-10-17 12:48:14 +08:00
Hui Li a484fa72c5
Merge pull request #17341 from taosdata/test/jcy
test:add test case of alter database param buffer and pages
2022-10-17 12:23:54 +08:00
Hui Li 5572c9c5c0
Merge pull request #17386 from taosdata/test3.0/lihui
test: reopen taosShell.py test case
2022-10-17 12:19:47 +08:00
jiacy-jcy b850c61720 test :add test case into ci 2022-10-17 11:26:00 +08:00
jiacy-jcy 2ceaea4293 Merge branch '3.0' into test/jcy 2022-10-17 11:25:05 +08:00
Shuduo Sang 704dba9800
docs: update examples/python/tmq_example.py with connector repo (#17387)
* docs: update examples/python/tmq_example.py with connector repo

* Update tmq_example.py

* docs: remove tb variable after get_table_name removed

Co-authored-by: Liu Jicong <liujicong@qq.com>
2022-10-17 11:23:53 +08:00
jiacy-jcy 4d0c7732f1 test:add test case for create wrong topic 2022-10-17 11:20:10 +08:00
Ganlin Zhao bcf2cfeed7 fix: coverity issues
CID: 354713
2022-10-17 11:06:02 +08:00
Ganlin Zhao 132681a8bc fix: coverity issues
CID: 308488
2022-10-17 10:59:32 +08:00
Hongze Cheng 6ec088ea60
Merge pull request #17383 from taosdata/fix/hzcheng_coverity_scan
fix: coverity scan problem
2022-10-17 10:56:32 +08:00
plum-lihui 837495fa5a test: reopen taosShell.py test case 2022-10-17 10:45:47 +08:00
Liu Jicong 980fdd6e91 fix: error handling 2022-10-17 10:27:15 +08:00
Liu Jicong 9a3ac0ca57 Merge branch '3.0' into feature/stream 2022-10-17 10:17:45 +08:00
Liu Jicong 6f9153c6e3 fix: error handling 2022-10-17 10:13:10 +08:00
Hongze Cheng ef06a9d265 fix more coverity scan problem 2022-10-17 09:58:34 +08:00
Shengliang Guan 4223b43a3a
Merge pull request #17322 from taosdata/FIX/TD-19239-3.0
fix: enhance subroutines to resolve WAL inconsistency after crashing or disk full
2022-10-17 09:06:16 +08:00
Hui Li 9b70b429a5
Merge pull request #17380 from taosdata/test/coverage
test: add coverage test script
2022-10-16 20:18:29 +08:00
Ping Xiao a86249ef6b test: add coverage test script 2022-10-16 18:16:29 +08:00
Haojun Liao 28a8020edc
Merge pull request #17379 from taosdata/fix/liao_cov
fix(query): fix coverity issues.
2022-10-16 14:54:22 +08:00
Haojun Liao bcb3d41d08 fix(query): fix coverity issues. 2022-10-16 13:46:21 +08:00
Benguang Zhao e3f50c0d48 fix: align vers.firstVer with vers.snapshotVer+1 in WAL meta info 2022-10-16 13:10:57 +08:00
Shuduo Sang 90ced77bad
fix: taosbenchmark coverity scan issues (#17378)
* fix: taosbenchmark coverity scan issues

* fix: taosbenchmark default json case

* fix: update taos-tools 217a267

* fix: taosbenchmark coverity scan issues 2849aa4
2022-10-16 13:07:58 +08:00
Shuduo Sang 275f0eb5fd
docs: refine taosbenchmark json drop (#17376) 2022-10-16 10:52:26 +08:00
Benguang Zhao 616eb5f903 Merge branch '3.0' into FIX/TD-19239-3.0 2022-10-16 00:29:01 +08:00
Benguang Zhao 34ea8996a0 fix: check disk availability for committing vnode 2022-10-15 23:57:37 +08:00
Benguang Zhao 8f6a81a18c enh: indicate intentionally restarting taosd on tsdbCommit failure 2022-10-15 23:57:37 +08:00
Benguang Zhao 12d870ef3b fix: response TSDB_CODE_VND_NOT_SYNCED while not pVnode->inUse in vnodeProcessWriteMsg 2022-10-15 23:57:37 +08:00
Benguang Zhao 6f39a36344 fix: replace asserts on failure of tdbPagerWrite with tdbError msg 2022-10-15 23:57:37 +08:00
Benguang Zhao a4cc3f76d4 fix: ignore file not exist error of tdbOsRemove 2022-10-15 23:57:37 +08:00
Benguang Zhao c70d10334c enh: print vgId in error msg within syncNodeCommit 2022-10-15 23:57:37 +08:00
Benguang Zhao b6c31ee67d fix: fsync the current wal log and idx files at first to ensure validity of meta in walSaveMeta 2022-10-15 23:57:37 +08:00
Benguang Zhao 7fb827debd fix: refactor walScanLogGetLastVer, walCheckAndRepairMeta, and walCheckAndRepairIdx.
* search for the last entry in the contiguous range of valid WAL from the last pos fsynced as firstTrial
    * find the last entry before the last pos fsynced backwards as second trial
    * reserve sufficient space for computing CRC32 checksum, esp. of WAL record body
    * rebuild meta info to resolve potential misalignment between lists of meta and actual log files
    * retract commitIndex and appliedIndex to lastLogIndex if needed
    * put an upper size limit on possibly corrupted WAL range to be recovered
2022-10-15 23:56:31 +08:00
Shuduo Sang 5967e35afd
fix: taosbenchmark coverity scan issues (#17361)
* fix: taosbenchmark coverity scan issues

* fix: taosbenchmark default json case

* fix: update taos-tools 217a267
2022-10-15 22:12:26 +08:00
Shengliang Guan 31e712c16b
Merge pull request #17369 from taosdata/fix/TD-19559
fix(tsdb): checksum checking shall skip page 1 when loading
2022-10-15 21:55:27 +08:00
Shengliang Guan 513db327e8
Merge pull request #17366 from taosdata/fix/TD-19250
fix: dismiss some coverity scan issues
2022-10-15 21:54:58 +08:00
Hongze Cheng 85276450a3
Merge pull request #17370 from taosdata/fix/hzcheng_coverity_scan
fix: more cv issue
2022-10-15 20:45:13 +08:00
Shuduo Sang 9781c1c2d2
fix: demoapi coverity scan issues and lint warnings (#17371)
* fix: demoapi.c coverity scan issues

* fix: coverity scan issue and lint warnings
2022-10-15 20:45:01 +08:00
Hongze Cheng 0a0f67c872
Merge pull request #17373 from taosdata/revert-17368-refact/tag_agg_opt
Revert "enh(query): opt group by tag perf."
2022-10-15 20:43:59 +08:00
Shengliang Guan 28dfbf88be
Merge pull request #17364 from taosdata/wangmm0220-patch-2-1
Update 29-changes.md
2022-10-15 19:59:45 +08:00
Shengliang Guan 80170d3e5f
Merge pull request #17367 from taosdata/enh/TD-19463_2
enh: refactor the code to create and delete mnodes
2022-10-15 19:52:30 +08:00
Shengliang Guan af070e6c70 Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2 2022-10-15 19:01:07 +08:00
Shengliang Guan d992225fac Merge branch 'fix/TD-19570' into enh/TD-19463_2 2022-10-15 18:23:06 +08:00
Shengliang Guan 1b8e556e60 fix: unstable test case 2022-10-15 18:20:50 +08:00
Shengliang Guan 3611dae619 Merge branch 'fix/TD-19570' into enh/TD-19463_2 2022-10-15 17:48:09 +08:00
Shengliang Guan 345eca5742 test: comment out case 2022-10-15 17:47:48 +08:00
Shengliang Guan 86ba774699
Merge pull request #17354 from taosdata/feat/TD-17777-V30
feat(shell): modify introduction for auto tab completion
2022-10-15 17:38:09 +08:00
Shengliang Guan fdf7aecbb3 fix: unstable test case 2022-10-15 17:31:12 +08:00
Shengliang Guan edf9253a16 Merge remote-tracking branch 'origin/3.0' into enh/TD-19463_2 2022-10-15 17:19:08 +08:00