Commit graph

11795 commits

Author SHA1 Message Date
Shengliang Guan
f4e648b7f9 minor changes 2021-11-02 14:35:04 +08:00
Shengliang Guan
2f36662750 remove mgmt from vnode 2021-11-01 19:49:44 +08:00
Haojun Liao
c3f4d74f9b Merge branch '3.0' into feature/3.0_liaohj 2021-10-27 17:28:02 +08:00
Haojun Liao
562dfa9eb0 [td-10564]Add implementation for planner. 2021-10-27 17:23:58 +08:00
Haojun Liao
3f84c37db3 [td-10564] Add more implementation of parser. 2021-10-23 12:51:29 +08:00
Shengliang Guan
8f4da1545f [TD-10431] remove mnode files 2021-10-16 13:37:35 +08:00
Shengliang Guan
28341e3182 [TD-10432] add vnode files to vnode module 2021-10-10 21:36:32 +08:00
lichuang
3279770f50 [feature][TD-10557]add raft interface 2021-10-09 16:25:58 +08:00
lichuang
9eafb7d8b9 [feature][TD-10557]add raft interface 2021-10-09 16:24:07 +08:00
Haojun Liao
77094cc5ab [td-10529]fix compiler error. 2021-10-08 21:52:18 +08:00
Haojun Liao
819c7fc030 [td-10529] fix compiler error 2021-10-08 20:33:46 +08:00
Haojun Liao
bb97be2a5f [td-10529] merge 3.0. 2021-10-08 11:55:50 +08:00
Haojun Liao
949b62cc44 [td-10529] merge 3.0. 2021-10-08 11:54:12 +08:00
Haojun Liao
e477c355f3 [TD-10529]add new files. 2021-10-08 10:41:20 +08:00
Shengliang Guan
8ccd079f6e rename tulog.h ulog.h 2021-10-04 21:01:03 +08:00
Shengliang Guan
140ec7c8aa [TD-10430] adjust util and common module 2021-10-04 12:09:50 +08:00
Shengliang Guan
c0a171b144 [TD-10430] adjust os module 2021-10-03 10:32:14 +08:00
Shengliang Guan
7af18fc96c add some os files 2021-09-30 16:41:02 +08:00
Shengliang Guan
a0aa00b51d remove old dnode files 2021-09-30 13:44:10 +08:00
Shengliang Guan
676819f31f [TD-10430] add transport for compile errors 2021-09-30 13:43:41 +08:00
Shengliang Guan
0d36837ee5 [TD-10430] compile error while add dnode module 2021-09-30 13:40:57 +08:00
Hongze Cheng
3c4d552182 refact 2021-09-23 15:50:12 +08:00
Hongze Cheng
79aff97033 refact 2021-09-22 16:05:46 +08:00
Hongze Cheng
4c7993afbb refact 2021-09-22 15:31:07 +08:00
Hongze Cheng
b519492895 refact 2021-09-22 13:23:27 +08:00
Hongze Cheng
543e908a8c refact 2021-09-22 13:14:00 +08:00
Hongze Cheng
19c3caf4c3 refact 2021-09-22 11:41:43 +08:00
Hongze Cheng
72bdaf1014 refact 2021-09-22 11:04:14 +08:00
Hongze Cheng
80c3d406b5 refact 2021-09-22 10:46:19 +08:00
Hongze Cheng
bddec203b6 refact 2021-09-22 10:32:42 +08:00
Hongze Cheng
3b227a5f73 refact 2021-09-21 21:15:58 +08:00
Hongze Cheng
88f158340b refact 2021-09-21 21:02:20 +08:00
Shuduo Sang
0fc2985bf2
[TD-5757]<fix>: taosdump precision. (#7896) 2021-09-14 23:20:38 +08:00
Shuduo Sang
f449f25078
Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7875)
* [TD-5872]<fix>: taosdemo stmt improve.

* refactor stmt functions.

* [TD-5872]<fix>: taosdemo stmt csv perf improve.

* rand func back to early impl.

* fix windows/mac compile error.

* fix empty tag sample.

* [TD-5873]<test>add stmt’performance taosdemo testcase

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

* revert thread number.

* rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality.

* split func for stmt interlace.

* fix bug that get build path.

* stmt batch interlace works.

* fix start time issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-13 22:24:25 +08:00
Shuduo Sang
1f0b6a6c3d
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7881)
* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix coverity scan issues.

check super tbl info pointer.

