Commit Graph

14775 Commits

Author SHA1 Message Date
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
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
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
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
Shuduo Sang b514f237d1
[TD-5018]<fix>: taosdemo prompt if the batch is too large to insert data. (#6736) 2021-07-05 13:08:17 +08:00
happyguoxy d72671fd73 [TD-4985]<test>:test query limit and offset function 2021-07-05 11:37:11 +08:00
happyguoxy 180b8a279f [TD-4985]<test>:test query limit and offset function 2021-07-05 11:36:30 +08:00
happyguoxy ab1fadef86 [TD-4985]<test>:test query limit and offset function 2021-07-05 11:36:06 +08:00
happyguoxy 26e42a0350 [TD-4985]<test>:test query limit and offset function 2021-07-05 11:35:30 +08:00
Shuduo Sang 4cc087ecb0
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#6725)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-02 22:52:21 +08:00
Shuduo Sang 93b9371ee8
Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6723)
* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.

* fix illegal input value of consume.
2021-07-02 18:33:42 +08:00
Shuduo Sang 6d94bb059a
Hotfix/sangshuduo/td 4838 taosdump binary len bug (#6713)
* [TD-4838]<fix>: taosdump binary length bug.

* taosdump code refactoring.

* fix arm32 compile issue.
2021-07-02 12:09:08 +08:00
Haojun Liao 51b975f964
Merge pull request #6712 from taosdata/fix/query
[td-4748]<fix>:fix the temp file generate bug on windows.
2021-07-02 12:05:22 +08:00
Shengliang Guan 84a27b1845
Merge pull request #6707 from taosdata/hotfix/tmq
Hotfix/tmq
2021-07-02 09:14:12 +08:00
Shuduo Sang 88cc5e5e87
[TD-5007]<fix>: use build directory's taosdump to test. (#6710)
btw, solve two taosdemo test cases too.
2021-07-01 23:28:19 +08:00
Shengliang Guan f4751fdf65 change cmake options 2021-07-01 20:39:12 +08:00
Haojun Liao 6cd5224d69 [td-4748]<fix>:fix the temp file generate buf on windows platform. 2021-07-01 19:48:05 +08:00
Shengliang Guan cf9a252f1f only compile in lua 2021-07-01 17:52:48 +08:00
Shengliang Guan 85532793d6 TD-4835 2021-07-01 16:56:42 +08:00
Shuduo Sang 02051bf8d8
Hotfix/sangshuduo/td 3973 use jemalloc for master (#6702)
* [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

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-01 16:48:14 +08:00
Haojun Liao b8cef1a242
Merge pull request #6700 from taosdata/fix/TD-4828
[TD-4828]<fix> handle dnode exit code
2021-07-01 16:46:09 +08:00
yihaoDeng 6dcaa1605a [TD-4828]<fix> handle dnode exit code 2021-07-01 10:58:02 +08:00
Shuduo Sang 33d3674f43 Hotfix/sangshuduo/td 4987 detected by mem sanitizer (#6684)
* [TD-4987]<fix>: issues memory sanitizier detected.

* fix mask width issue.
2021-07-01 10:11:51 +08:00
Hongze Cheng 74d7e80fca
Merge pull request #6693 from taosdata/fix/TD-4593
[TD-4593]<fix>: fix vnode cannnot close while syncing
2021-07-01 10:01:42 +08:00
Haojun Liao 47195680ec
Merge pull request #6676 from taosdata/hotfix/TD-4985
[TD-4985]fix offset issue
2021-07-01 09:55:02 +08:00
Shuduo Sang 1be31a62a8
Hotfix/sangshuduo/td 4918 taosdemo sub afterconsume (#6685)
* [TD-4918]<fix>: taosdemo subscribe endAfterResume.

* fix mask length.

* fix heap use-after-free.
2021-06-30 22:04:23 +08:00