Commit Graph

46741 Commits

Author SHA1 Message Date
Haojun Liao 78f49db0ad other: merge main. 2023-01-11 13:31:41 +08:00
Haojun Liao 3a848ccb36 fix(query): fix the invalid return value check for percentile function. 2023-01-11 13:19:17 +08:00
Shengliang Guan c5959c5b19 fix: invalid json item 2023-01-11 12:24:44 +08:00
Shengliang Guan 71ef10409c enh: adjust dmEps.c 2023-01-11 11:37:59 +08:00
Shuduo Sang dfed4e7650
fix: taos-tools deb rpm compn for main (#19489)
* fix: taos-tools deb/rpm compn for main

* fix: update taos-tools 5aa25e9
2023-01-11 11:32:46 +08:00
Shengliang Guan 8c9daa32fc enh: refact dmFile.c 2023-01-11 11:18:39 +08:00
Shengliang Guan ba7f9f1df1 enh: refact dmEps.c 2023-01-11 11:06:16 +08:00
“happyguoxy” 07adf3097a test: refine query cases 2023-01-11 10:58:57 +08:00
“happyguoxy” 5db74213da test: refine query cases 2023-01-11 10:58:44 +08:00
“happyguoxy” 4de9f965f4 test: refine query cases 2023-01-11 10:58:30 +08:00
Shengliang Guan 9a95c3d7ab enh: refact vmFile.c 2023-01-11 10:44:07 +08:00
Haojun Liao e0dbe22199 fix(query): fix uninitialized memory buffer accessed. 2023-01-11 10:27:23 +08:00
Shengliang Guan f02f3e7a07 fix: allow mnode start even dnode in dropping state 2023-01-11 10:12:54 +08:00
Haojun Liao 75f4e64326 enh(query): adjust the memset rule when creating new datablock. 2023-01-10 23:45:49 +08:00
Haojun Liao abae9e0790 fix(query): set 0 when result is not qualified. 2023-01-10 23:40:16 +08:00
Haojun Liao 3eadb9b921 enh(query): disable the memset when allocate the memory for dataBlock. 2023-01-10 23:08:25 +08:00
dapan1121 c3cb4a52fc
Merge pull request #19425 from taosdata/fix/TD-21778
fix: tsdb read invalid memory read issue
2023-01-10 17:10:19 +08:00
Shengliang Guan 9011015aff
Merge pull request #19477 from taosdata/feature/stream_main
fix: reset table scan status
2023-01-10 16:26:10 +08:00
dapan1121 fd0d4bb830
Update tsdb.h
fix: remove tmp field
2023-01-10 15:39:16 +08:00
Shengliang Guan 2a087a9be8
Merge pull request #19469 from taosdata/FIX/TD-21851-main
fix: synchronize access within walFsync
2023-01-10 15:19:13 +08:00
Liu Jicong fcbac7236e fix: reset table scan status 2023-01-10 13:47:18 +08:00
dapan1121 459d2932b1 fix: memcpy empty value issue 2023-01-10 13:44:24 +08:00
Hui Li 27bf29cd42
Merge pull request #19462 from taosdata/test/ts-2400
test: add cases for ts-2440
2023-01-10 13:41:05 +08:00
Hui Li 8545bf06e3
Merge pull request #19467 from taosdata/fix/liaohj
fix(query): fix error for retrieve data only in last files.
2023-01-10 13:40:30 +08:00
Shengliang Guan 47885a126c
Merge pull request #19452 from taosdata/fix/TD-21829
fix: return dropping dnode in status resp
2023-01-10 13:14:44 +08:00
dapan1121 bfc483aa30 fix: row merge flag issue 2023-01-10 11:32:13 +08:00
Benguang Zhao df6e9631e1 fix: synchronize access within walFsync 2023-01-10 11:24:05 +08:00
Haojun Liao e244a484f8 fix(query): add additional check for imem/mem 2023-01-10 10:49:35 +08:00
dapan1121 0e06253d4d
Merge pull request #19461 from taosdata/fix/noCore
fix: no core file generated issue on linux
2023-01-10 09:58:19 +08:00
jiajingbin 91821c9bb4 test: add cases for ts-2440 2023-01-10 09:41:20 +08:00
Shengliang Guan 9c5b5e93d9
Merge pull request #19408 from taosdata/FIX/TD-21428-main
enh: vote for higher lastLogTerm despite commitIndex
2023-01-10 09:35:15 +08:00
jiajingbin 21881916f0 Merge branch 'main' of https://github.com/taosdata/TDengine into main 2023-01-10 09:33:12 +08:00
Shengliang Guan e194d87efa
Merge pull request #19456 from taosdata/fix/TD-21646
enh: read mnode file
2023-01-10 09:31:26 +08:00
dapan1121 a0d2da630e fix: no core file on linux 2023-01-10 09:28:04 +08:00
Haojun Liao 6a6d53b896
fix(query): fix error for retrieve data only in last files. (#19457)
* fix: add test cases;

* fix(query): fix error for retrieve data only in last files.
2023-01-09 20:55:34 +08:00
dapan1121 df2175087b fix: memory leak and invalid read issue 2023-01-09 19:47:17 +08:00
Haojun Liao 16f0900fe9 fix(query): fix error for retrieve data only in last files. 2023-01-09 19:26:39 +08:00
Haojun Liao 4bfc2fab45 fix: add test cases; 2023-01-09 19:19:12 +08:00
Shuduo Sang 1d83a8ff01
fix: install script don't install new cfg on fresh new system (#19451) 2023-01-09 19:06:22 +08:00
Shengliang Guan 012dbf3176 enh: read mnode file 2023-01-09 18:47:27 +08:00
Shengliang Guan b72248e7ed
Merge pull request #19454 from taosdata/enh/TD-21832
enh: add version for show cluster
2023-01-09 18:41:42 +08:00
Shengliang Guan 6ba5b6a287 fix: compile error 2023-01-09 17:28:27 +08:00
Shengliang Guan 284dd88b6f enh: add version for show cluster 2023-01-09 16:49:58 +08:00
Shengliang Guan 907cb73243 fix: return dropping dnode in status resp 2023-01-09 16:31:16 +08:00
Benguang Zhao 639652314f Merge branch main to FIX/TD-21428-main 2023-01-09 16:17:00 +08:00
jiajingbin 0c04813886 Merge branch 'main' of https://github.com/taosdata/TDengine into main 2023-01-09 16:15:43 +08:00
dapan1121 66f2cc2704
Merge pull request #19446 from taosdata/fix/TD-21728
fix: error code not returned issue
2023-01-09 15:43:30 +08:00
dapan1121 6b9162ad46
Merge pull request #19401 from taosdata/fix/TS-2385
fix:table name error in schemaless
2023-01-09 15:40:57 +08:00
Shengliang Guan 1cc5f59396
Merge pull request #19445 from taosdata/fix/TD-21644
enh: refact raft store file read write
2023-01-09 13:34:49 +08:00
dapan1121 71d5916030 fix: error code not returned issue 2023-01-09 13:22:11 +08:00