* [TD-3197] <fix>: fix coverity scan issues.

move sub tbl query thread join into loop

* [TD-3197] <fix>: fix coverity scan issues.

remove unused variable

* [TD-3197] <fix>: fix coverity scan issues.

use more secure random library

* [TD-3197] <fix>: fix coverity scan issues.

use strncpy for more safe

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

replace arc4random with rand().

* [TD-3197] <fix>: fix coverity scan issues.

check stb info pointer for start time

* [TD-3197] <fix>: fix coverity scan issues.

fix strcpy vulnerability

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

modify taosdemoTest2. try to check database continously.

* [TD-3197] <fix>: taosdemo coverity scan issues.

* [TD-3197] <fix>: fix memory leak when parsing arguments.

* [TD-3197] <fix>: fix cmake strip arguments.

* [TD-3197] <fix>: taosdemo coverity scan.

fix cmake string manipulation.

* [TD-3197]<fix>: taosdemo coverity scan issue.

configDir buffer overwrite.

* [TD-3197]<fix>: coverity scan issue.

taosdump argument validation.

* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* [TD-3197]<fix>: taosdemo coverity scan.

append result buf to file. for develop branch.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

* fix coverity scan memory leak.

* fix resource leak reported by coverity scan.

* fix taosdemo coverity scan issue.

* fix tcsetattr and getchar return value determination bug.

* fix coverity scan issue.

* fix two more coverity scan issues.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-09-13 19:22:59 +08:00
dapan1121
2fbaf13729
Merge pull request #7826 from taosdata/feature/szhou/regex-nmatch
support match/nmatch relation between binary/nchar tbname/tag/col and posix regular expression
2021-09-13 17:38:23 +08:00
Zhiyu Yang
616eb0e738
[test]<TS-242>: add test case for JDBCType and DataType compare (#7883) 2021-09-13 16:51:39 +08:00
shenglian zhou
f79bcf1d5f [TD-6616]<fix>:check the right side of match to be a node value of binary type 2021-09-13 13:20:20 +08:00
shenglian zhou
13d8bb8348 Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 11:19:41 +08:00
dapan1121
b1b09f65bf
Merge pull request #7825 from taosdata/feature/TD-6443
[TD-6443]<feature>: Support OpenTSDB HTTP JSON data import format
2021-09-13 10:03:05 +08:00
shenglian zhou
e15abb2eac Merge branch 'develop' into feature/szhou/regex-nmatch 2021-09-13 09:22:42 +08:00
dapan1121
10db0c2b68
Merge pull request #7854 from taosdata/fix/TS-263
[TS-263]<fix>: make response of alter consistent with create and drop
2021-09-13 09:07:41 +08:00
dapan1121
db129349b9
Merge pull request #7876 from taosdata/fix/TD-6416
[TD-6416]<fix>: fixed memory leak and crash bug
2021-09-13 09:05:48 +08:00
Haojun Liao
230164c669
Merge pull request #7871 from taosdata/feature/query
Feature/query
2021-09-12 14:35:56 +08:00
xywang
52e92cd3ed [TD-6416]<fix>: fixed memory leak and crash bug 2021-09-12 02:46:36 +08:00
Haojun Liao
c90d48a763 [td-6563]set the value to be 0 if the corresponding attributes are missing in query message. 2021-09-11 15:45:01 +08:00
Haojun Liao
6c1eb1ee92 [td-6563]fix compiler error. 2021-09-11 15:07:50 +08:00
Alex Duan
7f9169cab6
Merge pull request #7545 from taosdata/long_query
Long query
2021-09-11 12:02:23 +08:00
Shuduo Sang
d42ed29138
Hotfix/sangshuduo/td 5872 taosdemo stmt improve (#7853)
* [TD-5872]<fix>: taosdemo stmt improve.

* refactor stmt functions.

* [TD-5872]<fix>: taosdemo stmt csv perf improve.

* rand func back to early impl.

* fix windows/mac compile error.

* fix empty tag sample.

* [TD-5873]<test>add stmt’performance taosdemo testcase

* add data_type enum and stmt_batch framework.

* use data type enum and fix test case limit/offset.

* revert thread number.

* rename MAX_SAMPLES_ONCE_FROM_FILE to reflect reality.

* split func for stmt interlace.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: tomchon <haoran920c@163.com>
2021-09-10 15:45:49 +08:00
Haojun Liao
394896cb1d [td-6563] 2021-09-10 15:42:38 +08:00