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
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
Shuduo Sang
b993a05960
[TD-5543]<fix>: taosdump precision description and display. ( #7031 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 14:49:38 +08:00
Shuduo Sang
2d6e305118
add prompt msg if WAL size exceeds limit. ( #7033 )
2021-07-27 14:03:50 +08:00
Zhiyu Yang
15b616c32e
Fix/td 5506 ( #7022 )
...
* slove conflict
* [TD-5506]<fix>: throw SQLException in HttpClientPoolUtil
2021-07-27 13:19:47 +08:00
Shengliang Guan
53480b07c0
Merge pull request #7005 from taosdata/fix/TD-5512
...
[TD-5512]<fix>: fix arbitrator offline caused by vnode destroying
2021-07-27 10:21:52 +08:00
Shuduo Sang
10956b4a5e
Feature/sangshuduo/td 4068 taosdemo stmt for master ( #7020 )
...
* [TD-4068]<feature>: taosdemo support stmt.
for easy merge purpose. disabled in master.
* fix clang compile error.
* fix memory leak, add more macros. change sqlcount to int
* fix rest segfault.
* add stmt_errstr() for reason print.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 07:59:28 +08:00
Shuduo Sang
2d20b42588
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master ( #7013 )
...
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-26 09:51:49 +08:00
Linhe Huo
ea33ca91d3
[TD-5476]<fix>: update to latest grafanaplugin ( #6991 )
2021-07-25 22:58:46 +08:00
Shuduo Sang
f026716c16
Hotfix/sangshuduo/td 5479 taosdump s e for master ( #6995 )
...
* [TD-5479]<fix>: taosdump -S -E does not work.
* taosdemo support timestamp step from command line.
* fix help msg.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-24 15:08:33 +08:00
Zhiyu Yang
763b4f3b1d
Release/td 5493 ( #6993 )
...
* merge jdbc update on develop into master
* remove useless test cases
* change
* change
* remove uneccesary test case
* change
2021-07-23 23:04:29 +08:00
Minglei Jin
fa75676613
[TD-5512]<fix>: fix arbitrator offline caused by vnode destroying
2021-07-23 20:24:34 +08:00
Haojun Liao
9c23c91870
Merge pull request #6956 from taosdata/hotfix/td-5431-master
...
[TD-5431]<fix>:taken into accout data length when compare nchar bytes
2021-07-23 11:58:02 +08:00
Hui Li
b170a07253
Merge pull request #6978 from taosdata/test/TD-5338-m
...
[TD-5338]<test>:test stable interval function
2021-07-23 10:39:04 +08:00