Commit Graph

17929 Commits

Author SHA1 Message Date
AlexDuan 3d79ac346f qRequire ref add 2021-08-23 13:51:10 +08:00
AlexDuan 0608e9086b nElasticBlocks replace nBufBlocks 2021-08-19 21:02:43 +08:00
AlexDuan 79a18b2422 tsdb call vnode method change to callback notify 2021-08-19 17:23:53 +08:00
AlexDuan f0ce38e77c restore vnode.h and remove vnodeGetqMgmt() to tsdbHealth.c 2021-08-19 11:28:37 +08:00
AlexDuan 3d22388b2b Merge branch 'develop' into long_query 2021-08-18 20:03:14 +08:00
AlexDuan 3d0d67710c longquery push 2021-08-18 20:01:18 +08:00
Elias Soong dc486f1989
Merge pull request #7448 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-18 19:26:41 +08:00
Elias Soong e41ae90908 [TD-4181] <docs>: fix some minor format things. 2021-08-18 19:23:42 +08:00
dapan1121 00d082806e
Merge pull request #7435 from taosdata/hotfix/TD-6131
[TD-6131]<fix>  taosd crash  when 'show vnodes ' return too many results
2021-08-18 17:16:10 +08:00
Elias Soong 6dde4a6b36 [TD-2639] <docs>: update parameter BLOCKS value in example to be 6. 2021-08-18 16:59:25 +08:00
Elias Soong c1f224ecfc
Merge pull request #7434 from taosdata/docs/Update-Latest-Feature
[TD-5532] <docs>: resolve unsigned problem of Grafana plugin.
2021-08-18 14:35:11 +08:00
Elias Soong 796538a869 [TD-5532] <docs>: resolve unsigned problem of Grafana plugin. 2021-08-18 14:34:46 +08:00
Shuduo Sang 5c400d7256
Feature/sangshuduo/td 5136 taosdemo rework (#7432)
* [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.

* fix typo.

* fix binary length default value and group id logic.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-18 13:55:23 +08:00
Hui Li fa9f76fc9d
Merge pull request #7413 from taosdata/test/TD-6123
[TD-6113] <fix> fix case of TD-6113
2021-08-18 10:40:35 +08:00
dapan1121 eb80f2ff39
Merge pull request #7378 from taosdata/hotfix/TD-6054
[TD-6054]<fix>: Filtered by tag with nchar value not as expected
2021-08-18 09:53:14 +08:00
yihaoDeng 11996d2576 [TD-6131]<fix> show vnodes crash 2021-08-17 21:42:23 +00:00
yihaoDeng 5846660566 [TD-6131]<fix> show vnodes crash 2021-08-17 21:13:03 +00:00
yihaoDeng c4136b1b39 [TD-6131]<fix> show vnodes crash 2021-08-17 20:11:47 +00:00
yihaoDeng 121e0bc033 [TD-6131]<fix> show vnodes crash 2021-08-17 19:34:43 +00:00
Elias Soong cb4288de81
Merge pull request #7429 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-18 02:36:14 +08:00
Elias Soong 858be72da7 [TD-4181] <docs>: fix html table code. 2021-08-18 02:30:07 +08:00
Elias Soong e4fe2ebbfb [TD-4181] <docs>: update Evaluation related doc. 2021-08-17 22:15:33 +08:00
Elias Soong 40f76a4cf7 [TD-4181] <docs>: update Getting-started related doc. 2021-08-17 22:02:46 +08:00
Elias Soong b01275d5db [TD-4181] <docs>: update Model example doc in Architecture section. 2021-08-17 18:41:14 +08:00
Elias Soong 25d2e2e903 [TD-4181] <docs>: update Architecture related doc. 2021-08-17 18:27:19 +08:00
Elias Soong 356865a9fd [TD-2639] <docs>: fix description of function "taos_options". 2021-08-17 17:39:42 +08:00
Elias Soong 230bbacbcf [TD-6135] <docs>: fix usage limitation for function INTERP. 2021-08-17 16:09:54 +08:00
Hui Li 3aa302e746
Merge pull request #7399 from taosdata/test/py_test_modify
reduce python case execution time
2021-08-17 15:27:59 +08:00
cpwu 3fd9efacd9 [TD-6113] <fix> fix the fulltest.sh 2021-08-17 15:25:07 +08:00
cpwu 36c693e1eb [TD-6113] <fix> fix case of TD-6113 2021-08-17 15:19:02 +08:00
dapan1121 a6df415bd2
Merge pull request #7410 from taosdata/fix/TD-6131
[TD-6131]<fix> handle mem corrupt
2021-08-17 14:31:51 +08:00
dapan1121 2ad2a7d370
Merge pull request #7397 from taosdata/feature/TD-5838
Feature/td 5838
2021-08-17 14:09:38 +08:00
Elias Soong 7ced6eba83 [TD-2639] <docs>: clarify project of DotNet & C#. 2021-08-17 14:02:17 +08:00
Elias Soong 47e784cec0 [TD-2639] <docs>: fix typo. 2021-08-17 13:44:03 +08:00
yihaoDeng e94bcaf7aa [TD-6131]<fix> handle mem corrupt 2021-08-17 04:18:48 +00:00
liuyq-617 0701a7b5ac rebalance 2021-08-17 11:16:11 +08:00
liuyq-617 92e0af3c9e update 2021-08-17 10:23:56 +08:00
dapan1121 9f5df9184a
Merge pull request #7404 from taosdata/hotfix/TD-6097
[TD-6097]<fix> Crash occurs when the select function in the subquery …
2021-08-17 08:40:17 +08:00
dapan1121 9ada830fe6
Merge pull request #7380 from taosdata/hotfix/td-5998
Hotfix/td 5998
2021-08-17 08:34:03 +08:00
dapan1121 8529e74cbb
Merge pull request #7376 from taosdata/feature/TD-5623
[TD-5623]<feature>: add retrieved column data compression mechanism
2021-08-17 08:24:43 +08:00
wangmm0220 848547426c Merge branch 'develop' into feature/TD-5838 2021-08-16 19:00:00 +08:00
Hui Li d365042f3e
Merge pull request #7394 from taosdata/test/TD-6035-d
[TD-6035]add connector test in CI
2021-08-16 18:24:13 +08:00
Hui Li def6758de7
Merge pull request #7401 from taosdata/test/removeCase
remove distinctOneColTb.py[ci skip]
2021-08-16 18:22:34 +08:00
liuyq-617 7580c98c95 test[ci skip] 2021-08-16 18:20:21 +08:00
liuyq-617 ab539a7cbc remove distinctOneColTb.py 2021-08-16 18:19:13 +08:00
liuyq-617 486446ad8f test 2021-08-16 18:03:24 +08:00
Elias Soong ec214a3196
Merge pull request #7400 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-08-16 17:54:31 +08:00
Elias Soong 88e154e51c [TD-4181] <docs>: update Model related doc. 2021-08-16 17:44:23 +08:00
Elias Soong 5d89d27075 [TD-4181] <docs>: update Insert related doc. 2021-08-16 17:29:08 +08:00
liuyq-617 281b0ea271 stop taosd using kill -9 2021-08-16 16:53:42 +08:00