Minglei Jin
4af02b7828
[TD-3036]<feature>: syncdb <db_name> replica;
...
resync slave vnodes to keep consistent with master vnodes.
2021-03-25 16:06:25 +08:00
Haojun Liao
58458070f2
[td-225] update log.
2021-03-25 15:54:22 +08:00
haojun Liao
8512726778
Merge pull request #5553 from taosdata/hotfix/TD-3448
...
[TD-3448]Fix cq get empty vgroup and crash issue
2021-03-25 15:52:27 +08:00
haojun Liao
911d680975
Merge pull request #5561 from taosdata/hotfix/TD-3462
...
[TD-3462]fix no acctId when connection fail issue
2021-03-25 15:52:09 +08:00
haojun Liao
36ed687b33
Merge pull request #5533 from taosdata/feature/TD-3295
...
[TD-3295]support multiple tables join
2021-03-25 15:51:39 +08:00
Hongze Cheng
d24e31810d
refact
2021-03-25 14:48:44 +08:00
Hongze Cheng
bd0127a566
[TD-3465]<hotfix>: fix TD-3465
2021-03-25 14:45:17 +08:00
Shengliang Guan
0bc85e1655
fix conflicts
2021-03-25 03:33:23 +00:00
Shengliang Guan
c98285e05c
fix conflicts
2021-03-25 02:59:50 +00:00
Shengliang Guan
ea3cde9136
add shell tools
2021-03-25 02:40:08 +00:00
dapan1121
82ee4c341f
no acctId when connection fail issue
2021-03-25 09:50:36 +08:00
yihaoDeng
0247805418
TD-3409
2021-03-25 04:09:12 +08:00
Shuduo Sang
afd0869a7c
[TD-3321] <fix>: describe stb with better logic. ( #5559 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 20:04:31 +08:00
Shuduo Sang
6e3322d35d
Feature/sangshuduo/td 3434 taosdemo support query times ( #5541 )
...
* [TD-3434] <feature>: taosdemo support query times
first commit.
* [TD-3434] <feature>: taosdemo support query times.
refine interlace test case.
* [TD-3434] <feature>: taosdemo support query times.
change cmdline parameters according to TD-3431.
* [TD-3434] <feature>: taosdemo support query times.
fix typo in fulltest.sh
* [TD-3434] <feature>: taosdemo support query times.
add 2 sec sleep to avoid segfault.
* [TD-3434] <feature>: taosdemo support query times.
make query test easier to pass.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 16:58:09 +08:00
Shengliang Guan
51d5b56089
Merge pull request #5535 from taosdata/feature/linux
...
TD-3246
2021-03-24 15:51:53 +08:00
Minglei Jin
7b82e646c0
[TD-3349]<fix>: maxSQLLength <- TSDB_MAX_ALLOWED_SQL_LEN; minTablesPerVnode, tableIncStepPerVnode <- 100
2021-03-24 14:46:38 +08:00
dapan1121
a0d1e81027
fix bug
2021-03-24 13:24:05 +08:00
dapan1121
3ad4453196
fix bug
2021-03-24 13:22:22 +08:00
dapan1121
f9da62de46
Merge branch 'hotfix/TD-3448' into release/s118
2021-03-24 11:46:26 +08:00
dapan1121
4f01d746e2
cq get empty vgroup and crash issue
2021-03-24 11:40:55 +08:00
Shuduo Sang
b7ec3a3c70
[TD-3357] <fix>: fix child table count if exists. ( #5542 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 11:08:20 +08:00
haojun Liao
82a947a337
Merge pull request #5550 from taosdata/feature/qrefactor
...
Feature/qrefactor
2021-03-24 11:01:36 +08:00
Shuduo Sang
49b674c3d2
[TD-3433] <fix>: fix child table count issue. ( #5552 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-24 10:37:30 +08:00
Shengliang Guan
519b93310c
Merge remote-tracking branch 'origin/develop' into feature/linux
2021-03-23 10:18:46 +00:00
Haojun Liao
076d54a9ac
[td-225]fix compiler error.
2021-03-23 17:17:12 +08:00
Haojun Liao
74148ee3de
[td-3036]<feature>: support the db sync operator.
2021-03-23 16:44:20 +08:00
dapan1121
4e5733c0ac
support multiple tables join
2021-03-23 15:48:57 +08:00
Shuduo Sang
94bb5fe80d
[TD-3407] <fix>: print more info to result file. ( #5538 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-23 15:28:25 +08:00
Shuduo Sang
3b97bd716d
Feature/sangshuduo/td 3317 taosdemo interlace ( #5537 )
...
* [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.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3317] <feature>: support interlace mode insertion.
add time shift for no sleep time.
* [TD-3317] <feature>: support interlace insert.
rework timestamp.
* [TD-3317] <feature>: support interlace mode insertion.
change rows_per_tbl to interlace_rows.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-23 15:14:50 +08:00
Haojun Liao
bfe554a0d6
[td-3391]<fix>: fix invalid error msg.
2021-03-23 14:54:41 +08:00
Shuduo Sang
dfdeb7e0cc
[TD-3431] <fix>: fix taosdemo cmdline incorrect arguments. ( #5536 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-23 11:15:11 +08:00
dapan1121
a8a7c7db67
fix double free error
2021-03-23 11:07:01 +08:00
slguan
a9bd35cba6
fix compile errors
2021-03-22 19:43:54 +08:00
dapan1121
ff4328c319
fix error
2021-03-22 19:29:12 +08:00
Shengliang Guan
3f726464ea
TD-3246
2021-03-22 11:21:53 +00:00
dapan1121
54d94e1a96
fix compile err
2021-03-22 18:58:05 +08:00
Shengliang Guan
38a8cb7aee
Merge pull request #5520 from taosdata/hotfix/TD-3298
...
[TD-3298]<hotfix>: fix coverity scan error
2021-03-22 18:45:06 +08:00
Shuduo Sang
835886d11e
Hotfix/sangshuduo/td 3393 taosdemo timestamp rework ( #5531 )
...
* [TD-3393] <fix>: taosdemo timestamp rework.
change default timestamp step to 1ms.
* [TD-3393] <fix>: taosdemo timestamp rework.
adjust shift timestamp logic to table sequence turn to start.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-22 18:44:06 +08:00
dapan1121
ff41983d02
fix windows compile err
2021-03-22 18:42:39 +08:00
dapan1121
139ed7dea1
add test case
2021-03-22 17:35:10 +08:00
Shuduo Sang
82ad11630d
Feature/sangshuduo/td 3416 taosdemo interlace testcase ( #5524 )
...
* [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.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3317] <feature>: support interlace mode insertion.
add time shift for no sleep time.
* [TD-3317] <feature>: support interlace insert.
rework timestamp.
* [TD-3416] <feature>: add taosdemo interlace testcase.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-22 15:44:06 +08:00
Shuduo Sang
de97080d85
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan ( #5521 )
...
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-22 14:36:30 +08:00
Shengliang Guan
e600ffa154
Merge pull request #5519 from taosdata/release/s118
...
Release/s118
2021-03-22 10:30:28 +08:00
Hongze Cheng
e11f0585ef
[TD-3298]<hotfix>: fix coverity scan error
2021-03-22 10:00:55 +08:00
dapan1121
e60179df4b
Merge branch 'develop' into feature/TD-3295
2021-03-22 09:11:51 +08:00
Shuduo Sang
bf684ed118
cast to long in taodemo.c
2021-03-21 18:42:15 +00:00
Shengliang Guan
4ee65dcd0e
Merge branch 'hotfix/TD-3310' into feature/linux
2021-03-20 20:59:56 +08:00
Shengliang Guan
89b913c2bc
TD-3310
2021-03-20 19:16:12 +08:00
Shengliang Guan
69dfd40a3b
Merge remote-tracking branch 'origin/develop' into feature/linux
2021-03-20 18:50:42 +08:00
Shuduo Sang
30b2611257
Feature/sangshuduo/td 3317 taosdemo interlace ( #5515 )
...
* [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.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
* [TD-3197] <fix>: fix taosdemo coverity scan issues.
* [TD-3197] <fix>: fix taosdemo coverity scan issue.
fix subscribeTest pids uninitialized.
* [TD-3317] <feature>: support interlace mode insertion.
add time shift for no sleep time.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-20 09:21:05 +08:00
dapan1121
7d246d656e
fix bug
2021-03-19 19:47:33 +08:00
haojun Liao
e555bb974c
Merge pull request #5510 from taosdata/hotfix/TD-3375
...
[TD-3375]wrong table id issue
2021-03-19 18:18:08 +08:00
Shengliang Guan
e3b4ceab88
Merge remote-tracking branch 'freemine/odbc2' into feature/linux
2021-03-19 10:15:06 +00:00
Shengliang Guan
c5ff2275e9
Merge pull request #5511 from taosdata/feature/linux
...
change queued msg from 10k to 100k
2021-03-19 18:00:37 +08:00
Shuduo Sang
b294d3ebaa
Feature/sangshuduo/td 3317 taosdemo interlace ( #5500 )
...
* [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.
* [TD-3317] <feature>: support interlace mode insertion.
fix delay time bug.
* [TD-3317] <feature>: support interlace mode insertion.
fix progressive timestamp bug.
* [TD-3317] <feature>: support interlace mode insertion.
add an option for performance print.
* [TD-3317] <feature>: support interlace mode insertion.
change json test case with less table for acceleration.
* [TD-3317] <feature>: support interlace mode insertion.
change progressive mode timestamp step and testcase.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-19 17:43:18 +08:00
haojun Liao
8805404cd5
Merge pull request #5504 from taosdata/hotfix/TD-3351
...
[TD-3351]fix fid error when ts < 0
2021-03-19 17:39:26 +08:00
freemine
ef67b46901
link taos_static for tcodbc
2021-03-19 16:59:25 +08:00
Shengliang Guan
6143a169f7
change queued msg from 10k to 100k
2021-03-19 08:22:59 +00:00
dapan1121
485ec16ca4
wrong table id issue
2021-03-19 16:14:14 +08:00
Shengliang Guan
dd0f7be31d
Merge pull request #5502 from taosdata/fix/TD-3370
...
[TD-3370]<fix>: fix used disk size, show acctual used instead of non-…
2021-03-19 15:39:03 +08:00
freemine
79e7343495
Merge remote-tracking branch 'upstream/develop' into odbc2
2021-03-19 15:32:18 +08:00
dapan1121
a4eb005385
Merge branch 'develop' into feature/TD-3295
2021-03-19 14:43:00 +08:00
dapan1121
647a0e9919
fix bug
2021-03-19 14:37:25 +08:00
dapan1121
6eeebb0b2c
fix fid error when ts < 0
2021-03-19 14:24:39 +08:00
Minglei Jin
20f2a7b71e
[TD-3370]<fix>: fix used disk size, show acctual used instead of non-avail to current user
2021-03-19 13:54:27 +08:00
Shengliang Guan
e9ea8814ec
TD-3372
2021-03-19 05:30:31 +00:00
Shengliang Guan
bd45b7a66d
Merge pull request #5498 from taosdata/feature/linux
...
Feature/linux
2021-03-19 13:27:55 +08:00
haojun Liao
7b1dbf2bc6
Merge pull request #5499 from taosdata/feature/query
...
[td-3361]<fix>: fix crash caused by nchar type filter.
2021-03-19 13:18:59 +08:00
Shuduo Sang
d5bacb71c6
[TD-3369] <fix>: fix taosdemo invalid write valgrind reports. ( #5496 )
2021-03-19 11:51:13 +08:00
Haojun Liao
22698b8db0
[td-225]update the output column index.
2021-03-19 10:51:55 +08:00
freemine
64e3e94466
Merge remote-tracking branch 'upstream/develop' into odbc2
2021-03-19 10:49:27 +08:00
Haojun Liao
5586c23906
[td-3361]<fix>: fix crash caused by nchar type filter.
2021-03-19 10:07:27 +08:00
Shengliang Guan
8b4bb3fcc4
Merge remote-tracking branch 'origin/develop' into feature/linux
2021-03-19 02:00:06 +00:00
Shengliang Guan
c65a1d939c
Merge remote-tracking branch 'origin/release/s117_2' into feature/linux
2021-03-19 02:00:00 +00:00
Shengliang Guan
7916c1df3d
Merge pull request #5471 from taosdata/hotfix/TD-3320
...
[TD-3320]<hotfix>: fix sync coredump
2021-03-19 09:43:42 +08:00
Shengliang Guan
bee74151bb
fix compile error
2021-03-18 22:31:27 +08:00
Shengliang Guan
cd12c76130
Merge pull request #5490 from taosdata/feature/win
...
TD-3367
2021-03-18 22:16:43 +08:00
Shuduo Sang
d8f1b34f56
[TD-3356] <fix>: fix bug regarding limit offset with exist child table. ( #5495 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-18 21:33:52 +08:00
Shengliang Guan
af2f6bb02c
Merge pull request #5486 from taosdata/feature/linux
...
[TD-3355]<fix>: Fix invalid table id problem caused by idpool
2021-03-18 21:24:00 +08:00
dapan1121
c07d2ff9ee
fix bug
2021-03-18 19:30:51 +08:00
Shuduo Sang
624a9191ce
[TD-3357] <fix>: fix child table count if exists. ( #5488 )
...
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-18 19:17:19 +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
Shengliang Guan
9122ca3b1d
TD-3367
2021-03-18 09:56:04 +00: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
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
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
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
Shengliang Guan
34565eff16
add some log for debug
2021-03-17 07:47:51 +00: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
Shengliang Guan
4d935a6837
Merge pull request #5463 from taosdata/feature/linux
...
TD-3323
2021-03-17 13:26:18 +08:00
Haojun Liao
8286820a1c
[td-225]remove unused keywords.
2021-03-17 13:15:09 +08:00
haojun Liao
424e132308
Merge pull request #5464 from taosdata/feature/query
...
[td-3338]<fix>: query data before 1970-1-1 00:00:00 caused taosd crash.
2021-03-17 13:04:40 +08:00
haojun Liao
cac833343c
Merge pull request #5426 from taosdata/hotfix/TD-3030
...
[TD-3030]two queries use one query info issue
2021-03-17 12:03:47 +08:00
Haojun Liao
583bbf26c5
[td-3338]<fix>: query data before 1970-1-1 00:00:00 caused taosd crash.
2021-03-17 12:02:01 +08:00
Shengliang Guan
9d024fe486
TD-3334
2021-03-17 10:34:13 +08:00
haojun Liao
57eb2da653
Merge pull request #5459 from taosdata/feature/query
...
Feature/query
2021-03-17 10:03:30 +08:00
Shengliang Guan
58cfd2ccf7
TD-3323
2021-03-17 01:16:04 +00:00
Shengliang Guan
8e525a3702
Merge pull request #5460 from taosdata/hotfix/sf
...
Hotfix/sf
2021-03-17 09:09:57 +08:00
Shuduo Sang
3cb51e980f
Hotfix/sangshuduo/td 3316 testcase for taosdemo limit offset ( #5462 )
...
* [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.
2021-03-17 00:10:45 +08:00
Shuduo Sang
8e455df297
Hotfix/sangshuduo/td 3327 taosdemo segfault sampledata ( #5458 )
...
* [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.
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-03-16 18:51:11 +08:00
Haojun Liao
d422bba8dd
[td-3318]<fix>: fix crash caused by empty stddev query.
2021-03-16 18:24:51 +08:00
slguan
eb7a74d694
TD-3309
2021-03-16 18:05:07 +08:00
Wizzer
2307d8ef25
fix: jdbc connector RestfulResultSet.getString NPE
2021-03-16 17:57:04 +08:00
Haojun Liao
6396e651b9
[td-3183] <fix>: fix unsigned number arithmetic calculation with sort option caused crash.
2021-03-16 17:42:24 +08:00
Shengliang Guan
9f8f3c89f9
Merge remote-tracking branch 'origin/develop' into hotfix/sf
2021-03-16 09:23:44 +00:00
haojun Liao
fcae1ef295
Merge pull request #5448 from taosdata/release/s117
...
Release/s117
2021-03-16 17:09:06 +08:00
Haojun Liao
71718ff3a6
Merge branch 'develop' into feature/query
2021-03-16 16:22:25 +08:00
haojun Liao
91b5af2cee
Merge pull request #5453 from taosdata/feature/qrefactor
...
[td-3313] <fix>: fix join bug
2021-03-16 16:20:07 +08:00
Haojun Liao
6cadb9dfa1
[td-3331]<fix>: print timestamp format error.
2021-03-16 16:17:42 +08:00
Haojun Liao
c5d19cbf40
[td-3315]<fix>: enable insert timestamp in the format of string '1970-1-1 8:0:0' and other unix timestamp.
2021-03-16 15:03:33 +08:00
Minglei Jin
d99b2bed1b
http/string: append need one more byte for null
2021-03-16 14:24:31 +08:00
Haojun Liao
befbdf8972
[td-225]update test.
2021-03-16 14:11:05 +08:00
Shengliang Guan
e63be42434
Merge remote-tracking branch 'origin/fix/TD-3307' into hotfix/sf
2021-03-16 13:44:19 +08:00
zyyang
ac5d5316ac
[TD-3082]<feature>: jdbc connector support unsigned tinyint, smallint, int, bigint ( #5447 )
...
* [TD-3082]<feature>: support unsigned number in JDBC connector
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change
* change version
* change
* change
2021-03-16 13:44:09 +08:00
Shengliang Guan
7d232a7914
TD-3309
2021-03-16 05:19:14 +00:00
dapan1121
a4b97eec60
fix merge issue
2021-03-16 13:17:10 +08:00
Haojun Liao
1175e8343f
[td-225] add more check.
2021-03-16 11:37:43 +08:00
Haojun Liao
01962da413
[td-225]fix error.
2021-03-16 11:26:29 +08:00
dapan1121
850fa1cda8
Merge branch 'develop' into hotfix/TD-3030
2021-03-16 11:15:12 +08:00
Haojun Liao
497a0e3b31
[td-2859]refactor.
2021-03-16 10:52:48 +08:00
Haojun Liao
18c0457af2
[td-225]fix null tag caused crash.
2021-03-16 10:19:00 +08:00
Haojun Liao
daa7b47ee7
[td-3313] <fix>: fix join bug
2021-03-16 10:14:03 +08:00
Shengliang Guan
6c9f2db0c1
TD-3309
2021-03-16 01:39:17 +00:00
Shengliang Guan
2854d6105e
TD-3308
2021-03-16 01:39:08 +00:00
Shuduo Sang
bbfde59f0a
Hotfix/sangshuduo/td 3316 testcase for taosdemo limit offset ( #5451 )
...
* [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.
2021-03-16 07:55:22 +08:00
haojun Liao
a838ce83e8
Merge pull request #5440 from taosdata/feature/qrefactor
...
[td-3294]fix bug found by regression test.
2021-03-15 22:06:04 +08:00
Minglei Jin
4b55006194
Merge branch 'develop' into fix/TD-3307
2021-03-15 19:36:27 +08:00
Shengliang Guan
851975db4e
TD-3308
2021-03-15 10:37:54 +00:00
Shengliang Guan
c7e96a44f1
Merge branch 'develop' into release/s117
2021-03-15 18:35:28 +08:00
Shuduo Sang
86f4851520
[TD-3192] <feature>: support child table limit and offset.
...
resolve memory alloc issue.
2021-03-15 17:57:05 +08:00
Minglei Jin
b434b54d77
[TD-3307]<fix>: fix too long string append with length >= 64
2021-03-15 16:54:10 +08:00
Haojun Liao
8ac63bb2cc
[td-225]fix bugs found by regression test.
2021-03-15 15:48:48 +08:00
Shuduo Sang
86105e729a
[TD-3192] <feature>: support childtable limit and offset.
...
make insert.json back to early version.
2021-03-15 14:18:03 +08:00
Haojun Liao
08aa04f174
[td-225]fix compiler error.
2021-03-15 13:18:15 +08:00
Haojun Liao
3e4b7452fe
[td-225] refactor.
2021-03-15 13:11:19 +08:00
Haojun Liao
6c3ea16c02
[td-225] refactor
2021-03-15 13:08:21 +08:00
Haojun Liao
c35c114fc2
[td-225]refactor.
2021-03-15 10:27:26 +08:00
Haojun Liao
a6d0bf4f11
[td-225]refactor
2021-03-14 22:56:12 +08:00
Shuduo Sang
fb7005cb2f
Merge pull request #5442 from taosdata/hotfix/sangshuduo/TD-3197-fix-taosdemo-coverity-scan
...
[TD-3197] <fix>: fix coverity scan issues. use secure random()
2021-03-14 21:30:47 +08:00
Shuduo Sang
013c5cb0ab
[TD-3197] <fix>: fix coverity scan issues. use secure random()
2021-03-14 20:37:08 +08:00
Shengliang Guan
d6c7cd07d4
Merge pull request #5423 from taosdata/hotfix/TD-3238
...
[TD-3238]<hotfix>: fix time < 1970-01-01 coredump
2021-03-14 11:34:44 +08:00
Shengliang Guan
b666ed8fb2
Merge pull request #5428 from taosdata/feature/TD-3282
...
add table tag value check in TSDB
2021-03-14 11:34:13 +08:00
Shuduo Sang
3983f14e42
Merge pull request #5439 from taosdata/hotfix/sangshuduo/TD-3197-fix-taosdemo-coverity-scan
...
[TD-3197] <fix>: fix coverity scan issues.
2021-03-14 09:41:09 +08:00
freemine
332a9f05a0
Merge remote-tracking branch 'upstream/develop' into odbc2
2021-03-14 09:34:02 +08:00
Haojun Liao
45acc9d30b
[td-3294]fix bug found by regression test.
2021-03-13 23:15:32 +08:00
Shuduo Sang
8d62e8dd8f
[TD-3197] <fix>: fix coverity scan issues.
2021-03-13 22:54:14 +08:00
freemine
1fb8a61f4d
add c example
2021-03-13 22:31:15 +08:00
haojun Liao
6b67d09665
Merge pull request #5434 from taosdata/feature/qrefactor
...
Feature/qrefactor
2021-03-13 22:29:38 +08:00
Shuduo Sang
6ba66d582e
Merge branch 'develop' into hotfix/sangshuduo/TD-3215-bus-error-arm32
2021-03-13 17:21:28 +08:00
Haojun Liao
4eeb83d1d7
[td-225]fix compiler error.
2021-03-13 15:11:31 +08:00
Haojun Liao
9e03384a0d
[td-3272]<fix>: Change the error message in case of wrong type input during create table.
2021-03-13 15:06:50 +08:00
Haojun Liao
44bacd8758
[td-225]fix compiler error.
2021-03-13 14:56:56 +08:00
Haojun Liao
d6fd9e58c4
[td-225] merge develop.
2021-03-13 14:50:17 +08:00
Haojun Liao
a717a5e6c8
[td-3214]remove unnecessary warning.
2021-03-13 14:34:14 +08:00
Haojun Liao
28d1459c16
[td-2569]<feature>: support session window query.
2021-03-13 14:12:45 +08:00
huili
10b449845b
Merge pull request #5431 from taosdata/fix/TD-3283
...
[TD-3283]<fix>: fix unsigned fields support in http rest json
2021-03-13 09:42:12 +08:00
freemine
2b429114dd
compiler warning, workaround
2021-03-13 08:19:57 +08:00
freemine
a7d9720036
compiler warning, workaround
2021-03-13 07:54:16 +08:00
freemine
df73e6934a
Merge remote-tracking branch 'upstream/develop' into odbc2
2021-03-13 00:10:11 +08:00
freemine
16c133c1bc
remove todbc_conv
2021-03-13 00:09:38 +08:00
freemine
12ad3514ef
odbc driver
2021-03-13 00:03:02 +08:00
Shuduo Sang
5a42914c34
Merge pull request #5427 from taosdata/feature/sangshuduo/TD-3192-support-tblimit-tboffset
...
Feature/sangshuduo/td 3192 support tblimit tboffset
2021-03-13 00:02:59 +08:00
haojun Liao
25e7ff1e6b
Merge pull request #5409 from taosdata/hotfix/TD-3231
...
[TD-3231]last_row should not work with group by column
2021-03-12 22:36:49 +08:00
haojun Liao
26fe683fb2
Merge pull request #5402 from taosdata/hotfix/TD-3223
...
[TD-3223]taosd crash for multiple stddev query
2021-03-12 22:36:25 +08:00
haojun Liao
7d8ca438e4
Merge pull request #5401 from taosdata/feature/qrefactor
...
Feature/qrefactor
2021-03-12 22:35:39 +08:00
Shuduo Sang
0cbc5ce023
Merge pull request #5430 from taosdata/hotfix/sangshuduo/TD-3288-python-bigint-bug-on-32bit
...
Hotfix/sangshuduo/td 3288 python bigint bug on 32bit
2021-03-12 22:07:29 +08:00
Shuduo Sang
7e152de359
[TD-3192] <feature>: support stb limit and offset. merge develop.
2021-03-12 19:18:49 +08:00
Minglei Jin
7dfa4d83c3
[TD-3283]<fix>: fix unsigned fields support in http rest json
2021-03-12 19:13:32 +08:00
Shuduo Sang
72c9bbe80c
[TD-3288] <fix>: solve python connector bigint and timestamp issue on 32bit.
2021-03-12 18:39:39 +08:00
Haojun Liao
eb681d46c0
[td-2895] fix bug by regression test.
2021-03-12 18:38:23 +08:00
Hongze Cheng
776d932632
add table tag value check in TSDB
2021-03-12 17:49:13 +08:00
Shuduo Sang
e4d619538e
[TD-3192] <feature>: support stb limit and offset. verified.
2021-03-12 17:34:44 +08:00
Hongze Cheng
1e6cc776f8
add tag value check to create table
2021-03-12 17:24:18 +08:00
Hongze Cheng
15b039d2ed
fix windows compile issure
2021-03-12 16:46:25 +08:00
Haojun Liao
0956e1b4df
[td-2895] refactor.
2021-03-12 16:13:00 +08:00
Haojun Liao
2d2316eeec
[td-3277]<fix>: fix the taosd crash caused by fetching the too long binary data in tags.
2021-03-12 15:32:58 +08:00
Shuduo Sang
57c1f20f2d
[TD-3192] <feature>: support stb limit and offset. create tables works.
2021-03-12 15:24:51 +08:00
dapan1121
7502039df4
fix bug
2021-03-12 15:19:19 +08:00
Shuduo Sang
5c84228eb8
[TD-3228] <fix>: support quorum on database creation. merge develop
2021-03-12 14:01:54 +08:00
Shuduo Sang
ee5f20034a
Merge branch 'develop' into hotfix/sangshuduo/TD-3228-taosdemo-support-quorum
2021-03-12 13:54:31 +08:00
Shuduo Sang
3e64ef252f
[TD-3192] <feature>: support stb limit and offset. generate data refactor.
2021-03-12 13:51:55 +08:00
Hongze Cheng
08069541f4
[TD-3238]<hotfix>: fix time < 1970-01-01 coredump
2021-03-12 13:51:02 +08:00
dapan1121
6722b336bf
add debug log
2021-03-12 13:34:29 +08:00
Shuduo Sang
2dd89ced18
Merge pull request #5412 from taosdata/hotfix/sangshuduo/TD-3147-insert-rate-more-than-1s
...
Hotfix/sangshuduo/td 3147 insert rate more than 1s
2021-03-12 13:22:49 +08:00
Shuduo Sang
7f2116fb96
[TD-3192] <feature>: support stb limit and offset. refactor.
2021-03-12 11:41:12 +08:00
Haojun Liao
aa063917ab
[td-2895] merge develop.
2021-03-12 11:30:59 +08:00
Haojun Liao
709d045c40
Merge branch 'develop' into feature/qrefactor
2021-03-12 11:23:30 +08:00
Shuduo Sang
405814f82c
Merge branch 'develop' into feature/sangshuduo/TD-3192-support-tblimit-tboffset
2021-03-12 10:39:09 +08:00
Shuduo Sang
63dde6ec7f
Merge branch 'develop' into hotfix/sangshuduo/TD-3215-bus-error-arm32
2021-03-12 02:15:27 +00:00
haojun Liao
776c80a7cc
Merge pull request #5375 from taosdata/hotfix/TD-3196
...
[TD-3196]client crashes for stddev query with NULL tag value
2021-03-12 10:13:28 +08:00
haojun Liao
9a42050b99
Merge pull request #5371 from taosdata/hotfix/TD-3184
...
[TD-3184]last(*) with group by doesn't work
2021-03-12 10:13:00 +08:00
Shuduo Sang
a1f747a89e
Merge pull request #5418 from taosdata/hotfix/TD-3222
...
[TD-3222]<fix>: fix failover test case failed caused by JDBC-JNI driver
2021-03-12 09:57:56 +08:00
Shengliang Guan
89a2451af0
Merge pull request #5421 from taosdata/feature/tqueue
...
Feature/tqueue
2021-03-12 09:07:21 +08:00
Haojun Liao
3a6451d6fb
[td-2895] refactor.
2021-03-11 23:21:38 +08:00
Haojun Liao
706b441e70
[td-2895] fix bug found in regression test.
2021-03-11 22:58:10 +08:00
Shuduo Sang
0b02db5eb2
Merge branch 'develop' into hotfix/sangshuduo/TD-3228-taosdemo-support-quorum
2021-03-11 22:16:31 +08:00
Shuduo Sang
867f443c5b
[TD-3192] <feature>: support stb limit and offset. fix sleep time.
2021-03-11 20:57:39 +08:00
Shengliang Guan
f5ecbb6e58
TD-3130
2021-03-11 20:39:22 +08:00
Shuduo Sang
e29ef5e511
Merge branch 'develop' into feature/sangshuduo/TD-3192-support-tblimit-tboffset
2021-03-11 19:34:46 +08:00
Shuduo Sang
1489c458f0
[TD-3192] <feature>: support stb limit and offset. refactoring.
...
stb and tb insert works.
2021-03-11 19:34:20 +08:00
Haojun Liao
2891d51a3b
[td-2895] fix bug found by regression test.
2021-03-11 17:41:36 +08:00
Shengliang Guan
4276008845
Merge pull request #5404 from taosdata/fix/TD-3227
...
[TD-3227]<fix>: create default data dir */var/lib/taos* if not exist
2021-03-11 17:38:10 +08:00
Shuduo Sang
b17b5edc60
Merge branch 'develop' into feature/sangshuduo/TD-3192-support-tblimit-tboffset
2021-03-11 17:08:19 +08:00
zyyang
9db0a255bb
change
2021-03-11 17:07:05 +08:00
zyyang
a1f9c2ecdb
change
2021-03-11 17:05:58 +08:00
Shuduo Sang
e0f5fc78ae
Merge branch 'develop' into hotfix/sangshuduo/TD-3215-bus-error-arm32
2021-03-11 09:02:44 +00:00
dapan1121
f0a32e5c3f
pass expr filter to taosd
2021-03-11 16:49:57 +08:00
Shuduo Sang
3793640e85
[TD-3147] <fix>: support insert interval. merge develop.
2021-03-11 16:46:51 +08:00
zyyang
6de0ca7698
change
2021-03-11 16:43:27 +08:00
zyyang
76d8bcf2be
change
2021-03-11 16:37:24 +08:00
Shuduo Sang
9e7ed32f40
[TD-3192] <feature>: support stb limit and offset. refactor.
2021-03-11 16:16:54 +08:00
zyyang
765537affb
change
2021-03-11 16:01:17 +08:00
zyyang
15229d141b
change
2021-03-11 15:50:30 +08:00
zyyang
1d336b6317
change
2021-03-11 15:43:53 +08:00
Shuduo Sang
841ac53415
[TD-3143] <fix>: make taosdemo works on windows. adjust debug info.
2021-03-11 13:47:59 +08:00
Shuduo Sang
9f531b3767
Merge branch 'develop' into hotfix/sangshuduo/TD-3215-bus-error-arm32
2021-03-11 05:45:38 +00:00
Haojun Liao
2b9e364fdf
[td-2895] refactor.
2021-03-11 13:33:46 +08:00
Shuduo Sang
808e674ece
[TD-3143] <fix>: make taosdemo works on windows. more failure info.
2021-03-11 13:32:35 +08:00
Shuduo Sang
92dd3e0cb8
Merge branch 'develop' into feature/sangshuduo/TD-3192-support-tblimit-tboffset
2021-03-11 13:16:06 +08:00
Shuduo Sang
8af62a58b5
[TD-3143] <fix>: make taosdemo works on windows. fix compile issue.
2021-03-11 13:04:26 +08:00
Shuduo Sang
5ae71f5b80
[TD-3143] <fix>: make taosdemo works on windows. fix time shifting.
2021-03-11 12:49:52 +08:00
dapan1121
bf336e4ccb
Merge branch 'develop' into feature/TD-2577
2021-03-11 11:19:56 +08:00
dapan1121
0cfb65a89f
fix bug; add cases
2021-03-11 11:19:06 +08:00
Shuduo Sang
5c6a2c2814
Merge branch 'develop' into hotfix/sangshuduo/TD-3228-taosdemo-support-quorum
2021-03-11 11:07:02 +08:00
Shuduo Sang
c58c50ab57
Merge branch 'develop' into hotfix/sangshuduo/TD-3147-insert-rate-more-than-1s
2021-03-11 11:04:22 +08:00
Shuduo Sang
ac56cf52b7
Merge branch 'develop' into hotfix/sangshuduo/TD-3143-taosdemo-windows
2021-03-11 11:01:43 +08:00
zyyang
129f98e1c7
change
2021-03-11 10:24:33 +08:00
Shuduo Sang
baf10a4ad1
[TD-3228] <fix>: support quorum. fix buffer issue.
2021-03-10 23:55:45 +08:00
Shuduo Sang
1b49d1e2b5
[TD-3143]] <fix>: make taosdemo works on windows. cleanup.
2021-03-10 23:39:01 +08:00
zyyang
ad09c3aee6
change
2021-03-10 18:39:19 +08:00
zyyang
47a789273e
[TD-3222]<fix>: fix JNI connection failover bugs in jdbcdriver
2021-03-10 18:37:54 +08:00
dapan1121
2cf2df024e
fix bug
2021-03-10 18:34:45 +08:00
Minglei Jin
544bf3baa1
[TD-3227]<fix>: create default data dir */var/lib/taos* if not exist
2021-03-10 18:21:55 +08:00
Shuduo Sang
5404c297f9
[TD-3147] <fix>: support stable level interval.
2021-03-10 18:01:18 +08:00
Haojun Liao
1b230a981d
[td-2895] refactor.
2021-03-10 17:59:38 +08:00
Shuduo Sang
efd8ebefca
[TD-3228] <fix>: make taosdemo support quorum.
2021-03-10 17:26:12 +08:00
Shuduo Sang
dc961d0ee7
[TD-3192] <feature>: support tblimit and tboffset. merge develop.
2021-03-10 17:11:44 +08:00
Haojun Liao
ff37048e12
[td-2895] refactor.
2021-03-10 17:05:50 +08:00
Haojun Liao
fff1e084ae
[td-2895] refactor.
2021-03-10 16:54:20 +08:00
Haojun Liao
73182bf31d
[td-2895] refactor.
2021-03-10 16:53:15 +08:00
Haojun Liao
d1eb6f8333
[td-2895] refactor.
2021-03-10 16:51:45 +08:00
Haojun Liao
ac08e23b89
[td-2895] refactor.
2021-03-10 16:41:56 +08:00
Haojun Liao
6400b915f3
[td-2895] fix compiler.
2021-03-10 16:13:44 +08:00
Shuduo Sang
90ad66d549
fix compiler error
2021-03-10 16:07:26 +08:00
dapan1121
3eaeb1406e
Merge branch 'hotfix/TD-3223' into feature/TD-2577
2021-03-10 16:04:42 +08:00
Haojun Liao
7e91c54e35
[td-2895] fix compiler error.
2021-03-10 15:50:36 +08:00
Haojun Liao
0b67415845
[td-2895] fix compiler error.
2021-03-10 15:43:35 +08:00
Shengliang Guan
784178c0b6
TD-3220
2021-03-10 15:37:06 +08:00
Haojun Liao
07467a7810
[td-2895] fix compiler error.
2021-03-10 15:33:16 +08:00
Haojun Liao
e1dc3078cf
Merge branch 'feature/qrefactor' of https://github.com/taosdata/TDengine into feature/qrefactor
2021-03-10 15:29:11 +08:00
Haojun Liao
db0d52706b
[td-2895] refactor.
2021-03-10 15:26:10 +08:00
Shuduo Sang
dd26ea2300
fix compiler error
2021-03-10 15:25:26 +08:00
Haojun Liao
ef5fa20441
[td-2895] merge develop.
2021-03-10 14:55:59 +08:00
dapan1121
5b81cd8093
fix bug
2021-03-10 14:50:47 +08:00
Haojun Liao
cc0110d32b
[td-2895] refactor.
2021-03-10 14:50:43 +08:00
Shengliang Guan
cd82755f22
Merge branch 'feature/tqueue' of https://github.com/taosdata/TDengine into feature/tqueue
2021-03-10 14:28:43 +08:00
Shuduo Sang
1bfd67386e
Merge branch 'develop' into hotfix/sangshuduo/TD-3143-taosdemo-windows
2021-03-10 13:18:31 +08:00
Shuduo Sang
105531cab4
[TD-3143] <fix>: make taosdemo works on Windows. fix macro definition.
2021-03-10 11:36:29 +08:00
dapan1121
671492fb6d
fix bug
2021-03-10 11:19:35 +08:00
zyyang
aa7ea5897c
change
2021-03-10 11:05:36 +08:00
zyyang
071b730c02
change
2021-03-10 11:01:34 +08:00
Shengliang Guan
75daf9fb9e
Merge branch 'feature/tqueue' of https://github.com/taosdata/TDengine into feature/tqueue
2021-03-10 10:55:35 +08:00
Shuduo Sang
e01365f422
[TD-3143] <fix>: make taosdemo restful work on Windows.
2021-03-10 10:54:20 +08:00
dapan1121
0ec762866d
fix bug
2021-03-10 10:49:58 +08:00
zyyang
5f63630955
[TD-2975]<test>: add test case for insert and query timedate before 1970
2021-03-10 10:47:40 +08:00
Haojun Liao
40cafb4976
[td-2895] refactor.
2021-03-10 10:43:38 +08:00
Shuduo Sang
07d234af04
Merge branch 'develop' into hotfix/sangshuduo/TD-3143-taosdemo-windows
2021-03-10 10:41:30 +08:00
dapan1121
9a5b1debb4
fix bug
2021-03-10 10:31:25 +08:00
Haojun Liao
d57b3f381d
[td-2895] refactor.
2021-03-10 10:28:40 +08:00
Haojun Liao
405e201cc6
[td-2895] refactor.
2021-03-10 10:03:48 +08:00
Shengliang Guan
521113ec0a
Merge remote-tracking branch 'origin/develop' into feature/tqueue
2021-03-10 09:14:31 +08:00
Haojun Liao
4f527aef73
[td-2895] refactor.
2021-03-09 22:42:57 +08:00
Shengliang Guan
833dde3166
TD-3130
2021-03-09 21:57:02 +08:00
Shuduo Sang
4494203f28
Merge branch 'develop' into hotfix/sangshuduo/TD-3215-bus-error-arm32
2021-03-09 11:07:44 +00:00
Shuduo Sang
ed134f3d57
[TD-3215] <fix>: fix bus error on arm32.
2021-03-09 11:05:09 +00:00
Shuduo Sang
fd5fd885c4
Merge pull request #5393 from taosdata/hotfix/sangshuduo/TD-3147-insert-rate-more-than-1s
...
Hotfix/sangshuduo/td 3147 insert rate more than 1s
2021-03-09 18:28:22 +08:00
Shengliang Guan
964f5c5af3
Merge pull request #5392 from taosdata/fix/TD-3045-v2
...
[TD-3045]<fix>: exit zombie dropped dnode
2021-03-09 18:12:07 +08:00
Haojun Liao
8a45eedda7
[td-2895] merge develop.
2021-03-09 18:00:39 +08:00
Shuduo Sang
255b77af13
[TD-3147] <fix>: support insert interval. merge develop.
2021-03-09 17:02:34 +08:00
Shuduo Sang
530401602a
[TD-3147] <fix>: suppport insert interval. pass test.
2021-03-09 17:00:00 +08:00
dapan1121
72f94210b7
fix bug
2021-03-09 16:48:02 +08:00
Minglei Jin
13baeeac7b
[TD-3045]<fix>: exit zombie dropped dnode
2021-03-09 16:22:18 +08:00
Shuduo Sang
032e19b1ee
[TD-3197] <fix>: fix taosdemo few coverity scan issues.
2021-03-09 15:26:25 +08:00
Shuduo Sang
724fb5e03a
[TD-3147] <fix>: support insert interval. stable works.
2021-03-09 14:47:17 +08:00
Shuduo Sang
9e4f067904
[TD-3147] <fix>: support insert interval. normal table working.
2021-03-09 12:59:25 +08:00
dapan1121
a05c7e60f3
fix bu
2021-03-09 09:38:02 +08:00
Shuduo Sang
7df0a86699
[TD-3147] <fix>: support insert interval. cleanup.
2021-03-09 00:36:56 +08:00
Shuduo Sang
19fc8eb86b
[TD-3147] <fix>: support insert interval. add verbose print.
2021-03-09 00:06:51 +08:00
Shuduo Sang
b8bc8759d1
[TD-3147] <fix>: support insert interval.
2021-03-08 23:29:34 +08:00
Shuduo Sang
9dbde39604
Merge branch 'develop' into hotfix/sangshuduo/TD-3147-insert-rate-more-than-1s
2021-03-08 23:01:42 +08:00
Shuduo Sang
567299fdc3
Merge branch 'develop' into hotfix/sangshuduo/TD-3143-taosdemo-windows
2021-03-08 21:21:53 +08:00
Shuduo Sang
ff884d4a29
[TD-3143] <fix>: make taosdemo restful working on windows.
2021-03-08 21:15:29 +08:00
Shuduo Sang
a273c63592
[TD-3147] <fix>: suppoert insert interval. print sleep time.
2021-03-08 19:47:56 +08:00
Shuduo Sang
75fe4a1d1b
[TD-3192] <feature>: support supertable limit and offset.
2021-03-08 19:37:33 +08:00
Shuduo Sang
4a0648306e
[TD-3202] <fix>: fix incorrect number of table issue.
2021-03-08 18:12:20 +08:00
Shuduo Sang
065937dfd5
[TD-3192] <feature>: support supertable limit and offset.
2021-03-08 17:31:07 +08:00
dapan1121
359ec2776a
Merge branch 'develop' into feature/TD-2577
2021-03-08 17:17:03 +08:00
dapan1121
7baa3f6d00
support topic operations
2021-03-08 17:11:14 +08:00
dapan1121
4b824dde0b
fix bug
2021-03-08 15:25:07 +08:00
Haojun Liao
66163f96af
[td-2895] merge develop.
2021-03-08 13:33:15 +08:00
dapan1121
af866a4769
fix bug
2021-03-08 13:21:10 +08:00
Shuduo Sang
7bcca63ea6
[TD-3197] <fix>: fix taosdump and taosdemo coverity scan issue.
2021-03-08 12:02:26 +08:00
dapan1121
572df73646
fix bug
2021-03-08 11:39:08 +08:00
dapan1121
93e92832e2
fix bug
2021-03-08 10:13:07 +08:00
Haojun Liao
5501982faa
[td-2895] refactor.
2021-03-07 23:08:10 +08:00
Shuduo Sang
a2a1417a1b
[TD-3147] <fix>: support insert interval. cleanup
2021-03-06 14:33:54 +08:00
Haojun Liao
e313cf3b59
[td-2985] refactor.
2021-03-06 13:45:45 +08:00
Shuduo Sang
a7d6df3dba
[TD-3147] <fix>: support insert interval. fix compile incompatible issue.
2021-03-06 13:28:44 +08:00
dapan1121
e8eb77b856
support having
2021-03-05 19:00:27 +08:00
Shuduo Sang
45cc4caea9
Merge branch 'develop' into hotfix/sangshuduo/TD-3147-insert-rate-more-than-1s
2021-03-05 18:27:23 +08:00
Shuduo Sang
42e8a73f91
[TD-3147] <fix>: support insert interval. stb case passed.
2021-03-05 18:26:24 +08:00
Shuduo Sang
b694b2c378
Merge pull request #5360 from taosdata/hotfix/TD-3142
...
Hotfix/td 3142
2021-03-05 18:09:12 +08:00
zyyang
ff370c2471
change
2021-03-05 17:05:22 +08:00
Shengliang Guan
3dfb225d20
Merge remote-tracking branch 'origin/develop' into feature/tqueue
2021-03-05 17:02:41 +08:00
huili
9724bedec5
Merge pull request #5357 from taosdata/fix/TD-2710
...
rpc: fix deadlock when tsched queue is full and session limit reached
2021-03-05 17:00:46 +08:00
Shuduo Sang
08b272c69f
Merge branch 'develop' into hotfix/sangshuduo/TD-3147-insert-rate-more-than-1s
2021-03-05 16:50:57 +08:00
Shuduo Sang
3b9eb5ea9a
[TD-3147] <fix>: support insert interval. use seperate func for normal table write.
2021-03-05 16:48:26 +08:00
zyyang
d8c02c10db
change
2021-03-05 16:12:26 +08:00
haojun Liao
bc3df41100
Merge pull request #5352 from taosdata/hotfix/TD-3170
...
[TD-3170]taosd/taos crash when group by tag with type double and value NULL
2021-03-05 16:02:41 +08:00
haojun Liao
edded12d5e
Merge pull request #5353 from taosdata/hotfix/TD-3165
...
[TD-3165]taos crash when query bin/hex values
2021-03-05 16:01:46 +08:00
haojun Liao
8d6cf54ad4
Merge pull request #5356 from taosdata/fix/TD-3171
...
[TD-3171]<fix>: response error code if any
2021-03-05 15:38:42 +08:00
zyyang
6a5831c438
change
2021-03-05 15:33:11 +08:00
Minglei Jin
f76225443e
rpc: fix deadlock when tsched queue is full and session limit reached
2021-03-05 14:46:28 +08:00
Shengliang Guan
4d74ee9a68
TD-3130
2021-03-05 14:33:27 +08:00
Shengliang Guan
9e8379a560
TD-3130
2021-03-05 14:06:47 +08:00
Minglei Jin
0a5afb30ee
[TD-3171]<fix>: response error code if any
2021-03-05 11:50:37 +08:00
dapan1121
ffcd5d9226
Merge branch 'develop' into feature/TD-2577
2021-03-05 11:35:02 +08:00
dapan1121
adf9d96f73
fix bug
2021-03-05 11:29:31 +08:00
haojun Liao
5f2ead65af
Merge pull request #5351 from taosdata/feature/query
...
[td-225]update the unit test.
2021-03-05 11:16:34 +08:00
Haojun Liao
d148af163d
[td-225]update the unit test.
2021-03-05 11:15:15 +08:00
Haojun Liao
bd2caded2f
[td-2895] refactor.
2021-03-05 11:02:58 +08:00
dapan1121
dbfb10984a
fix bug
2021-03-05 10:43:08 +08:00
dapan1121
e5898c4a67
fix bug
2021-03-05 10:23:50 +08:00
zyyang
83ba94b6ed
change
2021-03-05 10:18:57 +08:00