Jeff Tao
34682da76a
Update 03-opentsdb-telnet.mdx
2022-11-06 12:00:43 -08:00
Jeff Tao
c961cecce0
Update 02-influxdb-line.mdx
2022-11-06 11:59:11 -08:00
Jeff Tao
41f121dec8
Update 04-opentsdb-json.mdx
2022-11-06 11:51:25 -08:00
Jeff Tao
7b3a47a016
Update 03-opentsdb-telnet.mdx
2022-11-06 11:48:32 -08:00
Jeff Tao
da9d42e8fe
Update 02-influxdb-line.mdx
2022-11-06 11:46:35 -08:00
Jeff Tao
a287efe4d1
Update 04-opentsdb-json.mdx
2022-11-06 11:35:15 -08:00
Jeff Tao
93fa00ee36
Update 02-influxdb-line.mdx
2022-11-06 11:34:34 -08:00
Jeff Tao
b86dac6146
Update 04-opentsdb-json.mdx
2022-11-06 11:33:50 -08:00
Jeff Tao
8a1e28dcf4
Update 02-influxdb-line.mdx
2022-11-06 11:27:21 -08:00
Shengliang Guan
47dfd9d3cb
Merge pull request #17917 from taosdata/fix/TD-19245
...
fix: coverity issues
2022-11-05 21:00:39 +08:00
Shengliang Guan
fc7f62d29d
Merge pull request #17901 from taosdata/fix/TD-20174
...
fix: fix memory leak
2022-11-05 20:01:30 +08:00
Shengliang Guan
adb335467c
fix: coverity issues
2022-11-05 19:59:18 +08:00
Shuduo Sang
a83c69b8cf
fix: taosbenchmark query interval unit ( #17847 )
...
* feat: taosbenchmark kill slow query
* fix: taosbenchmark query interval unit
* test: disable restful query test due to ci util dnodes.py lack taosadapter support
* test: test restful query too
* fix: taosbenchmark query interval unit
* fix: taosbenchmark query interval
2022-11-05 18:00:46 +08:00
dapan1121
91ff489813
Merge pull request #17899 from taosdata/fix/TD-20170
...
fix: fix interval query memory leak
2022-11-05 16:44:15 +08:00
dapan1121
1c78e2b4f8
Merge pull request #17909 from taosdata/fix/TD-20183
...
fix: fix catalog double free issue
2022-11-05 15:38:49 +08:00
dapan1121
7081ebe9e6
Merge pull request #17877 from taosdata/enh/TD-19920
...
enh: add show rewrite mask in query msg
2022-11-05 15:35:51 +08:00
Shengliang Guan
03fb8d8223
Merge pull request #17843 from taosdata/fix/td_19618
...
fix: invalid read of tsdb path
2022-11-05 13:48:02 +08:00
Shengliang Guan
a61e821a21
test: comment out unstable case
2022-11-05 13:39:43 +08:00
Shengliang Guan
cba9b2cadb
Merge pull request #17915 from taosdata/feature/3.0_mhli
...
refactor(sync): optimize advance commit index when one replica
2022-11-05 13:35:37 +08:00
Shengliang Guan
abe5f0b484
Merge pull request #17910 from taosdata/fix/TD-20181
...
fix: adjust log
2022-11-05 13:33:06 +08:00
Shengliang Guan
06d538bf9f
Merge pull request #17888 from taosdata/test/TD-20160
...
test:add parameter for mixed deployed mnodes in testcase framework
2022-11-05 13:32:38 +08:00
Minghao Li
28377a9f37
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
2022-11-05 10:56:09 +08:00
Minghao Li
ddb815ac42
refactor(sync): optimize advance commit index when one replica
2022-11-05 10:54:59 +08:00
Shengliang Guan
1c43450164
Merge pull request #17881 from taosdata/docs/sangshuduo/taosbenchmark-docs-for3.0
...
docs: correct cfgdir param meaning for3.0
2022-11-05 10:06:42 +08:00
Shengliang Guan
5deb87d096
Merge branch '3.0' into fix/TD-20181
2022-11-05 10:01:16 +08:00
Shengliang Guan
723d448dc1
Merge pull request #17913 from taosdata/release/ver-3.0.1.6
...
build: release ver-3.0.1.6
2022-11-05 09:48:37 +08:00
wenzhouwww@live.cn
7eb80571eb
build: release ver-3.0.1.6
2022-11-04 21:01:49 +08:00
Shengliang Guan
9ee30589cf
Merge pull request #17902 from taosdata/fix/xiaolei/TD-20169-csharp-ci-failed
...
test(driver):C# example CI failed
2022-11-04 20:16:31 +08:00
Shengliang Guan
997cc5a8df
Merge pull request #17911 from taosdata/test/TD-20197
...
test:update verisonFile every time on testpackage.sh
2022-11-04 20:15:05 +08:00
chenhaoran
b911f3576a
test:update verisonFile every time on testpackage.sh
2022-11-04 20:13:56 +08:00
Shengliang Guan
8a7d34eae7
fix: adjust log
2022-11-04 19:41:11 +08:00
Shengliang Guan
1c892e3e3d
Merge pull request #17894 from taosdata/fix/TD-20161
...
enh: adjust tqueue and tworker log
2022-11-04 19:11:13 +08:00
xleili
5aef17ab7c
fix(test):C# CI websocket example failed
2022-11-04 18:58:26 +08:00
dapan1121
4443c7a9eb
fix: fix catalog double free issue
2022-11-04 18:50:59 +08:00
Shengliang Guan
8ce2e12423
Merge pull request #17886 from taosdata/feature/3_liaohj
...
fix(query): set the last key of each tablescan info
2022-11-04 18:46:17 +08:00
wade zhang
197759207b
Merge pull request #17907 from taosdata/DuanKuanJun-patch-4
...
Update 01-deploy.md
2022-11-04 18:20:59 +08:00
Alex Duan
72ea354451
Update 01-deploy.md
2022-11-04 18:19:53 +08:00
chenhaoran
1ef5a41c74
test: Remove the comments on fulltest.sh
2022-11-04 18:12:49 +08:00
Hui Li
bc5f62e643
Merge pull request #17906 from taosdata/lihui3.0/test
...
test:modify case
2022-11-04 17:55:01 +08:00
plum-lihui
97fd1360eb
test:modify case
2022-11-04 17:53:51 +08:00
wade zhang
15313357c1
Merge pull request #17905 from taosdata/DuanKuanJun-patch-3
...
Update 01-deploy.md
2022-11-04 17:39:21 +08:00
Shengliang Guan
2e6f75107d
enh: adjust the number of vnode threads so that one vnode has one write thread
2022-11-04 17:38:35 +08:00
Alex Duan
e297eda2ad
Update 01-deploy.md
2022-11-04 17:28:03 +08:00
xleili
cf9e851c2c
fix(driver):csharp example ci failed for read from null point
2022-11-04 17:24:32 +08:00
Shengliang Guan
4fc0e3bd55
enh: adjust the number of vnode threads so that one vnode has one write thread
2022-11-04 17:21:00 +08:00
xleili
ff1313f9bc
../../../tests/docs-examples-test/csharp.sh
2022-11-04 16:21:08 +08:00
chenhaoran
5a893cf75a
test:add compatibility cases
2022-11-04 16:18:09 +08:00
chenhaoran
f995723f20
test:add compatibility cases: 4096 columns of table data and tests that need to recover data from wal files
2022-11-04 16:17:05 +08:00
Hui Li
cc3de73708
Merge pull request #17893 from taosdata/feature/3.0_mhli
...
refactor(sync): delete assert
2022-11-04 16:16:17 +08:00
Ganlin Zhao
1204faefb6
fix: fix memory leak
2022-11-04 16:15:37 +08:00