Commit Graph

14765 Commits

Author SHA1 Message Date
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
Minglei Jin b9ccb24aa7 [TD-4593]<fix>: fix vnode cannnot close while syncing 2021-06-30 16:44:35 +08:00
Minglei Jin ae9c561665 [TD-4826]<fix>: no extra sleep if no message in vwqueue 2021-06-30 16:42:07 +08:00
Shuduo Sang 2771246403
[TD-4987]<fix>: issues memory sanitizier detected. (#6675) 2021-06-30 13:47:06 +08:00
Haojun Liao 562d82ed68
Merge pull request #6662 from taosdata/bugfix/TD-4915
[TD-4915]<fix> fix show-create-database except
2021-06-30 11:30:47 +08:00
wpan 660d10cec0 fix offset issue 2021-06-30 11:17:40 +08:00
Shuduo Sang d026b922a7
Hotfix/sangshuduo/td 4892 taosdemo sub fetch (#6669)
* [TD-4892]<fix>: taosdemo subscribe fetch result.

* fix stbname length.

* restrict prefix length.

* submit empty

* fix minor code.

* fix crash if no result file.

* decrease few debug print level.
2021-06-29 21:47:12 +08:00
yihaoDeng 5d053556c0 [TD-4915]<fix> fix show-create-database except 2021-06-29 11:54:00 +08:00
Hui Li 1ebc34f7d0
Merge pull request #6631 from taosdata/test/chr
[TD-3414]<test>: update taosdemo testcase of query and sub
2021-06-29 10:21:03 +08:00
Shuduo Sang 1d36b99e91
[TD-4918]<fix>: taosdemo subscribe endAfterResume. (#6653) 2021-06-28 18:58:47 +08:00
tomchon 7b9663b41a Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-06-28 18:50:25 +08:00