Elias Soong
|
810ff5db7b
|
Merge pull request #5493 from taosdata/docs/Update-Latest-Feature
[TD-2354] <docs>: need reboot to take effect when alter CACHELAST opt…
|
2021-03-18 18:21:46 +08:00 |
Elias Soong
|
388887efaa
|
[TD-2354] <docs>: need reboot to take effect when alter CACHELAST option.
|
2021-03-18 18:20:59 +08:00 |
Ping Xiao
|
a9ea81aaee
|
update docker cluster script
|
2021-03-18 18:13:44 +08:00 |
Shengliang Guan
|
f0a8c81f16
|
Merge pull request #5484 from taosdata/hotfix/TD-3353
[TD-3353]<hotfix>: solve race condition coredump
|
2021-03-18 18:07:34 +08:00 |
Elias Soong
|
ccf6163678
|
Merge pull request #5491 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
|
2021-03-18 18:04:20 +08:00 |
Shengliang Guan
|
9122ca3b1d
|
TD-3367
|
2021-03-18 09:56:04 +00:00 |
huili
|
668123485c
|
Merge pull request #5489 from taosdata/xiaoping/add_test_case
remove last_cache.py from full test
|
2021-03-18 17:53:13 +08:00 |
Shengliang Guan
|
f301833ffd
|
Merge remote-tracking branch 'origin/develop' into feature/win
|
2021-03-18 09:52:42 +00:00 |
Ping Xiao
|
9e25723078
|
remove last_cache.py from full test
|
2021-03-18 17:48:33 +08:00 |
Shuduo Sang
|
7610e8111d
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5485)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
check offset 0.
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
fix sample file import bug.
* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.
* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.
* [TD-3317] <feature>: make taosdemo support interlace mode.
json parameter rows_per_tbl support.
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode insertion.
refactor.
* [TD-3317] <feature>: support interlace mode insertion.
change json file.
* [TD-3317] <feature>: support interlace mode insertion.
fix multithread create table regression.
* [TD-3317] <feature>: support interlace mode insertion.
working but not perfect.
* [TD-3317] <feature>: support interlace mode insertion.
rename lowaTest with taosdemoTestWithJson
* [TD-3317] <feature>: support interlace mode insertion.
perfect
* [TD-3317] <feature>: support interlace mode insertion.
cleanup.
* [TD-3317] <feature>: support interlace mode insertion.
adjust algorithm of loop times.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-18 17:43:09 +08:00 |
Shengliang Guan
|
681c314b44
|
TD-3355
|
2021-03-18 09:40:07 +00:00 |
haojun Liao
|
1835aaada8
|
Merge pull request #5483 from taosdata/feature/query
[td-3361]<fix>: nchar tag filter caused client crash.
|
2021-03-18 16:17:41 +08:00 |
Shengliang Guan
|
fdc0febbe6
|
[TD-3355]<fix>: Fix invalid table id problem caused by idpool
|
2021-03-18 16:00:55 +08:00 |
Elias Soong
|
1f61557cbd
|
[TD-2639] <docs>: improve expression of some sentences.
|
2021-03-18 15:56:26 +08:00 |
Hongze Cheng
|
e4e46768a6
|
[TD-3353]<hotfix>: solve race condition coredump
|
2021-03-18 15:50:55 +08:00 |
haojun Liao
|
eb2eada0e2
|
Merge pull request #5474 from taosdata/hotfix/TD-3348
[TD-3348]sqlobj already released when async error returns
|
2021-03-18 15:28:18 +08:00 |
Haojun Liao
|
7447a8c562
|
[td-3361]<fix>: nchar tag filter caused client crash.
|
2021-03-18 15:24:36 +08:00 |
Elias Soong
|
2d8c695239
|
[TD-3363] <docs>: fix typo.
|
2021-03-18 14:47:39 +08:00 |
Elias Soong
|
5dfacc615f
|
Merge pull request #5481 from taosdata/docs/Update-Latest-Feature
[TD-3352] <docs>: move "quick run" section into "install" part.
|
2021-03-18 14:40:03 +08:00 |
Elias Soong
|
9f00cd82bb
|
[TD-3352] <docs>: move "quick run" section into "install" part.
|
2021-03-18 14:39:34 +08:00 |
huili
|
0c46529296
|
Merge pull request #5479 from taosdata/test/testcase
[TD-3318]<test>add case for stddev
|
2021-03-18 14:15:27 +08:00 |
liuyq-617
|
53496c7844
|
fix
|
2021-03-18 11:21:56 +08:00 |
liuyq-617
|
282d1c10f2
|
[TD-3318]<test>add case for stddev
|
2021-03-18 11:18:51 +08:00 |
haojun Liao
|
6fa8a3c2da
|
Merge pull request #5461 from Wizzercn/develop
fix: jdbc connector RestfulResultSet.getString NPE
|
2021-03-18 11:04:15 +08:00 |
Shengliang Guan
|
1601a1e5cf
|
Merge pull request #5470 from taosdata/feature/linux
add some log for debug
|
2021-03-18 09:45:30 +08:00 |
Shuduo Sang
|
199e61ec54
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5477)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
check offset 0.
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
fix sample file import bug.
* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.
* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.
* [TD-3317] <feature>: make taosdemo support interlace mode.
json parameter rows_per_tbl support.
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode insertion.
refactor.
* [TD-3317] <feature>: support interlace mode insertion.
change json file.
* [TD-3317] <feature>: support interlace mode insertion.
fix multithread create table regression.
* [TD-3317] <feature>: support interlace mode insertion.
working but not perfect.
* [TD-3317] <feature>: support interlace mode insertion.
rename lowaTest with taosdemoTestWithJson
* [TD-3317] <feature>: support interlace mode insertion.
perfect
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-18 09:41:26 +08:00 |
Shuduo Sang
|
3f312f8bf4
|
Feature/sangshuduo/td 3317 taosdemo interlace (#5476)
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
check offset 0.
* [TD-3316] <fix>: add testcase for taosdemo limit and offset.
fix sample file import bug.
* [TD-3316] <fix>: add test case for limit and offset. fix sample data issue.
* [TD-3327] <fix>: fix taosdemo segfault when import data from sample data file.
* [TD-3317] <feature>: make taosdemo support interlace mode.
json parameter rows_per_tbl support.
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode.
refactor
* [TD-3317] <feature>: support interlace mode insertion.
refactor.
* [TD-3317] <feature>: support interlace mode insertion.
change json file.
* [TD-3317] <feature>: support interlace mode insertion.
fix multithread create table regression.
* [TD-3317] <feature>: support interlace mode insertion.
working but not perfect.
* [TD-3317] <feature>: support interlace mode insertion.
rename lowaTest with taosdemoTestWithJson
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
|
2021-03-17 23:15:18 +08:00 |
Shengliang Guan
|
000eac7421
|
TD-3354
|
2021-03-17 13:43:21 +00:00 |
dapan1121
|
624fb8b308
|
support multiple tables join
|
2021-03-17 19:47:29 +08:00 |
Shengliang Guan
|
5e94568d53
|
Merge pull request #5472 from taosdata/fix/TD-3337
[TD-3337]<fix>: [balance] fix pVgroup->pDb NULL pointer crash
|
2021-03-17 19:27:07 +08:00 |
Shengliang Guan
|
1af62a9dc0
|
Merge pull request #5468 from taosdata/fix/TD-3332
[TD-3332]<fix>: vnode report status if not closing instead of not ready
|
2021-03-17 19:26:53 +08:00 |
Shengliang Guan
|
1e3f28cfb3
|
hotfix for mxkz
|
2021-03-17 11:19:05 +00:00 |
huili
|
1d5c57d8e2
|
Merge pull request #5465 from taosdata/test/testcase
[TD-3198]<test>sync test case file
|
2021-03-17 18:16:02 +08:00 |
dapan1121
|
363bacbe76
|
fix bug
|
2021-03-17 17:42:39 +08:00 |
haojun Liao
|
35f9dabb4a
|
Merge pull request #5466 from taosdata/feature/query
[td-225]remove unused keywords.
|
2021-03-17 16:28:16 +08:00 |
Minglei Jin
|
785645eef4
|
[TD-3337]<fix>: [balance] fix pVgroup->pDb NULL pointer crash
|
2021-03-17 16:26:37 +08:00 |
Hongze Cheng
|
fcf6a1cf1f
|
[TD-3320]<hotfix>: fix sync coredump
|
2021-03-17 16:08:55 +08:00 |
wu champion
|
2f0f9006fc
|
Merge pull request #5 from wu-champion/develop
更新1380分支
|
2021-03-17 16:04:24 +08:00 |
wu champion
|
d1479d96b7
|
Merge pull request #4 from taosdata/develop
获取317内容
|
2021-03-17 16:01:33 +08:00 |
liuyq-617
|
ee17eab632
|
rebalance
|
2021-03-17 15:58:49 +08:00 |
Shengliang Guan
|
34565eff16
|
add some log for debug
|
2021-03-17 07:47:51 +00:00 |
Elias Soong
|
4603735f7c
|
Merge pull request #5469 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
|
2021-03-17 15:42:15 +08:00 |
Elias Soong
|
cf721d477b
|
[TD-2639] <docs>: clarify "now" function usage when insert multi-rows.
|
2021-03-17 15:41:36 +08:00 |
Elias Soong
|
b34948c200
|
[TD-2639] <docs>: clarify estimation of memory requirement.
|
2021-03-17 15:36:04 +08:00 |
liuyq-617
|
ba79d022ce
|
rebalance
|
2021-03-17 15:16:11 +08:00 |
Minglei Jin
|
be171d7787
|
[TD-3332]<fix>: vnode report status if not closing instead of not ready
|
2021-03-17 15:02:51 +08:00 |
liuyq-617
|
87c1726c72
|
change
|
2021-03-17 14:53:17 +08:00 |
liuyq-617
|
1df23b1885
|
change
|
2021-03-17 14:49:56 +08:00 |
liuyq-617
|
683b1282b8
|
abort build
|
2021-03-17 14:28:36 +08:00 |
liuyq-617
|
4e34b78dcd
|
add stage after build
|
2021-03-17 14:24:55 +08:00 |