Commit Graph

46827 Commits

Author SHA1 Message Date
Benguang Zhao d611793537 enh: remove unused old routines in sync 2023-01-18 10:07:16 +08:00
dapan1121 78d674e9c7
Merge pull request #19613 from taosdata/fix/TD-21939
fix: crash caused of wrong task phase issue
2023-01-18 09:02:06 +08:00
dapan1121 487f0c708e
Merge pull request #19601 from taosdata/fix/catalogDeadLock
fix: fix vgroup dead lock issue
2023-01-18 08:56:49 +08:00
dapan1121 1101a0ff0e
Merge pull request #19602 from taosdata/fix/TD-21937-3.0M
fix: tsdb read snapshot take/untake
2023-01-17 18:04:37 +08:00
dapan1121 e70f767647 fix: crash caused of wrong task phase issue 2023-01-17 17:53:56 +08:00
Shuduo Sang da8d80dfeb
fix: packaging/release.sh don't catch error temporarily for main (#19611) 2023-01-17 17:45:42 +08:00
xinsheng Ren f966197cea
Fix/xsren/td 21762/sem mem leak basemain (#19587)
* TD-21762 sem_init cause mem leak on windows

* fix/memleak

Co-authored-by: facetosea <25808407@qq.com>
2023-01-17 16:30:06 +08:00
kailixu 70fb18e611 fix: tsdb ReadSnap take/untake 2023-01-17 15:11:11 +08:00
freemine e92bf83986
bugfix: stack-buffer-overflow (#19584) 2023-01-17 15:05:33 +08:00
dapan1121 69ecd6e50a fix: compile issue 2023-01-17 14:46:33 +08:00
dapan1121 6284e87217 fix: fix vgroup dead lock issue 2023-01-17 14:36:00 +08:00
Shengliang Guan e11d57d58c
Merge pull request #19533 from taosdata/FIX/TD-21662-main
enh: skip WAL forceSync for single replica vgroup
2023-01-17 14:25:04 +08:00
dapan1121 1d5ac1ba90
Merge pull request #19596 from taosdata/fix/TS-2444
fix: move crash report to shell
2023-01-17 13:36:01 +08:00
dapan1121 7dbe44b2b7
Merge pull request #19589 from taosdata/fix/TD-21925
fix: insert into select can't be stopped issue
2023-01-17 13:27:02 +08:00
Hui Li 0ed889bed3
Merge pull request #19585 from taosdata/test/TD-20558
ci:modify the filename of the error log
2023-01-17 13:25:19 +08:00
dapan1121 6b259777ad fix: move crash report to shell 2023-01-17 11:18:49 +08:00
dapan1121 63a23a3562 fix: insert into select can't be stopped issue 2023-01-17 09:12:51 +08:00
chenhaoran 215864c5cd ci:delete para of 'make -j' 2023-01-16 19:29:50 +08:00
chenhaoran ab7761e64e ci:modify the filename of the error log 2023-01-16 18:35:26 +08:00
Haojun Liao 59e25c0191
Merge pull request #19576 from taosdata/fix/liaohj
test: add new sim to CI.
2023-01-16 18:17:39 +08:00
dapan1121 2f889eb77e
Merge pull request #19569 from taosdata/szhou/fixbugs
fix: add stt_trigger to show create database processing
2023-01-16 17:26:28 +08:00
Haojun Liao e3248d0053 refactor: disable warning. 2023-01-16 16:02:23 +08:00
Haojun Liao 20b4c1ca83 test: add new sim to CI. 2023-01-16 15:16:06 +08:00
slzhou 04a3b1d598 fix: add ci test 2023-01-16 14:23:40 +08:00
Benguang Zhao 95493432ed enh: trim the last WAL idx file which is not fsynced 2023-01-16 14:12:26 +08:00
dapan1121 09c0ff4dbf
Merge pull request #19541 from taosdata/fix/TD-21842
fix:memory leak
2023-01-16 13:10:54 +08:00
Shuduo Sang 29bccd2624
fix: taosbenchmark schemaless refine main (#19567)
* fix: taos-tools 143b9e4 for taosbenchmark schemaless refine for main

* fix: update taos-tools 723f696
2023-01-16 11:40:45 +08:00
Haojun Liao 9f61d3ebab
Merge pull request #19559 from taosdata/fix/liaohj
fix(query): use the recycled blocks to reduce the cached buffer.
2023-01-16 11:34:38 +08:00
slzhou 51cdd4af19 fix: add stt_trigger to show create database processing 2023-01-16 10:28:34 +08:00
Shengliang Guan dbea8004a9
Merge pull request #19555 from taosdata/enh/TD-20047
fix: update epset on dnode info changed
2023-01-16 09:40:15 +08:00
Hui Li 60800c7732
Update tmqConsFromTsdb1-mutilVg.py 2023-01-16 09:05:58 +08:00
Hui Li ddb9c3f530
Update tmqConsFromTsdb1-1ctb.py 2023-01-16 09:05:26 +08:00
Xuefeng Tan 730049afef
enh(driver-go): redesign of go tmq api (#19554) 2023-01-14 14:11:18 +08:00
Haojun Liao 9997362cf7 fix(query): use the recycled blocks to reduce the cached buffer. 2023-01-14 01:12:15 +08:00
Shengliang Guan ad8c73645b fix: update epset on dnode info changed 2023-01-13 15:26:24 +08:00
Haojun Liao 765bf3c58b
Merge pull request #19537 from taosdata/feature/stream_main
fix: concurrency issue
2023-01-13 14:15:50 +08:00
dapan1121 d864d4d62b
Merge pull request #19523 from taosdata/szhou/fixbugs
fix: no stable null group when no normal table
2023-01-13 13:28:02 +08:00
Hui Li 4cae701e17
Merge pull request #19544 from taosdata/test/TD-21874
test:modify failed cases in ci
2023-01-13 13:11:13 +08:00
Hui Li a59294b578
Update tmqConsFromTsdb.py 2023-01-13 11:43:49 +08:00
slzhou c2fd601519 fix: disable address sanitizer for table count scan 2023-01-13 11:14:24 +08:00
Shengliang Guan bd531ccfb3
Merge pull request #19542 from taosdata/enh/TD-20047
refact: adjust return value of tmsgUpdateDnodeInfo
2023-01-13 10:54:10 +08:00
chenhaoran ca1e1c1694 test:modify failed cases in ci 2023-01-13 10:30:43 +08:00
Hui Li a184e8ebce
Merge pull request #19549 from taosdata/test/TD-21886_1
test: refine query cases
2023-01-13 10:14:22 +08:00
slzhou c1bb36c1de fix: modify test case description 2023-01-13 10:13:39 +08:00
slzhou b9e6be4e7a fix: remove redundant table count scan 2023-01-13 10:03:26 +08:00
“happyguoxy” f40865980a test: refine query cases 2023-01-13 10:02:14 +08:00
slzhou 718f777edc enhance: add test case for table count scan 2023-01-13 09:49:24 +08:00
chenhaoran 7411643c8e test:modify failed cases in ci 2023-01-12 18:24:01 +08:00
Shuduo Sang 7451ab7e5d
fix: taosbenchmark sanitize for main (#19530) 2023-01-12 18:06:15 +08:00
Shengliang Guan 5596deea71
Merge pull request #19508 from taosdata/fix/TD-21663-2
fix: coverity issues
2023-01-12 17:41:16 +08:00