Commit Graph

14257 Commits

Author SHA1 Message Date
zyyang bcebfbe844
[TD-3762]<feature>: support us and ms percision for timestamp in JDBC (#5818)
* [TD-3762]<feature>: support us and ms percision for timestamp in JDBC

* change

* change

* change

* change
2021-04-15 09:51:55 +08:00
dapan1121 b1193284b8 crash issue by query cancelled 2021-04-15 09:34:28 +08:00
Shengliang Guan 9f5301a318
Merge pull request #5806 from taosdata/enhance/TD-3079
[TD-3079]<enhance>: use multi-level storage with vnode's wal files
2021-04-15 09:31:11 +08:00
Shengliang Guan a37f5a42cc
Merge pull request #5814 from taosdata/fix/TD-3766
[TD-3766]<fix>: fix fsync alter calculation
2021-04-15 09:30:33 +08:00
Elias Soong 0688c06339
Merge pull request #5817 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-04-14 18:12:47 +08:00
Elias Soong 94b21d4861 [TD-3028] <docs>: add service ports section in faq. 2021-04-14 18:12:10 +08:00
Shuduo Sang 25953723e4
[TD-3162]<fix>: taos shell command line arugments. (#5810)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-14 18:05:00 +08:00
Huo Linhe 8713f96d2f
[TD-3204]<fix>: support usigned integer types for C# connector (#5808)
Added unsigned integer types and change taosdemo insert and select queries for these types.

taos define | taos sql | c#
--- | --- | ---
UTINYINT | TINYINT UNSIGNED | `byte`
USMALLINT | SMALLINT UNSIGNED | `ushort`
UINT | INT UNSIGNED | `uint`
UBIGINT | BIGINT UNSIGNED | `ulong`
TINYINT | TINYINT | `sbyte`

Note: also change the tinyint value type to C# `sbyte`(the right signed one byte type) in this pr.
2021-04-14 17:39:56 +08:00
dapan1121 432200c091 fix bug 2021-04-14 17:28:37 +08:00
Elias Soong 63273b9fb4 [TD-2639] <docs>: add keyword "topic". 2021-04-14 17:24:22 +08:00
huili eac1049cf2
Merge pull request #5809 from taosdata/xiaoping/add_test_case
[TD-2986]<test>: add demo example into CI
2021-04-14 17:22:16 +08:00
dapan1121 73d605476c dulicated CQ created when wal is re-executed issue 2021-04-14 17:01:28 +08:00
Elias Soong 2658da451c [TD-2577] <docs>: "GROUP BY" add "HAVING" support. 2021-04-14 16:43:45 +08:00
Minglei Jin 3cb71e2dfc [TD-3766]<fix>: fix fsync alter calculation 2021-04-14 14:54:06 +08:00
Ping Xiao e3ac8a0523 [TD-2986]<test>: add demo example into CI 2021-04-14 11:04:30 +08:00
haojun Liao a20fe8d284
Merge pull request #5798 from taosdata/hotfix/TD-3757
[TD-3757]fix client crash issue
2021-04-14 10:05:36 +08:00
haojun Liao e0886b605d
Merge pull request #5799 from taosdata/hotfix/TD-3759
[TD-3759]taosd mem leak issue
2021-04-14 10:04:48 +08:00
Elias Soong e70ddee626
Merge pull request #5807 from taosdata/feature/wg/TD-3412
[TD-3412] <docs>: fix minor typo.
2021-04-14 10:04:16 +08:00
Elias Soong 2e46ae3f76 [TD-3412] <docs>: fix minor typo. 2021-04-14 10:03:53 +08:00
Minglei Jin db17a59b71 [TD-3079]<enhance>: use multi-level storage with vnode's wal files 2021-04-13 20:24:59 +08:00
Shuduo Sang d53e74bfc1
Hotfix/sangshuduo/td 3401 query statistic (#5795) (#5802)
* [TD-3401]<fix>: taosdemo query statistic.

refactor func name.

* [TD-3401]<fix>: taosdemo query statistic.

refactor func name 2.

* [TD-3401]<fix>: taosdemo support query statistic.

implementation.

* cleanup

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-13 20:12:39 +08:00
zyyang b8f6f2653d
[TD-3758]<fix>: fix setnull throw exception when jdbcType is OTHER (#5797) 2021-04-13 17:56:25 +08:00
Elias Soong de12d7c85c
Merge pull request #5803 from taosdata/feature/wg/TD-3412
Feature/wg/td 3412
2021-04-13 17:21:38 +08:00
Elias Soong 40a534fb66 [TD-3412] <docs>: create docker version for "getting start". 2021-04-13 17:21:09 +08:00
Shuduo Sang 640062a53d
Hotfix/sangshuduo/td 3401 query statistic (#5795)
* [TD-3401]<fix>: taosdemo query statistic.

refactor func name.

* [TD-3401]<fix>: taosdemo query statistic.

refactor func name 2.

* [TD-3401]<fix>: taosdemo support query statistic.

implementation.

* cleanup

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-13 16:24:42 +08:00
Shengliang Guan 33765d5d25
Merge pull request #5796 from taosdata/feature/crash_gen_master
Moved over changes from feature/crash_gen to feature/crash_gen_master
2021-04-13 16:00:10 +08:00
Shengliang Guan e2943da9df
Merge pull request #5793 from taosdata/hotfix/TD-3723
[TD-3723]
2021-04-13 15:59:44 +08:00
dapan1121 9e370964ff taosd mem leak issue 2021-04-13 14:38:24 +08:00
dapan1121 4c152b6724 fix client crash issue 2021-04-13 14:36:01 +08:00
skye0207 ec582d3996
add docker doc 2021-04-13 14:18:33 +08:00
Steven Li b6ee0c8fc7 Moved over changes from feature/crash_gen to feature/crash_gen_master 2021-04-13 05:49:22 +00:00
Shengliang Guan 3806a2da63
Merge pull request #5784 from taosdata/hotfix/TD-3723
[TD-3723]
2021-04-13 13:27:59 +08:00
huili 289b805388
Merge pull request #5787 from taosdata/origin/master
Origin/master
2021-04-13 07:40:43 +08:00
Haojun Liao 4e4e7b2454 [td-2895]enable arithmetic calculation for super table. 2021-04-12 22:48:21 +08:00
Shuduo Sang c344a2b435
Hotfix/sangshuduo/td 3683 for master (#5786)
* [TD-3752]<fix>: taosdemo columns+tags+ts must less then 1024. (#5782)

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-3683]<fix>: taosdemo create lots of tables.

clean up.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-12 21:38:38 +08:00
Elias Soong 12055a2935
Merge pull request #5788 from taosdata/docs/Update-Latest-Feature
[TD-3754] <docs>: correct the meaning of slimit option.
2021-04-12 18:58:52 +08:00
Elias Soong eed1961dc2 [TD-3754] <docs>: correct the meaning of slimit option. 2021-04-12 18:58:30 +08:00
Haojun Liao a0c216613a [td-225]fix bugs. 2021-04-12 18:28:24 +08:00
Shuduo Sang 4876811b9d
Hotfix/sangshuduo/td 3683 taosdemo lots tables (#5783)
* [TD-3683]<fix>: reduce buffer size for more stable table creation.

* [TD-3683]<fix>: taosdemo create lots of tables.

clean up.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-12 18:12:21 +08:00
huili 3c1f76ad98
Merge pull request #5780 from taosdata/test/jenkins
[TD-3751]update Jenkins mail notification
2021-04-12 17:24:32 +08:00
Shengliang Guan c1289b4075 [TD-3723] 2021-04-12 08:41:20 +00:00
Shuduo Sang ea771cee59
[TD-3752]<fix>: taosdemo columns+tags+ts must less then 1024. (#5782)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-12 14:35:32 +08:00
Shuduo Sang 802869e5b9
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5779)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-12 13:19:17 +08:00
liuyq-617 72ab7e8abc [TD-3751]update Jenkins mail notification 2021-04-12 11:37:48 +08:00
Shuduo Sang 16e145b73d
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5776)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-12 11:19:52 +08:00
Elias Soong 40b2a5e74f
Merge pull request #5777 from taosdata/docs/Update-Latest-Feature
[TD-3606] <docs>: locale & charset options will not be checked when d…
2021-04-12 10:50:21 +08:00
Elias Soong 74487212fe [TD-3606] <docs>: locale & charset options will not be checked when dnode add to cluster. 2021-04-12 10:49:56 +08:00
zyyang f1f6a57245
Hotfix/td 3689 (#5754)
* [TD-3689]<fix>: fix setNull exception in JDBC

* change

* change
2021-04-12 10:14:06 +08:00
Shengliang Guan 60e6729d7a
Merge pull request #5759 from taosdata/master
Merge from master into develop
2021-04-12 09:08:33 +08:00
haojun Liao 053785bbf9
Merge pull request #5772 from taosdata/fix/query
Fix/query
2021-04-12 08:03:38 +08:00