Commit Graph

14889 Commits

Author SHA1 Message Date
xywang 1ec2cff29a [TD-5784]<fix>: fixed a wrong check 2021-08-09 11:04:16 +08:00
xywang 1cf81a8594 [TD-5784]<fix>: fixed some potential memory leak bugs 2021-08-06 11:48:20 +08:00
Shuduo Sang c6474ce1bc
Hotfix/sangshuduo/td 5811 taosdemo delay us for 2.0 (#7205)
* [TD-5811]<fix>: taosdemo use us to count delay.

to avoid very large number if the delay is 0ms.

* fix interlace delay unit.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-06 09:17:27 +08:00
Shengliang Guan ece9cc9acf
Merge pull request #7200 from taosdata/release/ver-2.0.20.12
change version number
2021-08-06 09:15:17 +08:00
Shuduo Sang 1c7fe38384
Hotfix/sangshuduo/td 5725 taosdump help timestamp for 2.0 (#7192)
* [TD-5725]<fix>: taosdump --help, regarding acceptable timestamp.

* make example date time same.
2021-08-06 00:38:16 +08:00
tomchon 988f3f72fc modify dockerManifest.sh 2021-08-05 20:52:39 +08:00
Shuduo Sang 8b4f05d43a
[TD-5811]<fix>: taosdemo use us to count delay. (#7183)
to avoid very large number if the delay is 0ms.
2021-08-05 18:55:59 +08:00
Hui Li 2e0b7f0c85
Merge pull request #7167 from taosdata/tomchon-patch-2
Update version.inc
2021-08-05 14:30:35 +08:00
Shuduo Sang 3e62ea5041
[TD-5790]<fix>: taosdemo memory corrupted. (#7170) 2021-08-05 09:54:31 +08:00
haoranchen d3a6db53b3
Update version.inc 2021-08-04 19:57:18 +08:00
Yiqing Liu 891978882a
[TD-5783]<CI>add test for 2.0 branch (#7153)
* [TD-5783]<CI>add test for 2.0 branch

* fix

* fix
2021-08-04 18:18:34 +08:00
Shuduo Sang f5a9b37c28
[TD-5702]<fix>: taosdemo remove memory operation. (#7116)
* [td-5654]<fix>: fix the bug caused by unexpected error code.

* [td-5707]<fix>: fix bug in interp query while only one row exists in a table.

* [TD-5702]<fix>: taosdemo remove memory operation.

* [TD-5702]<fix>: taosdemo remove memory operation.

* add remainderBufLen to check row data generation.

* row data generation with remainder buffer length checking.

Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-03 14:14:52 +08:00
tomchon 6816c59b2b change version number 2021-08-02 23:39:53 +08:00
Haojun Liao 5bae5cd2ba
Merge pull request #7108 from taosdata/fix/query
[td-5654]<fix>: fix the bug caused by unexpected error code.
2021-08-02 18:55:23 +08:00
Zhiyu Yang 98472086d1
[TD-5614]<hotfix>: handle client and server time not synchronized (#7109) 2021-08-02 17:39:31 +08:00
Haojun Liao 8412c93140
Merge pull request #7105 from taosdata/hotfix/TD-5681
[TD-5681]<fix>: show queries not work when taosd is rebooted
2021-08-02 15:51:31 +08:00
Haojun Liao 2e9e8434b4 [td-5707]<fix>: fix bug in interp query while only one row exists in a table. 2021-08-02 15:44:28 +08:00
Haojun Liao f73506be56 [td-5654]<fix>: fix the bug caused by unexpected error code. 2021-08-02 15:32:18 +08:00
Haojun Liao 9b3ca08c37
Merge pull request #7082 from taosdata/hotfix/TD-5582
[TD-5582]fix interp issues
2021-08-02 10:35:10 +08:00
wpan 23848d45b0 add connection info to cache when taosd reboot while taos remains open 2021-08-02 10:34:20 +08:00
Shuduo Sang ede06b75aa
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#7099)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* 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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-01 13:08:14 +08:00
Shuduo Sang 310ef26829
[TD-5625]<fix>: taosdemo don't use printf for data generation. (#7094)
* [TD-5625]<fix>: taosdemo don't use printf for data generation.

* re cherry-pick
2021-08-01 10:33:28 +08:00
wpan 755f666e2a fix bug 2021-07-30 14:30:32 +08:00
Shuduo Sang 3102cdee2e
Hotfix/sangshuduo/td 5445 for master (#7083)
* [TD-5445]<fix>: taosdemo bug stmt interface with sample data.

sync from develop branch.

* refactoring some macros.

* fix mac compile error.
2021-07-30 14:18:05 +08:00
Shuduo Sang fae99ad04d
[TD-5628]<fix>: prompt --force-keep-file if upgrade lower version with 2.0.16.0 (#7080) 2021-07-30 13:13:38 +08:00
Hui Li 1f4d51c1bc
Merge pull request #7068 from taosdata/test/TD-5401-m
[TD-5401]make CI happy
2021-07-30 11:51:31 +08:00
wpan 63e5c2147b Merge branch 'master' into hotfix/TD-5582 2021-07-30 10:39:29 +08:00
wpan ca985ec7c6 fix interp bug 2021-07-30 10:38:15 +08:00
liuyq-617 cd744f5fa7 fix 2021-07-30 09:35:58 +08:00
Shuduo Sang c6f660a88e
Hotfix/sangshuduo/td 3973 use jemalloc for master (#7074)
* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: add jemalloc as submodule.

* [TD-3973]<feature>: use jemalloc.

build works as following instructions:

cmake .. -DJEMALLOC_ENABLED=true

make

* fix jemalloc at tag 5.2.1

* fix conflicts

* make install works.

* fix conflicts.

* release script works.

* fix typo

* [TD-3937]<feature>: support jemalloc

add install funtion to all scripts.

* adjust install_jemalloc() position for check compatibility.

* fix position bug.

* add ldconfig for jemalloc library cache refresh.

* cherry pick from develop branch.

* cherry pick from develop branch.

* fix install_jemalloc() in install_client.sh.

* fix makeclient.sh.

* fix install script typo mistake.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-29 23:28:47 +08:00
Hui Li 4c2ccf5bb2
Merge pull request #7064 from taosdata/test/jenkins-m
revert sani
2021-07-29 18:36:35 +08:00
liuyq-617 eefa3cf5d1 change 2021-07-29 18:17:31 +08:00
liuyq-617 7ae5f04d3e Empty Commit 2021-07-29 16:41:09 +08:00
liuyq-617 d0b7e937ac make CI happy 2021-07-29 14:11:09 +08:00
liuyq-617 0c08c44f7a fix error 2021-07-29 13:49:15 +08:00
liuyq-617 f4b07ce5d9 revert sani 2021-07-29 11:05:59 +08:00
Haojun Liao af22f075ed
Merge pull request #7058 from taosdata/fix/query
[td-5600]<fix>: fix fill caused client crashed in join query.
2021-07-29 10:31:44 +08:00
Hui Li 702d50aef9
Merge pull request #7061 from taosdata/test/jenkins-m
[TD-5536]update  local jenkins
2021-07-29 09:49:08 +08:00
liuyq-617 f97784ad7a [TD-5536]update local jenkins 2021-07-29 09:36:57 +08:00
Shuduo Sang fb62d4bb8e
[TD-5591]<fix>: taosdemo coredump when query 4096 columns. (#7055) 2021-07-28 17:53:39 +08:00
Haojun Liao 953f72ec1d [td-5600]<fix>: fix fill caused client crashed in join query. 2021-07-28 17:43:50 +08:00
Shengliang Guan 82eaa2a503
Merge pull request #7047 from taosdata/fix/tsim-negative-lenght-nchar-binary
tsim/nchar-binary: fix negative length crash
2021-07-28 17:40:08 +08:00
Hongze Cheng abe4052ccb
Merge pull request #7044 from taosdata/hotfix/TD-5574
[TD-5574]<hotfix>: fix change KV row value coredump
2021-07-28 14:14:16 +08:00
Minglei Jin ed42374893 tsim/nchar-binary: fix negative length crash 2021-07-28 11:14:20 +08:00
Hongze Cheng 97850874a7 fix typo causing coredump 2021-07-28 10:55:21 +08:00
Hongze Cheng 7cc108be68
Merge pull request #7042 from taosdata/enhance/TD-5356
[TD-5356]<enhance>: default numOfMnodes to 1 instead of 3
2021-07-28 10:08:44 +08:00
Hongze Cheng 8a14e175c9
Merge pull request #7040 from taosdata/fix/TD-5558
[TD-5558]<fix>: fix invalid read memory issue
2021-07-28 10:07:40 +08:00
Hongze Cheng 51de627d2b [TD-5574]<hotfix>: fix change KV row value coredump 2021-07-27 18:56:02 +08:00
Minglei Jin 140f705c52 [TD-5356]<enhance>: default numOfMnodes to 1 instead of 3 2021-07-27 17:22:18 +08:00
Minglei Jin 0d467bb0cd [TD-5558]<fix>: fix invalid read memory issue 2021-07-27 16:35:13 +08:00