Haojun Liao
|
f850388ed9
|
Merge pull request #21116 from taosdata/fix/liaohj_main
fix(query): stop tsdbreade ASAP, and do some internal refactor. TD-23249
|
2023-04-28 11:42:05 +08:00 |
Haojun Liao
|
3ac1ce69b6
|
fix(query): set correct scan flag.
|
2023-04-28 10:02:37 +08:00 |
wangmm0220
|
cce868d140
|
fix:offset encode assert error
|
2023-04-28 09:45:16 +08:00 |
Haojun Liao
|
6482ef9ad1
|
refactor: do some internal refactor.
|
2023-04-28 09:19:53 +08:00 |
Haojun Liao
|
8205168428
|
fix(query): fix memory leak.
|
2023-04-28 09:16:11 +08:00 |
Haojun Liao
|
7adc21028a
|
refactor: do some internal refactor.
|
2023-04-28 00:23:38 +08:00 |
wangmm0220
|
1ee1b0422c
|
fix:change push mgr from SArray to Hash
|
2023-04-27 23:44:27 +08:00 |
Haojun Liao
|
25010cb11e
|
fix(query): stop tsdbreade ASAP, and do some internal refactor.
|
2023-04-27 22:21:18 +08:00 |
wangmm0220
|
db5b5c828e
|
fix:add log for msg push
|
2023-04-27 18:35:10 +08:00 |
Haojun Liao
|
ad7c3218f7
|
Merge pull request #21111 from taosdata/fix/liaohj_main
enh(query): stop tsdb reader ASAP. TD-23249
|
2023-04-27 17:45:38 +08:00 |
Haojun Liao
|
802c05150a
|
enh(query): stop tsdb reader ASAP.
|
2023-04-27 16:18:28 +08:00 |
Haojun Liao
|
e822dc2025
|
enh(query): add reader status.
|
2023-04-27 16:10:36 +08:00 |
Haojun Liao
|
7762e0ea47
|
refactor: do some internal refactor.
|
2023-04-27 16:10:06 +08:00 |
Haojun Liao
|
91f9b58f9a
|
refactor: do some internal refactor.
|
2023-04-27 16:06:06 +08:00 |
wangmm0220
|
8677b56a4f
|
fix:assert error in tqProcessSubmitReqForSubscribe if put pHandle to array twice
|
2023-04-27 15:44:44 +08:00 |
Haojun Liao
|
17a5691afb
|
refactor: remove assert.
|
2023-04-27 15:37:33 +08:00 |
Haojun Liao
|
d83f29dc23
|
refactor: remove assert.
|
2023-04-27 15:33:04 +08:00 |
Haojun Liao
|
985d000377
|
Merge pull request #21090 from taosdata/fix/TD-23881
fix:[TD-23881] check the max row's length in schemaless
|
2023-04-27 14:00:21 +08:00 |
Haojun Liao
|
12e0f3fda8
|
refactor: do some internal refactor.
|
2023-04-27 13:36:09 +08:00 |
Haojun Liao
|
e1bd65ec0a
|
Merge pull request #21105 from taosdata/fix/liaohj_main
fix(query): check the init status for pReader->status.merger TD-23903
|
2023-04-27 12:40:13 +08:00 |
Haojun Liao
|
3093726c5a
|
fix(query): init row merger for tsdbread.
|
2023-04-27 11:49:00 +08:00 |
Haojun Liao
|
fe3f3f478a
|
fix(query): check the init status for pReader->status.merger
|
2023-04-27 10:15:52 +08:00 |
wangmm0220
|
6a889ae80e
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-3222
|
2023-04-27 09:48:04 +08:00 |
Haojun Liao
|
db1d75bb48
|
refactor: do some internal refactor.
|
2023-04-27 09:28:20 +08:00 |
Haojun Liao
|
3d20bbe78b
|
Merge pull request #21097 from taosdata/fix/liaohj_main
log: disable some logs.td-23861
|
2023-04-27 09:05:56 +08:00 |
Haojun Liao
|
a751f75022
|
fix: fix syntax error on windows.
|
2023-04-26 21:23:39 +08:00 |
Haojun Liao
|
213e8b8920
|
log: disable some logs.
|
2023-04-26 17:58:23 +08:00 |
wangmm0220
|
224d87b131
|
fix:cosume null if rebalance
|
2023-04-26 17:58:14 +08:00 |
Haojun Liao
|
9a35d4e950
|
Merge pull request #21087 from taosdata/fix/liaohj_main
refactor: do some internal refactor.
|
2023-04-26 17:57:37 +08:00 |
dapan1121
|
51a1e07dbf
|
Merge pull request #21029 from taosdata/fix/TD-23797
fix: fix crash caused by deleting from system table
|
2023-04-26 17:48:58 +08:00 |
Haojun Liao
|
ca4df761f1
|
fix(query): fix syntax error.
|
2023-04-26 17:14:54 +08:00 |
Haojun Liao
|
627429d490
|
fix(query): fix the comparion error.
|
2023-04-26 16:05:57 +08:00 |
dapan1121
|
a7f405d4d4
|
Merge pull request #21077 from taosdata/fix/TS-3271-MAIN
fix: log file size over 4G report error on windows
|
2023-04-26 15:02:20 +08:00 |
dapan1121
|
b73d213927
|
Merge pull request #21088 from taosdata/fix/TD-23873
fix: schema/tag version update to int32
|
2023-04-26 14:41:25 +08:00 |
wangmm0220
|
8be78ddee2
|
fix:[TD-23881] check the max row's length in schemaless
|
2023-04-26 14:23:25 +08:00 |
dapan1121
|
5db5205e31
|
fix: schema/tag version update to int32
|
2023-04-26 13:41:16 +08:00 |
Haojun Liao
|
3e80f57fc7
|
refactor: do some internal refactor.
|
2023-04-26 12:09:05 +08:00 |
Haojun Liao
|
59725d1d87
|
refactor: do some internal refactor.
|
2023-04-26 12:02:43 +08:00 |
Haojun Liao
|
8d0a4772a5
|
Merge pull request #21070 from taosdata/fix/liaohj_main
enh(query): opt last row read performance. TD-23313
|
2023-04-26 11:54:48 +08:00 |
Hui Li
|
133327140f
|
Merge pull request #21078 from taosdata/fix/TS-3267
fix: more fix
|
2023-04-26 10:42:09 +08:00 |
Haojun Liao
|
8e2edd6ebf
|
fix(query): fix null ptr access.
|
2023-04-26 10:00:00 +08:00 |
Xiaoyu Wang
|
05dc0fd6b1
|
Merge pull request #21056 from taosdata/feat/TD-23693
feat: subtable level privilege
|
2023-04-26 09:17:23 +08:00 |
Haojun Liao
|
2a45ef88b0
|
fix(query): fix memory leak.
|
2023-04-26 00:40:33 +08:00 |
Haojun Liao
|
7b7a483afc
|
fix(query): add tmp variable to hold the TSDBROW value.
|
2023-04-25 18:43:48 +08:00 |
Xiaoyu Wang
|
b07e4c8522
|
Merge branch 'feat/TD-23693' of github.com:taosdata/TDengine into feat/TD-23693
|
2023-04-25 17:39:51 +08:00 |
Xiaoyu Wang
|
e584bb3ea1
|
feat: subtable level privilege
|
2023-04-25 17:39:28 +08:00 |
Hongze Cheng
|
49728a235e
|
fix: more fix
|
2023-04-25 17:32:45 +08:00 |
Alex Duan
|
97a5ebac1c
|
fix: miss out _fstat64
|
2023-04-25 17:10:12 +08:00 |
Alex Duan
|
ee93500619
|
fix: log file size over 4G report error on windows
|
2023-04-25 17:03:58 +08:00 |
wangmm0220
|
4321012ac4
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-3222
|
2023-04-25 16:24:28 +08:00 |
wangmm0220
|
d1e5d6e0f9
|
fix:pHandle->msg is not null if rebalance
|
2023-04-25 16:23:58 +08:00 |
slzhou
|
aede1090ff
|
fix: the latest schema may delete columns
|
2023-04-25 16:23:30 +08:00 |
Haojun Liao
|
16fe48f770
|
fix(query): fix memory leak.
|
2023-04-25 16:09:58 +08:00 |
Haojun Liao
|
bca5fc7893
|
fix(query): fix memory leak.
|
2023-04-25 15:28:54 +08:00 |
Haojun Liao
|
8dbc3b3457
|
refactor: do some internal refactor.
|
2023-04-25 15:07:37 +08:00 |
Haojun Liao
|
0b6e531dd3
|
refactor: do some internal refactor.
|
2023-04-25 14:56:20 +08:00 |
Haojun Liao
|
81e54541de
|
refactor: do some internal refactor.
|
2023-04-25 14:24:24 +08:00 |
Haojun Liao
|
05d1692073
|
refactor: do some internal refactor.
|
2023-04-25 13:50:05 +08:00 |
Haojun Liao
|
d8762b9bc9
|
refactor: do some internal refactor.
|
2023-04-25 10:48:21 +08:00 |
Haojun Liao
|
6467b99a52
|
refactor: do some internal refactor.
|
2023-04-25 10:23:21 +08:00 |
Haojun Liao
|
4c4e148635
|
refactor: do some internal refactor.
|
2023-04-25 10:19:37 +08:00 |
wangmm0220
|
41bec8560a
|
opti:change push mgr to consume msg for subscribe
|
2023-04-25 09:58:28 +08:00 |
Haojun Liao
|
e724bc15e0
|
refactor: do some internal refactor.
|
2023-04-25 09:54:00 +08:00 |
Hongze Cheng
|
d57676c924
|
fix: delete table error
|
2023-04-25 09:52:16 +08:00 |
Haojun Liao
|
ae8a9d25c0
|
refactor: do some internal refactor.
|
2023-04-25 09:41:49 +08:00 |
Haojun Liao
|
a73957aaba
|
fix(query): fix error in add row into merger.
|
2023-04-25 09:24:15 +08:00 |
Haojun Liao
|
37d042a338
|
fix(query): fix error in add row into merger.
|
2023-04-25 00:33:24 +08:00 |
Haojun Liao
|
9a14e0db47
|
fix(query): fix error in add row into merger.
|
2023-04-25 00:30:43 +08:00 |
Haojun Liao
|
c6daa68e54
|
enh(query): opt merge life cycle.
|
2023-04-25 00:17:37 +08:00 |
wangmm0220
|
1c63408b3e
|
opti:change push mgr to consume msg for subscribe
|
2023-04-24 20:18:20 +08:00 |
wangmm0220
|
168e6f8936
|
opti:change push mgr to consume msg for subscribe
|
2023-04-24 19:44:10 +08:00 |
wangmm0220
|
8572f4a32f
|
opti:change push mgr to consume msg for subscribe
|
2023-04-24 19:41:30 +08:00 |
dapan1121
|
8c4b73a351
|
feat: add get table tag sync API
|
2023-04-24 19:19:12 +08:00 |
Ganlin Zhao
|
80621e14eb
|
refactor
|
2023-04-24 17:24:07 +08:00 |
Ganlin Zhao
|
782566ad08
|
refactor
|
2023-04-24 17:15:46 +08:00 |
Haojun Liao
|
7360a6b65c
|
enh(query): opt hash.
|
2023-04-24 16:39:55 +08:00 |
Haojun Liao
|
d73306f616
|
enh(query): opt last row read performance.
|
2023-04-24 16:08:49 +08:00 |
Haojun Liao
|
5663550de2
|
enh(query): opt query perf by allocate the SLDataIter when opening reader.
|
2023-04-24 15:47:02 +08:00 |
dapan1121
|
24aff3d680
|
fix: memory leak issue
|
2023-04-24 10:46:32 +08:00 |
dapan1121
|
8480c42234
|
fix: memory leak issue
|
2023-04-24 10:41:28 +08:00 |
dapan1121
|
905df6f7ac
|
fix: memory leak issue
|
2023-04-24 10:37:58 +08:00 |
dapan1121
|
3b8e8018b2
|
fix: get user errcode issue
|
2023-04-24 10:34:07 +08:00 |
wangmm0220
|
9bd74ec5b2
|
Merge branch 'fix/TS-3222' of https://github.com/taosdata/TDengine into fix/TS-3222
|
2023-04-24 10:14:32 +08:00 |
dapan1121
|
4b166e567e
|
fix: fix client retry issue
|
2023-04-24 10:14:02 +08:00 |
Ganlin Zhao
|
1251245c2a
|
move code to parser
|
2023-04-24 09:49:03 +08:00 |
dapan1121
|
d23ae400b8
|
fix: table meta double free issue
|
2023-04-24 09:22:59 +08:00 |
Haojun Liao
|
134c0528ae
|
Merge branch 'main' into fix/liaohj_main
|
2023-04-24 01:43:00 +08:00 |
wangmm0220
|
77e03bfd78
|
opti:change push mgr to consume msg for subscribe
|
2023-04-23 20:14:49 +08:00 |
Haojun Liao
|
a4258a5af0
|
Merge pull request #21019 from taosdata/fix/tagFilterError
fix filter err
|
2023-04-23 19:58:27 +08:00 |
dapan1121
|
64a1c1810f
|
Merge pull request #21032 from taosdata/fix/TD-23794-M
fix: release resources if node open/start failed
|
2023-04-23 18:13:45 +08:00 |
Haojun Liao
|
623ea6df5f
|
fix(stream): add task status check.
|
2023-04-23 17:42:56 +08:00 |
Xiaoyu Wang
|
4bb7a25fc7
|
feat: subtable level privilege
|
2023-04-23 16:30:28 +08:00 |
yihaoDeng
|
2699a01444
|
fix filter err
|
2023-04-23 08:13:27 +00:00 |
yihaoDeng
|
03b661061a
|
fix filter err
|
2023-04-23 08:12:36 +00:00 |
yihaoDeng
|
4291cfda21
|
fix filter err
|
2023-04-23 07:18:23 +00:00 |
Xiaoyu Wang
|
a218971096
|
Merge pull request #21023 from taosdata/fix/add-log-for-locale-setting
fix:add log for locale setting
|
2023-04-23 15:15:39 +08:00 |
wangmm0220
|
4bc319c6dd
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-3222
|
2023-04-23 15:15:33 +08:00 |
Xiaoyu Wang
|
35f02cdbad
|
Merge pull request #21013 from taosdata/FIX/TD-23768-main
fix: change tdbTbInsert to tdbTbUpsert for meta update in tdb
|
2023-04-23 15:15:17 +08:00 |
kailixu
|
f31e2b9cb4
|
chore: more code
|
2023-04-23 14:56:06 +08:00 |
kailixu
|
ebb1d83a3e
|
chore: remove ut code
|
2023-04-23 14:43:26 +08:00 |
kailixu
|
da2ca889f2
|
fix: release resources if node open/start failed
|
2023-04-23 14:42:24 +08:00 |
Haojun Liao
|
6fc364db19
|
fix(query): add null ptr check.
|
2023-04-23 13:53:55 +08:00 |
Ganlin Zhao
|
c5b3737702
|
fix: forbid delete from system table
|
2023-04-23 11:21:01 +08:00 |
Xiaoyu Wang
|
206887166c
|
fix: vnode errcode setting error
|
2023-04-23 10:53:28 +08:00 |
cadem
|
c86f0a331a
|
fix:add log for locale setting
|
2023-04-23 10:23:54 +08:00 |
yihaoDeng
|
3b89aa2085
|
fix filter err
|
2023-04-23 02:10:45 +00:00 |
dapan1121
|
9e22bd07a4
|
Merge pull request #21008 from taosdata/szhou/fix-ts3248
fix: when db_name!=xxx can not be used in systable scan index
|
2023-04-23 09:50:14 +08:00 |
Haojun Liao
|
232d8f1fda
|
Merge pull request #21012 from taosdata/fix/TD-23714
fix: topic name supports capital
|
2023-04-23 09:30:19 +08:00 |
yihaoDeng
|
5c9450856e
|
fix filter err
|
2023-04-23 00:53:55 +00:00 |
Benguang Zhao
|
3c53516299
|
fix: use tdbTbUpsert for metaUpdate functions
|
2023-04-21 19:24:09 +08:00 |
dapan1121
|
f4d1ac4e93
|
Merge pull request #21007 from taosdata/feat/TS-3249
feat: support table_prefix/table_suffix new mode
|
2023-04-21 19:18:28 +08:00 |
Haojun Liao
|
3f432cca2e
|
Merge pull request #20970 from taosdata/fix/TS-3116
opti:escape logic in schemaless
|
2023-04-21 18:44:06 +08:00 |
wangmm0220
|
6efbcfec4b
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-3222
|
2023-04-21 17:46:35 +08:00 |
wangmm0220
|
d288e44f92
|
fix:ci error
|
2023-04-21 17:18:40 +08:00 |
wangmm0220
|
7ea860ad11
|
fix:[TD-23714] topic support capital
|
2023-04-21 17:14:41 +08:00 |
dapan1121
|
13852f5699
|
fix: compile issue
|
2023-04-21 17:07:20 +08:00 |
dapan1121
|
176f7740c3
|
fix: memory leak issue
|
2023-04-21 16:41:39 +08:00 |
chenhaoran
|
7d7a0769b3
|
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.1
|
2023-04-21 16:20:37 +08:00 |
Haojun Liao
|
4ac8a33de3
|
Merge pull request #21005 from taosdata/fix/TS3250
fix:[TS-3250] change strtegy in schemaless if modifyDBSchema error
|
2023-04-21 16:07:51 +08:00 |
Haojun Liao
|
f1e289e9ce
|
Merge pull request #21006 from taosdata/fix/TS-3082
fix:[TS-3082] change offset to firstver if offset is smller than firs…
|
2023-04-21 16:07:32 +08:00 |
slzhou
|
c971fe1606
|
fix: when db_name != xxx can not be optimized by uid index
|
2023-04-21 15:01:35 +08:00 |
slzhou
|
5531775f8e
|
fix: when db_name!=xxx is used in systable scan index
|
2023-04-21 14:59:35 +08:00 |
dapan1121
|
877b6e7053
|
fix: add table_prefix/table_suffix cases
|
2023-04-21 14:58:58 +08:00 |
Haojun Liao
|
2b74583b87
|
Merge pull request #21002 from taosdata/fix/liaohj_main
fix(stream): set the correct number of tasks.
|
2023-04-21 14:52:07 +08:00 |
dapan1121
|
3c2fc48e74
|
feat: support new table_prefix/table_suffix mode
|
2023-04-21 14:17:07 +08:00 |
Haojun Liao
|
b6f4cac619
|
fix(stream): set the correct offset version.
|
2023-04-21 13:35:24 +08:00 |
wangmm0220
|
81b0670bd5
|
fix:[TS-3082] change offset to firstver if offset is smller than firstVer when wal is removed
|
2023-04-21 11:43:39 +08:00 |
wangmm0220
|
3d8faa690d
|
fix:[TS-3250] change strtegy in schemaless if modifyDBSchema error
|
2023-04-21 11:39:02 +08:00 |
Haojun Liao
|
e4199a62de
|
fix(stream): fix memory leak.
|
2023-04-21 10:37:50 +08:00 |
Haojun Liao
|
8fac91e265
|
refactor: do some internal refactor.
|
2023-04-21 09:38:51 +08:00 |
Haojun Liao
|
6c641cff39
|
fix(stream): fix error in start stream tasks.
|
2023-04-21 09:37:16 +08:00 |
dapan1121
|
95f4c81ac9
|
Merge pull request #20989 from taosdata/szhou/fix-ts3243
fix: do not performace table count scan optimized where there are no agg functions
|
2023-04-21 09:22:30 +08:00 |
Haojun Liao
|
471abd9160
|
log: update the log.
|
2023-04-20 23:39:13 +08:00 |
Haojun Liao
|
5e6c06e253
|
fix(stream): fix the race condition during create new stream tasks.
|
2023-04-20 23:21:18 +08:00 |
Hui Li
|
a012fd2ce0
|
Merge pull request #20991 from taosdata/test/TS-3069-MAIN
add the cast that select field include two udf function
|
2023-04-20 19:44:08 +08:00 |
Haojun Liao
|
65fded4a28
|
fix(stream): set the correct number of tasks.
|
2023-04-20 19:03:43 +08:00 |
Haojun Liao
|
f9801ba9c5
|
enh(stream): stop stream asap.
|
2023-04-20 18:58:07 +08:00 |
dapan1121
|
fa77356cc4
|
fix: restore tdb page cache lock
|
2023-04-20 18:56:18 +08:00 |
Haojun Liao
|
8a6b07347c
|
Merge branch 'main' into fix/liaohj_main
|
2023-04-20 18:51:43 +08:00 |
Haojun Liao
|
6f595fb5fd
|
other: add some logs.
|
2023-04-20 18:50:44 +08:00 |
Haojun Liao
|
cb686f8709
|
Merge pull request #20998 from taosdata/fix/liaohj_main
enh(stream): add more check to stop stream asap.
|
2023-04-20 18:49:54 +08:00 |
dapan1121
|
36f3e44096
|
enh: change tdb lock to rwlock
|
2023-04-20 17:51:41 +08:00 |
wangmm0220
|
e61b51b083
|
fix:add test cases for escape in schemaless
|
2023-04-20 17:49:40 +08:00 |
Haojun Liao
|
dc733352db
|
enh(stream): set the max input queue size to be 3000.
|
2023-04-20 17:38:10 +08:00 |
dapan1121
|
e36bf05f98
|
enh: support get subtable tag and auth
|
2023-04-20 17:30:09 +08:00 |
Haojun Liao
|
c7e42d5422
|
other: do some internal refactor.
|
2023-04-20 17:30:02 +08:00 |
Haojun Liao
|
8323ad8670
|
enh(stream): add more check to stop stream asap.
|
2023-04-20 17:29:08 +08:00 |
wangmm0220
|
2714da26e7
|
fix:[TS-3221] reset max stmt if execute error
|
2023-04-20 17:26:54 +08:00 |
Haojun Liao
|
23e285ac57
|
Merge pull request #20995 from taosdata/fix/liaohj_main
fix(stream): add lock during check wal to create new stream task.
|
2023-04-20 17:04:15 +08:00 |
Benguang Zhao
|
1b2fe38f75
|
enh: improve logging msg in metaSnapWrite
|
2023-04-20 16:22:16 +08:00 |
wangmm0220
|
8e8a3b268b
|
fix:add test cases for escape in schemaless
|
2023-04-20 15:54:19 +08:00 |
Haojun Liao
|
b60b1796f7
|
fix(stream): add lock during check wal to create new stream task.
|
2023-04-20 15:53:41 +08:00 |
wangmm0220
|
b1561c95c3
|
fix:add test cases for escape in schemaless
|
2023-04-20 15:31:18 +08:00 |
shenglian zhou
|
3a9dddd619
|
enhance: modify inside isEligibleAgg func
|
2023-04-20 15:11:12 +08:00 |
Xiaoyu Wang
|
0dad9322f3
|
fix: invalid identifier check
|
2023-04-20 15:08:41 +08:00 |
Alex Duan
|
4c0cdd8192
|
test: add udf2_dup test case
|
2023-04-20 14:34:38 +08:00 |
Alex Duan
|
c34c53539d
|
test: add udf2_dup test case
|
2023-04-20 14:32:32 +08:00 |
Alex Duan
|
977af4289b
|
test: fix udf1_dup error
|
2023-04-20 14:05:15 +08:00 |
shenglian zhou
|
cc78a6356c
|
fix: do not performace table count scan optimized where there are no agg functions
|
2023-04-20 13:54:22 +08:00 |
Alex Duan
|
ba0a6e087f
|
test: add the cast that select field include two udf function
|
2023-04-20 13:51:39 +08:00 |
Haojun Liao
|
742b5ee08c
|
other: update wal logs level.
|
2023-04-20 13:42:16 +08:00 |
dapan1121
|
989f1cdd4b
|
Merge pull request #20983 from taosdata/fix/TS-3216-M
fix: trim database db from mnd
|
2023-04-20 11:43:14 +08:00 |
Haojun Liao
|
5fd6ac4fc5
|
Merge pull request #20977 from taosdata/fix/liaohj_main
fix(os): fix a deadlock.
|
2023-04-20 09:14:26 +08:00 |
kailixu
|
5620f51d14
|
fix: trim database db from mnd
|
2023-04-19 20:38:33 +08:00 |
wangmm0220
|
4d9d1b520d
|
fix:add log for wal
|
2023-04-19 18:16:57 +08:00 |
wangmm0220
|
6f94281ab7
|
fix:add log for wal
|
2023-04-19 17:30:58 +08:00 |
Haojun Liao
|
a69e2a8045
|
fix(os): fix the link error in unit test cases.
|
2023-04-19 15:33:02 +08:00 |
Haojun Liao
|
9fb7589fb5
|
fix(os): fix a deadlock.
|
2023-04-19 14:08:41 +08:00 |
wangmm0220
|
594d68b8a4
|
fix:remove lock for consume handler
|
2023-04-19 11:46:59 +08:00 |
wangmm0220
|
14fd2e7904
|
fix:remove lock for consume handler
|
2023-04-19 11:44:52 +08:00 |
wangmm0220
|
1061eef144
|
fix:move consumer msg from fetch thread to query thread
|
2023-04-19 10:49:18 +08:00 |
wangmm0220
|
25542c26c7
|
fix:remove tmPushMsg in consumer
|
2023-04-19 10:43:13 +08:00 |
dapan1121
|
4a9d62b467
|
enh: ignore single row null data type validation
|
2023-04-19 10:18:41 +08:00 |
dapan1121
|
aa8d25f6e5
|
feat: support fetching table tag value
|
2023-04-19 10:03:06 +08:00 |
wade zhang
|
cc27a8f86b
|
Merge pull request #20958 from taosdata/fix/TD-18844-MAIN
fix: duplicate calling shellWriteHistory
|
2023-04-19 09:23:38 +08:00 |
wangmm0220
|
5b3087e48b
|
opti:escape logic in schemaless
|
2023-04-19 00:55:26 +08:00 |
Haojun Liao
|
fb32ffd960
|
fix(stream): update the reference count value to be int32, insead of int8
|
2023-04-18 18:06:03 +08:00 |
dapan1121
|
2af63992ea
|
Merge pull request #20952 from taosdata/fix/TD-23639
fix: fix double free caused crash
|
2023-04-18 17:50:45 +08:00 |
huolibo
|
298781dc55
|
fix: illegal accesses (#20960) (#20962)
|
2023-04-18 17:45:08 +08:00 |
Alex Duan
|
0822e82d64
|
feat: support exit by kill heart-beat thread mode
|
2023-04-18 17:12:04 +08:00 |
Ganlin Zhao
|
e58bf86c33
|
fix local variable
|
2023-04-18 16:34:06 +08:00 |
Shuduo Sang
|
4417c79cb1
|
fix: atoi on int64 config item (#20956)
|
2023-04-18 14:03:24 +08:00 |
dapan1121
|
ed34b401ee
|
fix: optimize decompress double
|
2023-04-18 13:44:41 +08:00 |
dapan1121
|
5becc19c3c
|
fix: add debug info
|
2023-04-18 11:40:20 +08:00 |
Haojun Liao
|
76becf59b7
|
Merge pull request #20947 from taosdata/feature/3_liaohj
fix(stream): set the correct initial checkpoint versions.
|
2023-04-18 11:26:48 +08:00 |
Xiaoyu Wang
|
cda3222a18
|
Merge pull request #20954 from taosdata/FIX/TD-22419-main
enh: remove unused functions in sync
|
2023-04-18 10:50:16 +08:00 |
Haojun Liao
|
97da34050b
|
fix(query): fix invalid free.
|
2023-04-18 10:40:53 +08:00 |
Haojun Liao
|
739dc5a7a6
|
Merge pull request #20938 from taosdata/fix/TD-22671
opti:the logic of mndDoRebalance for clear
|
2023-04-18 09:30:17 +08:00 |
Haojun Liao
|
7d3e5aa3d3
|
fix(query): set the table schema correctly when the table is dropped.
|
2023-04-18 09:03:30 +08:00 |
Haojun Liao
|
2ae05b8cf6
|
fix(stream): set the correct initial offset value.
|
2023-04-18 08:56:31 +08:00 |
Haojun Liao
|
930b267a75
|
fix(stream): set the correct start offset for stream task.
|
2023-04-17 22:59:00 +08:00 |
wangmm0220
|
1771a54256
|
fix:rebalance not only one in once timer
|
2023-04-17 19:59:11 +08:00 |
Benguang Zhao
|
b958030b0c
|
enh: remove unused functions in sync
|
2023-04-17 18:52:09 +08:00 |
liuyao
|
27d14f742d
|
fix:stream memory leak
|
2023-04-17 17:27:02 +08:00 |
Ganlin Zhao
|
d21628b2c9
|
fix: fix double free caused crash
|
2023-04-17 16:57:29 +08:00 |
dapan1121
|
8ef7fa9bf8
|
fix: add group cache hash
|
2023-04-17 16:33:55 +08:00 |
dapan1121
|
bd71cb8870
|
fix: group cache save issue
|
2023-04-17 16:09:54 +08:00 |
dapan1121
|
20c9cea5f0
|
fix: free uid list issue
|
2023-04-17 15:50:25 +08:00 |
dapan1121
|
ed3778dc9f
|
fix: nodes free issue
|
2023-04-17 15:44:15 +08:00 |
dapan1121
|
31d187444e
|
fix: grou cache issue
|
2023-04-17 15:33:54 +08:00 |
dapan1121
|
4506813ddb
|
enh: add group cache
|
2023-04-17 15:14:06 +08:00 |
Haojun Liao
|
4ed26bbc19
|
fix(stream): update the table list api.
|
2023-04-17 14:08:54 +08:00 |
Haojun Liao
|
eb7f510ccb
|
fix(query): return correct suid to delete sink.
|
2023-04-17 10:59:24 +08:00 |
Haojun Liao
|
ac137b4b33
|
refactor: do some internal refactor.
|
2023-04-17 09:46:58 +08:00 |
Haojun Liao
|
10b3fd9426
|
other: merge main.
|
2023-04-17 09:19:48 +08:00 |
Xiaoyu Wang
|
0993510d91
|
Merge pull request #20940 from taosdata/fix/3.0_merge_main
fix: udf plan error
|
2023-04-17 00:10:26 +08:00 |
Haojun Liao
|
be90d2c511
|
fix(stream): disable stream task when no tasks exist.
|
2023-04-16 23:07:54 +08:00 |
Haojun Liao
|
1350af5267
|
fix(stream): set the correct initial checkpoint version to restore the operators state and add check for the initial destination tables.
|
2023-04-16 22:48:22 +08:00 |
wangmm0220
|
f65cd36e80
|
opti:the logic of mndDoRebalance for clear
|
2023-04-16 00:54:11 +08:00 |
Haojun Liao
|
efb9ebe875
|
Merge pull request #20873 from taosdata/feature/3_liaohj
enh(stream): the stream will start after vnode restore being completed.
|
2023-04-15 09:34:34 +08:00 |
Haojun Liao
|
a3b02a80c0
|
fix(stream): update the version when open stream tasks.
|
2023-04-15 00:10:08 +08:00 |
Hongze Cheng
|
edf9fdbecc
|
make it compile
|
2023-04-14 23:19:36 +08:00 |
Haojun Liao
|
3aa6897738
|
refactor: increase the buffer size
|
2023-04-14 22:56:11 +08:00 |
Haojun Liao
|
e05d61456a
|
fix(stream): disable the status check.
|
2023-04-14 22:45:22 +08:00 |
Hongze Cheng
|
bd1c8e1902
|
fix more code
|
2023-04-14 21:59:08 +08:00 |
Hongze Cheng
|
01bacc10ef
|
fix: an important fix
|
2023-04-14 21:43:40 +08:00 |
Xiaoyu Wang
|
58d9f615fe
|
fix: udf plan error
|
2023-04-14 19:54:04 +08:00 |
Haojun Liao
|
3ee3b16ebb
|
fix(query): fix the invalid read.
|
2023-04-14 19:37:58 +08:00 |
wangmm0220
|
584cdf041c
|
opti:the logic of mndDoRebalance for clear
|
2023-04-14 18:34:41 +08:00 |
Haojun Liao
|
1cd2268a99
|
Merge branch 'main' into feature/3_liaohj
|
2023-04-14 18:30:55 +08:00 |
Haojun Liao
|
02ec67ad9e
|
Merge pull request #20882 from taosdata/fix/TS-3081
fix:open test cases for tmq & add log if rebalance error
|
2023-04-14 17:56:58 +08:00 |
Haojun Liao
|
e0cb8aa534
|
fix(stream): don't the initial task status and do some internal refactor.
|
2023-04-14 17:43:37 +08:00 |
dapan1121
|
dab59ec8ae
|
fix: add debug info
|
2023-04-14 16:18:02 +08:00 |
dapan1121
|
423ec923ca
|
enh: reuse tsdb cache reader
|
2023-04-14 14:30:20 +08:00 |
Haojun Liao
|
eb0e1f848a
|
fix(stream): remove unused tqreader, do some internal refactor, set the meta value for streamtask.
|
2023-04-14 12:00:09 +08:00 |
Haojun Liao
|
9597453631
|
Merge pull request #20925 from taosdata/fix/TS-3106-MAIN
add option enableScience on taos.cfg to show float and double scientific notation
|
2023-04-14 10:28:00 +08:00 |
dapan1121
|
9f78c22fb5
|
fix: quick rsp issue
|
2023-04-14 10:08:40 +08:00 |
wangmm0220
|
e985f15cf0
|
fix:memset nullBitmap of SSDataBlock to 0 in udf
|
2023-04-14 09:36:36 +08:00 |
dapan1121
|
d4cb608505
|
Merge pull request #20885 from taosdata/fix/TS-3108
fix: fix timestamp constant comparison precision error
|
2023-04-14 09:27:03 +08:00 |
dapan1121
|
fe9df727f3
|
fix: fetch rsp message type issue
|
2023-04-14 09:15:14 +08:00 |
Xiaoyu Wang
|
96d2c5b9e3
|
Merge pull request #20927 from taosdata/FIX/TD-23552-main
enh: try to propose vnode commit at vnode closing
|
2023-04-14 09:14:10 +08:00 |
Xiaoyu Wang
|
e9f5717bb3
|
Merge pull request #20926 from taosdata/fix/main_wxy
fix: optimizing 'alter table drop tag' error reporting
|
2023-04-14 09:12:03 +08:00 |
Xiaoyu Wang
|
31b2db470b
|
Merge pull request #20923 from taosdata/fix/3.0_merge_main
merge 3.0
|
2023-04-14 09:11:51 +08:00 |
Haojun Liao
|
f8b672f09f
|
other: merge main.
|
2023-04-14 09:07:18 +08:00 |
Haojun Liao
|
4d83118ff7
|
fix(stream): fix memory leak.
|
2023-04-13 23:49:14 +08:00 |
Haojun Liao
|
70b45a4cf0
|
fix(stream): all data should be extracted from wal.
|
2023-04-13 23:22:09 +08:00 |
Benguang Zhao
|
d8386754ee
|
enh: try to propose vnode commit at vnode closing
|
2023-04-13 19:45:24 +08:00 |
dapan1121
|
9caac472e8
|
fix: quick rsp issue
|
2023-04-13 19:40:56 +08:00 |
Xiaoyu Wang
|
06d9a74bcc
|
fix: optimizing 'alter table drop tag' error reporting
|
2023-04-13 19:38:47 +08:00 |
Xiaoyu Wang
|
7e51190bc8
|
Merge pull request #20914 from taosdata/fix/TD-22941-1
fix(tsdb/read): release bi cache entry before returning
|
2023-04-13 19:24:06 +08:00 |
Xiaoyu Wang
|
db8a6ce60b
|
Merge pull request #20891 from taosdata/FIX/TD-23613-main
test: add flush database in some testcases
|
2023-04-13 19:03:34 +08:00 |
dapan1121
|
1508c3afc2
|
fix: quick rsp issue
|
2023-04-13 18:34:23 +08:00 |
dapan1121
|
7800da65ae
|
fix: quick rsp lock issue
|
2023-04-13 18:30:13 +08:00 |
dapan1121
|
8ad82f07b0
|
fix: quick rsp issue
|
2023-04-13 18:25:50 +08:00 |
dapan1121
|
8ecf5bdb33
|
fix: quick rsp
|
2023-04-13 17:42:20 +08:00 |
Xiaoyu Wang
|
c218e7c55b
|
Merge pull request #20897 from taosdata/FIX/TD-23509-main
enh: refactor some vars in syncLogReplProcessReplyAsNormal
|
2023-04-13 17:41:06 +08:00 |
Xiaoyu Wang
|
17b5669555
|
fix: optimizing 'alter table drop tag' error reporting
|
2023-04-13 17:32:31 +08:00 |
Alex Duan
|
eb03a0bb48
|
fix: adjust format
|
2023-04-13 16:55:22 +08:00 |
Alex Duan
|
73d5bdf01f
|
fix: build error fix
|
2023-04-13 16:45:06 +08:00 |
Alex Duan
|
a0be0c1d06
|
fix: add client option tsEnableScience
|
2023-04-13 16:40:38 +08:00 |