Commit Graph

14947 Commits

Author SHA1 Message Date
Shuduo Sang 7c1e067c3a
[TD-5333]<fix>: taosdemo normal table binary overflow. (#6890) 2021-07-17 09:04:04 +08:00
Shuduo Sang cd6587b6db
Hotfix/sangshuduo/td 5242 taosdemo support 4096 for master (#6886)
* [TD-5242]<feature>: taosdemo support max columns align with TSDB defines.

* fix records/sec format.
2021-07-17 05:57:18 +08:00
Haojun Liao e6842e2256 [td-5278]<enhance>: enable the show queries display the projection query on super tables. 2021-07-16 18:55:56 +08:00
Shuduo Sang cde55723cb
Hotfix/sangshuduo/td 5300 taosdemo stmt print for master (#6883)
* [TD-5300]<fix>: taosdemo stmt debug print.

* fix default iface is unknown.
2021-07-16 15:33:10 +08:00
Haojun Liao 00a84f9fb3
Merge pull request #6877 from taosdata/hotfix/TD-5304
[TD-5304]add null protection
2021-07-16 10:03:27 +08:00
wpan b60de12546 add null protection 2021-07-15 18:20:53 +08:00
Haojun Liao 97294c7e9d
Merge pull request #6863 from taosdata/hotfix/m-TD-5206
[TD-5206]<fix>:join not work for some data types issue
2021-07-15 13:59:57 +08:00
Shuduo Sang 2d0bcfbeb6
[TD-5242]<feature>: taosdemo support max columns align with TSDB defines. (#6866) 2021-07-15 11:14:27 +08:00
Shuduo Sang 6fc8211adf
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#6864)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.
2021-07-14 22:10:51 +08:00
wpan 73e1c303ba fix windows compile error 2021-07-14 18:04:16 +08:00
wpan 64ca1f7274 fix join issues 2021-07-14 17:13:04 +08:00
Shuduo Sang 2279617750
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#6853)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.
2021-07-14 14:51:52 +08:00
Shuduo Sang 5528a0d7d5
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#6836)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.
2021-07-12 19:08:29 +08:00
Shuduo Sang 8b27da7165
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue (#6832)
* [TD-3801]<fix>: taosdump coverity scan issue.

* merge from commit: 069169e7c1 and fix coverity scan issue.

* fix converity issues

* fix converity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 22:36:41 +08:00
Shuduo Sang 6fc8a6f537
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#6830)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

* fix converity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 20:24:39 +08:00
tomchon 76985feccb modify docker_manifest.sh 2021-07-11 19:39:16 +08:00
Shuduo Sang ba76e69895
Hotfix/sangshuduo/td 3801 taosdump coverity scan issue (#6828)
* [TD-3801]<fix>: taosdump coverity scan issue.

* merge from commit: 069169e7c1 and fix coverity scan issue.

* fix converity issues

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-11 11:21:34 +08:00
tomchon 6956334264 Merge branch 'master' of github.com:taosdata/TDengine into release/ver-2.0.20.9 2021-07-09 18:02:58 +08:00
Shuduo Sang 373f1ed483
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6821)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 17:55:40 +08:00
tomchon de636590e6 Merge branch 'master' of github.com:taosdata/TDengine into release/ver-2.0.20.9 2021-07-09 16:55:52 +08:00
Shuduo Sang edb61e7caf
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6820)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-09 16:49:21 +08:00
tomchon cc3c612485 Merge branch 'master' of github.com:taosdata/TDengine into release/ver-2.0.20.9 2021-07-09 16:43:49 +08:00
Shuduo Sang a9d577d083
Hotfix/sangshuduo/td 5108 lua support for master (#6813)
* [TD-5108]<feature>: support lua on Windows and Mac

* fix compile warning on mac
2021-07-09 09:48:31 +08:00
Shuduo Sang 0e2629dc10
Hotfix/sangshuduo/td 5128 odbc compile failure for master (#6810)
* [TD-5128]<fix>: odbc compile failed.

* fix cmake minimum version complain on mac and windows.

* fix visual studio 2012 build issue.
2021-07-08 23:35:40 +08:00
Haojun Liao 3184a12967
Merge pull request #6801 from taosdata/fix/TD-4991
[TD-4991]<fix>: fix build failure on MacOS with apple m1 chip (#6688)
2021-07-08 16:09:27 +08:00
Shuduo Sang 23f89b505d
[TD-5128]<fix>: odbc compile failed. (#6805) 2021-07-08 15:58:40 +08:00
Ganlin Zhao 580d1f75ba [TD-4991]<fix>: fix build failure on MacOS with apple m1 chip (#6688)
* Fix build failure on MacOS with apple m1 chip

* Fix build failure on MacOS with apple m1 chip
2021-07-08 12:08:04 +08:00
Ganlin Zhao 14d2e0a6a8 [TD-4991]<fix>: fix build failure on MacOS with apple m1 chip (#6688)
* Fix build failure on MacOS with apple m1 chip

* Fix build failure on MacOS with apple m1 chip
2021-07-08 11:22:43 +08:00
Shuduo Sang 23e7593b44
fix issue memory sanitizer detected. (#6793) 2021-07-07 22:20:10 +08:00
tomchon 1e021fd254 modify release scripts and change version number 2021-07-07 20:27:18 +08:00
tomchon 30bfd495e6 modify release scripts and change version number 2021-07-07 20:25:10 +08:00
Shuduo Sang 175202e036
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 19:48:08 +08:00
Shuduo Sang 5f95e7d2fd
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6789)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-07 19:26:09 +08:00
Shuduo Sang 2774590e79
Hotfix/sangshuduo/td 5100 gtest centos for master (#6781)
* cherry pick from develop branch.

* detect both shared library and static library.
2021-07-07 18:56:37 +08:00
Shuduo Sang 0d7fbe1f01
Hotfix/sangshuduo/td 5053 taosdump support nanosecond for master (#6778)
* cherrypick from develop branch

* fix arm32 compile issue.

* [TD-5053]<feature>: taosdump supports nanosecond.

* fix precision parsing order issue.

* [TD-5053]<fix>: taosdump support nanosecond.

pre-cherry-pick.
2021-07-07 16:54:14 +08:00
Shengliang Guan d3e3a34308
Merge pull request #6777 from taosdata/fix/TD-4705
[TD-4705]<fix>: disallow file sync starting when vnode closing
2021-07-07 15:00:18 +08:00
Hui Li b45fbe0896
Merge pull request #6775 from taosdata/test/TD-5063-m
Test/td 5063 m
2021-07-07 13:38:45 +08:00
Minglei Jin c497ea9531 [TD-4705]<fix>: disallow file sync starting when vnode closing 2021-07-07 11:53:45 +08:00
happyguoxy 96e483ea96 [TD-5063]<test>:test insert locking bug 2021-07-07 10:42:18 +08:00
happyguoxy ba3a2695f1 [TD-5063]<test>:test insert locking bug 2021-07-07 10:42:00 +08:00
Shuduo Sang ad7a59d759
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6768)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 19:32:07 +08:00
Shuduo Sang 833c94b88e
[TD-5067]<fix>: taosdemo stmt use sample data (#6760) 2021-07-06 18:39:17 +08:00
Shuduo Sang 1d25f5f6be
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6765)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:30:52 +08:00
Shuduo Sang c7a1fd0a26
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6763)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 18:00:20 +08:00
Shuduo Sang c9c6a92569
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6753)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-06 12:37:39 +08:00
Hui Li c14b74ef58
Merge pull request #6738 from taosdata/test/TD-4985-m
Test/td 4985 m
2021-07-06 10:11:57 +08:00
Haojun Liao 95a1c95609
Merge pull request #6742 from taosdata/hotfix/TD-5021
[TD-5021]fix dead loop issue
2021-07-05 18:25:21 +08:00
Hui Li e34cb5a728
Merge pull request #6745 from taosdata/xiaoping/test_case
fix taosdemoPerformance.py runtime error
2021-07-05 17:29:55 +08:00
Ping Xiao 748fadeeff fix taosdemoPerformance.py runtime error 2021-07-05 17:22:45 +08:00
wpan b77eb38d42 fix dead loop issue 2021-07-05 13:27:00 +08:00