Shengliang Guan
ec79a70e40
Merge from master
2021-05-22 14:37:55 +08:00
Shengliang Guan
4e4f2aee8a
Merge pull request #6198 from taosdata/hotfix/TD-3279
...
[TD-3279] Send confirmation message when vnode is down
2021-05-22 14:27:59 +08:00
Shengliang Guan
4e39ed41a5
[TD-3279] Send confirmation message when vnode is down
2021-05-22 13:13:55 +08:00
Shuduo Sang
2d43e7f06a
add mips64 build instruction. ( #6190 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-22 11:55:12 +08:00
Shuduo Sang
171ca11a0a
Update README-CN.md ( #6191 )
2021-05-22 11:54:50 +08:00
Shuduo Sang
fc394200e4
Hotfix/sangshuduo/td 4240 taosdemo subscribe toomuch for develop ( #6193 )
...
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.
* [TD-4240]<fix>: taosdemo subscribe more than 100.
fix tsub sequence bug.
* [TD-4240]<fix>: taosdemo subscribe more than 100.
fix auto create table.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 23:20:42 +08:00
Shuduo Sang
c74651a6cb
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 for develop ( #6189 )
...
* [TD-4136]<fix>: taosdemo records per req more than 32767.
for develop branch.
* change taosRandom() to rand_bool() for bool data.
* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.
check insert rows for progressive.
* fix with answer_yes.
* fix interlace rows checking position.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 21:35:41 +08:00
Shuduo Sang
dbf565c9e6
Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 ( #6192 )
...
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.
* [TD-4240]<fix>: taosdemo subscribe more than 100.
fix tsub sequence bug.
* [TD-4240]<fix>: taosdemo subscribe more than 100.
fix auto create table.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 21:35:01 +08:00
huili
06373ae464
Merge pull request #6195 from taosdata/hotfix/test
...
[TD-4182]<test> specify column for single batch bind
2021-05-21 19:54:24 +08:00
root
83187703a8
[TD-4182]<test> specify column for single batch bind
2021-05-21 11:51:33 +00:00
Shuduo Sang
9150c57764
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 ( #6188 )
...
* [TD-4136]<fix>: taosdemo max records per req < 32767
* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.
check insert rows for progressive.
* fix with answer_yes.
* add extra prompt.
* fix interlace rows checking position.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 17:49:44 +08:00
Shengliang Guan
6708db1fe3
Merge pull request #6186 from taosdata/feature/m2d
...
Feature/m2d
2021-05-21 15:52:30 +08:00
Shuduo Sang
972a75c3fa
Hotfix/sangshuduo/td 3913 mips compile support for develop ( #6184 )
...
* [TD-3913]<fix>: mips compile support.
* [TD-3913]<fix>: mips64 support.
* fix osSignal.c
* fix tcrc32c.c
* fix cmake.
* fix osInc.h
* fix gcc 4.8 compile error.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 15:15:28 +08:00
Shuduo Sang
17ee732381
Hotfix/sangshuduo/td 3913 mips compile support ( #6182 )
...
* [TD-3913]<fix>: mips compile support.
* [TD-3912]<fix>: support mips64 compile.
add mips64 header file and modify tcrc32c.c for mips64.
* [TD-3913]<fix>: mips compile support.
verified on real loongson machine.
* fix cmake.
* fix gcc 4.8 compile error.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 15:15:01 +08:00
DuanKuanJun
0630af70b1
Merge pull request #6172 from taosdata/cq
...
fix memory leak when calloc sqlstr error.
2021-05-21 15:06:16 +08:00
Shengliang Guan
50ee6f1091
Merge from master
2021-05-21 14:50:56 +08:00
Shengliang Guan
c60fcb415b
Merge pull request #6185 from taosdata/feature/td-3746
...
[TD-3746]<feature>:save grant objects to monitor database
2021-05-21 14:45:24 +08:00
Shengliang Guan
47bb45ef3a
Merge pull request #6179 from taosdata/feature/TD-1920
...
Feature/td 1920
2021-05-21 14:28:34 +08:00
huili
870c05ad3a
Merge pull request #6129 from taosdata/xiaoping/add_test_case
...
[TD-4179]<test>: add test case
2021-05-21 13:58:33 +08:00
huili
96a0079601
Merge pull request #6181 from taosdata/xiaoping/test_case
...
[TD-4263]<test>: update performance test script
2021-05-21 13:58:24 +08:00
haojun Liao
8e0566557b
Merge pull request #6180 from taosdata/feature/TD-4264
...
[TD-4264]apercentile issue
2021-05-21 13:58:17 +08:00
Shuduo Sang
891886ce56
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 for develop ( #6175 )
...
* [TD-4136]<fix>: taosdemo records per req more than 32767.
for develop branch.
* change taosRandom() to rand_bool() for bool data.
* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.
check insert rows for progressive.
* fix with answer_yes.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 13:11:52 +08:00
lichuang
e38362c037
[TD-1920]fix compile error
2021-05-21 09:43:05 +08:00
lichuang
c24a63ecd4
Merge branch 'develop' into feature/TD-1920
2021-05-21 09:37:35 +08:00
shenglian zhou
d2de6c5fa3
[TD-3746]<feature>:save grant objects to monitor database
2021-05-21 08:56:27 +08:00
dapan1121
c820edc32a
fix bug
2021-05-21 08:33:44 +08:00
Shuduo Sang
d324edadfe
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 ( #6177 )
...
* [TD-4136]<fix>: taosdemo max records per req < 32767
* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.
check insert rows for progressive.
* fix with answer_yes.
* add extra prompt.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 06:24:17 +08:00
Shuduo Sang
243a3d16b6
Feature/sangshuduo/td 4068 taosdemo stmt ( #6178 )
...
* merge with develop branch.
change query/tests/CMakeLists.txt to allow unused function and variable.
* refactor data generating.
* refactor.
* refactor.
* refactor.
* refactor.
* refactor
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 23:25:12 +08:00
Ping Xiao
4b016b75bb
[TD-4263]<test>: update performance test script
2021-05-20 19:08:42 +08:00
Shengliang Guan
d05fa5c8d4
Merge pull request #6145 from taosdata/feature/m2d
...
Feature/m2d
2021-05-20 18:57:40 +08:00
Shuduo Sang
608e67826d
[TD-4272]<fix>: taosdemo specify columns. ( #6173 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 18:41:55 +08:00
Shuduo Sang
824eb0f313
[TD-4272]<fix>: taosdemo specify columns. ( #6174 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 18:41:35 +08:00
lichuang
9958b3d8d2
[TD-1920]add mnode compact wal functions
2021-05-20 18:19:27 +08:00
Huo Linhe
f0b77fa3c3
[TD-4258]<fix>: speedup nodejs fetchall() with taos_fetch_block ( #6165 )
2021-05-20 17:16:09 +08:00
lichuang
99f7359390
[TD-1920]add mnode compact wal functions
2021-05-20 16:04:53 +08:00
lichuang
a12b0e7175
[TD-1920]add mnode compact wal functions
2021-05-20 15:12:34 +08:00
Shuduo Sang
c69604fdb4
Hotfix/sangshuduo/td 4238 taosdemo async for develop ( #6171 )
...
* [TD-4238]<fix>: taosdemo async sub.
for develop branch.
* [TD-4238]<fix>: taosdemo async subscribe
subsribe sql command do not use aggregation functions.
* cherry pick f5e4cdd1f7cffc4ee04fc7d043e4841bd1dd9961
* [TD-4238]<fix>: taosdemo async subscribe.
fix super table sub result file.
* fix specified sub sync mode.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 14:51:59 +08:00
tickduan
3500811178
fix memory leak when calloc sqlstr error.
2021-05-20 14:23:01 +08:00
Shuduo Sang
4697cdfdaf
Hotfix/sangshuduo/td 4238 taosdemo async subscribe ( #6170 )
...
* [TD-4238]<fix>: taosdemo async subscribe.
* [TD-4238]<fix>: taosdemo async subscribe
subsribe sql command do not use aggregation functions.
* [TD-4238]<fix>: taosdemo async subscribe.
interval.
* [TD-4238]<fix>: taosdemo async subscribe.
fix super table sub result file.
* fix specified sub sync mode.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 14:01:32 +08:00
Shuduo Sang
0a07ea10ad
Feature/sangshuduo/td 4068 taosdemo stmt ( #6166 )
...
* merge with develop branch.
change query/tests/CMakeLists.txt to allow unused function and variable.
* refactor data generating.
* refactor.
* refactor.
* refactor.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 13:11:48 +08:00
lichuang
7316fb8979
[TD-1920]add mnode compact wal functions
2021-05-20 11:06:28 +08:00
Huo Linhe
b05e9dc640
[TD-4258]<fix>: speedup nodejs fetchall() with taos_fetch_block ( #6163 )
2021-05-20 10:08:11 +08:00
Shuduo Sang
4e32f1cc72
Hotfix/sangshuduo/td 4238 taosdemo async for develop ( #6164 )
...
* [TD-4238]<fix>: taosdemo async sub.
for develop branch.
* [TD-4238]<fix>: taosdemo async subscribe
subsribe sql command do not use aggregation functions.
* cherry pick f5e4cdd1f7cffc4ee04fc7d043e4841bd1dd9961
* [TD-4238]<fix>: taosdemo async subscribe.
fix super table sub result file.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-20 09:23:10 +08:00
Shuduo Sang
78b8473e03
Hotfix/sangshuduo/td 4238 taosdemo async subscribe ( #6162 )
...
* [TD-4238]<fix>: taosdemo async subscribe.
* [TD-4238]<fix>: taosdemo async subscribe
subsribe sql command do not use aggregation functions.
* [TD-4238]<fix>: taosdemo async subscribe.
interval.
* [TD-4238]<fix>: taosdemo async subscribe.
fix super table sub result file.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-19 20:12:19 +08:00
Shuduo Sang
5c03dc9ae0
Hotfix/sangshuduo/td 4238 taosdemo async subscribe ( #6161 )
...
* [TD-4238]<fix>: taosdemo async subscribe.
* [TD-4238]<fix>: taosdemo async subscribe
subsribe sql command do not use aggregation functions.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-19 16:20:38 +08:00
Shuduo Sang
6f1b157b17
Hotfix/sangshuduo/td 4187 taosdemo keepprogress for develop ( #6158 )
...
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.
* add consumed.
* [TD-4187]<fix>: taosdemo keepProgress.
add resubAfterConsume process.
* [TD-4187]<fix>: taosdemo support keepProgress.
* [TD-4187]<fix>: taosdemo support keepProgress.
for develop branch.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-19 13:48:05 +08:00
Shengliang Guan
48f49de970
Merge pull request #6152 from taosdata/fix/TD-4232
...
[TD-4232]<fix>: fix vnode queuedWMsg & queuedWMsgSize counting
2021-05-19 12:03:58 +08:00
Huo Linhe
a06be90f6f
[TD-4228]<fix>: fix install error when grafana submodule not ready ( #6151 )
...
* [TD-4228]<fix>: fix install error when grafana submodule not ready
* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule
2021-05-19 11:17:44 +08:00
Shuduo Sang
4cc471bb41
[TD-4240]<fix>: taosdemo subscribe more than max query sql count. ( #6157 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-19 09:39:25 +08:00
Shuduo Sang
4c1e13b60e
Revert "Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 ( #6155 )" ( #6156 )
...
This reverts commit e8d2162cce .
2021-05-18 21:43:28 +08:00