Minglei Jin
e88fb84508
config/block-size fix
2023-11-09 14:15:01 +08:00
Minglei Jin
398771da5b
Merge branch '3.0' into fix/TD-27206
2023-11-09 14:06:15 +08:00
Minglei Jin
8b6fc10bbd
config/block-size: make range > 0
2023-11-09 13:59:39 +08:00
Minglei Jin
5ac66679db
config/s3blocksize: move range check from global to mnode
2023-11-09 10:17:46 +08:00
Minglei Jin
c58ec72031
config/s3blocksize: enable alter for debugging
2023-11-09 09:27:43 +08:00
kailixu
501d5a7acc
Merge branch '3.0' into enh/TD-23769-3.0x
2023-11-08 20:47:15 +08:00
yihaoDeng
3abf0ae4b2
Merge branch 'feat/TD-26060' into enh/refactorBackend
2023-11-08 17:31:16 +08:00
wangmm0220
e7bf159174
fix:compile error
2023-11-08 16:56:05 +08:00
Haojun Liao
d57b5cdc55
refactor:do some internal refactor.
2023-11-08 14:29:40 +08:00
yihaoDeng
7ada7f34ac
fix:merge from 3.0
2023-11-08 10:45:15 +08:00
facetosea
ee00607209
in line with api change on 3.0
2023-11-08 10:00:35 +08:00
xinsheng Ren
96a3c373e0
Merge branch '3.0' into feat/TD-26529-3.0
2023-11-08 09:28:27 +08:00
facetosea
0a16b75831
monitor client
2023-11-08 09:18:22 +08:00
wangmm0220
93cc50db16
fix:compile error
2023-11-07 20:01:44 +08:00
Shungang Li
0f98369801
fix: alter local keepAliveIdle convert type
2023-11-07 19:44:06 +08:00
wangmm0220
f0b2ed567c
fix:upload checkpoint to s3
2023-11-07 18:49:12 +08:00
yihaoDeng
0b4946eefb
merge 3.0
2023-11-07 17:25:04 +08:00
yihaoDeng
95b14ee39b
merge 3.0
2023-11-07 17:15:49 +08:00
kailixu
ac62714492
Merge branch '3.0' into enh/TD-23769-3.0x
2023-11-07 14:20:38 +08:00
wangmm0220
16f8c1f628
fix:add windows support
2023-11-03 17:17:43 +08:00
wangmm0220
572dd8ec39
fix:add windows support
2023-11-03 17:14:04 +08:00
wangmm0220
7a39b32961
fix:add windows support
2023-11-03 16:33:48 +08:00
kailixu
77eadc59dc
Merge branch '3.0' into enh/TD-23769-3.0x
2023-11-03 16:26:07 +08:00
Shungang Li
c6f5e2a9bd
enh: add dynamic configuration
2023-11-03 14:28:02 +08:00
wangmm0220
5bd0745a76
fix:add config for checkpoint
2023-11-03 11:46:21 +08:00
wangmm0220
0a1f1085fc
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-26060
2023-11-03 11:33:50 +08:00
wangmm0220
159873692c
feat:checkpoint bakeup using rsync
2023-11-02 20:13:29 +08:00
Minglei Jin
1cd1284520
config/pcache: default page cache to 4096
2023-11-02 12:43:06 +08:00
Minglei Jin
46d3be1f08
config/page-cache-size: new parameter for pcache size
2023-11-02 10:10:03 +08:00
Minglei Jin
52fd71ce13
config/block-size: default to -1 to enable page cache
2023-11-01 18:00:31 +08:00
Minglei Jin
0f5a124cb1
config/block-size: enable dynamic config for debugging
2023-11-01 11:08:39 +08:00
Minglei Jin
64644d673b
Merge branch '3.0' into fix/TD-26189-last-tier-write
2023-11-01 10:53:55 +08:00
yihaoDeng
af7e33e5c5
change NumOfTaskQueueThreads size
2023-11-01 10:51:26 +08:00
yihaoDeng
13b6d3174e
change NumOfTaskQueueThreads size
2023-11-01 10:35:25 +08:00
kailixu
1530fe0c49
Merge branch '3.0' into enh/TD-23769-3.0x
2023-11-01 09:52:16 +08:00
kailixu
ad1e6accd4
chore: build checkpoint for rsma
2023-11-01 09:45:58 +08:00
kailixu
e6684fa5de
enh: rsma retetion and stream state
2023-10-31 20:26:42 +08:00
Haojun Liao
a1aa2380ae
other: merge 3.0
2023-10-31 16:42:51 +08:00
yihaoDeng
9ba1a32dc8
change NumOfTaskQueueThreads size
2023-10-31 14:14:44 +08:00
yihaoDeng
bd480f251c
change NumOfTaskQueueThreads size
2023-10-31 14:12:44 +08:00
dapan1121
72a866988b
enh: disable telemetry in enterprise version
2023-10-31 11:42:00 +08:00
Minglei Jin
84d2f9c379
tsdb/upload: delay data file uploading
2023-10-30 15:22:34 +08:00
Haojun Liao
dcca6b0868
other: merge 3.0.
2023-10-27 11:41:28 +08:00
Haojun Liao
579dd8e6b2
refactor(stream): do some internal refactor.
2023-10-27 09:54:56 +08:00
Haojun Liao
4f1a5423cb
fix(config): remove the dval from struct SConfigItem.
2023-10-27 09:54:07 +08:00
Haojun Liao
443da287f6
refactor: refactor the global parameters.
2023-10-27 09:54:07 +08:00
Haojun Liao
4badb445c4
refactor: do some internal refactor W.R.T. global configurations.
2023-10-27 09:54:07 +08:00
Haojun Liao
164159f293
enh(stream): add parameter to limit the stream sink task.
2023-10-27 09:54:07 +08:00
wade zhang
951442e3db
Merge pull request #23381 from taosdata/fix/TD-26884-main
...
TD-26884
2023-10-26 16:59:39 +08:00
dmchen
162066235b
create table
2023-10-24 14:31:27 +08:00
dmchen
956aa1742c
TD-26884
2023-10-24 14:31:02 +08:00
dmchen
ae728ab412
create table
2023-10-24 06:17:13 +00:00
dmchen
ecd5f1084c
TD-26884
2023-10-24 05:32:48 +00:00
Minglei Jin
80fb38f172
Merge branch '3.0' into fix/TD-26189-libs3
2023-10-23 16:31:21 +08:00
Minglei Jin
f016dab40a
common/global: comment s3BlockSize altering out
2023-10-20 13:59:01 +08:00
Haojun Liao
402aefd95d
refactor(stream): do some internal refactor.
2023-10-19 15:09:47 +08:00
Minglei Jin
f26ec41b8e
vnode/cos: fix get callback buffer
2023-10-18 15:30:02 +08:00
wangmm0220
a16c9be49f
feat:[TD-19291]Schemaless table name can be composed based on rule
2023-10-17 15:34:16 +08:00
Haojun Liao
e3da6ab36e
fix(config): remove the dval from struct SConfigItem.
2023-10-17 09:00:04 +08:00
Haojun Liao
3f7737d733
refactor: refactor the global parameters.
2023-10-17 08:36:12 +08:00
Haojun Liao
531f478ade
refactor: do some internal refactor W.R.T. global configurations.
2023-10-17 08:17:49 +08:00
Haojun Liao
fdb6ec1fa3
enh(stream): add parameter to limit the stream sink task.
2023-10-16 22:52:39 +08:00
Minglei Jin
0a1ff3283e
vnode/cos: first round size delte and get
2023-10-13 16:59:05 +08:00
Haojun Liao
eb4449999f
other: merge 3.0
2023-10-12 10:33:48 +08:00
Haojun Liao
1f73280ce9
other: add some logs.
2023-10-10 22:32:42 +08:00
Haojun Liao
5f9b858fc1
other: merge main.
2023-10-10 15:38:46 +08:00
Shungang Li
a7507d26b0
feat: alter local/dnode asynclog
2023-10-08 18:26:25 +08:00
Haojun Liao
115a284ac0
enh(stream): update the checkpoint interval
2023-10-07 09:56:03 +08:00
wade zhang
f6134b42d7
Merge pull request #23036 from taosdata/feat/TS-4011-3.0
...
feat/TS-4011: adjust config 'keep_time_offset' level from dnode to db
2023-09-26 14:25:54 +08:00
Haojun Liao
d214a2f6bd
fix(stream): do some internal refactor.
2023-09-26 09:32:57 +08:00
Alex Duan
c9af9eb15b
Merge pull request #22915 from lx1zhong/3.0
...
add TSZ and ADT-FSE algorithm
2023-09-25 15:48:30 +08:00
Shungang Li
8f0d700fe8
feat: rm dnode config item keepTimeOffset
2023-09-25 15:46:12 +08:00
Haojun Liao
dbc53069db
Merge branch 'main' into fix/liaohj
2023-09-25 10:41:18 +08:00
Haojun Liao
1af95969b2
fix(stream): adjust nodeUpdate check interval.
2023-09-25 10:40:30 +08:00
kailixu
bc8ebf1562
Merge branch '3.0' into enh/TS-3812-3.0
2023-09-23 18:19:08 +08:00
Alex Duan
6fa4bfb492
fix: cfgAddDouble set to fval is error
2023-09-23 11:22:22 +08:00
kailixu
8f828e052b
enh: timeseries calculation optimization
2023-09-22 20:07:51 +08:00
wade zhang
849b05a09b
Merge pull request #22927 from taosdata/fix/TD-26189
...
s3/block_cache: new tsdb block cache
2023-09-22 16:15:07 +08:00
Haojun Liao
43cbafdf19
fix(stream): reset checkpoint to be 10 sec.
2023-09-21 19:31:23 +08:00
Haojun Liao
155cec7f38
Update checkpoint interval to be 10min.
2023-09-21 18:02:59 +08:00
Haojun Liao
36fc324afe
fix(stream): set the checkpoint interval to be 10min.
2023-09-21 18:00:29 +08:00
Haojun Liao
404b8d3fa4
fix(stream): add logs.
2023-09-20 23:18:06 +08:00
Alex Duan
0ca99ea9c9
feat: add TSZ algo test cases
2023-09-20 19:33:25 +08:00
Haojun Liao
6633fb971b
fix(stream): update logs.
2023-09-20 18:18:31 +08:00
Minglei Jin
99120336e9
s3/config: new s3BlockSize & s3BlockCacheSize
2023-09-20 17:33:53 +08:00
Haojun Liao
2c9d54af37
fix(stream): fix memory leak.
2023-09-18 19:58:46 +08:00
Haojun Liao
8aa9960760
Merge pull request #22944 from taosdata/fix/liaohj
...
refactor: do some internal refactor, and fix some bugs.
2023-09-17 21:25:33 +08:00
Haojun Liao
4846194bbb
refactor: do some internal refactor, remove the related fill-history task by sending mesg to replay it in follower node.
2023-09-16 21:37:30 +08:00
Minglei Jin
318281356b
s3/block_cache: new tsdb block cache
2023-09-15 16:19:21 +08:00
lx1zhong
6da4088012
add TSZ and ADT-FSE algorithm
2023-09-15 14:30:23 +08:00
Haojun Liao
500fcad36c
Merge pull request #22892 from taosdata/fix/liaohj
...
refactor: do some internal refactor.
2023-09-15 00:46:46 +08:00
wangmm0220
8d2ac4a317
fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than bytes & fix tsAssert default value to 0
2023-09-14 15:56:01 +08:00
Haojun Liao
fce5be0eb4
fix(stream): fix dead lock.
2023-09-14 14:09:05 +08:00
wangmm0220
ef81299494
fix:heap use after free
2023-09-14 13:41:14 +08:00
xsren
08ca751483
reset file handles limit on windows
2023-09-12 18:46:34 +08:00
xsren
a003db7e1a
reset file handles limit on windows
2023-09-12 10:44:11 +08:00
yihaoDeng
5f78c27535
add enable white list
2023-09-01 15:11:25 +08:00
dapan1121
cc17848b78
fix: merge 3.0 to main
2023-09-01 13:24:47 +08:00
yihaoDeng
9953a400ec
change chkp interval
2023-08-31 15:54:46 +08:00
Haojun Liao
24b1a050fc
other: merge 3.0
2023-08-30 16:00:14 +08:00
dapan1121
f6321d0c4f
Merge remote-tracking branch 'origin/main' into fix/m23.1
2023-08-30 11:03:33 +08:00
wade zhang
1797fe50e2
Merge pull request #22590 from taosdata/feat/TD-18801
...
init
2023-08-28 11:05:38 +08:00
Haojun Liao
da0b4e1f92
Merge branch '3.0' into enh/triggerCheckPoint2
2023-08-28 10:55:38 +08:00
Shungang Li
0c28c9aee8
feat: dynamic 'supportvnodes'
2023-08-28 09:17:35 +08:00
dmchen
06083e1eb9
init
2023-08-28 09:15:51 +08:00
Ganlin Zhao
af130cc92f
Revert "add seperate function for createLogs"
...
This reverts commit 13d2d72bb6
.
2023-08-25 09:55:50 +08:00
yihaoDeng
9310d138a6
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
2023-08-24 17:30:35 +08:00
Ganlin Zhao
13d2d72bb6
add seperate function for createLogs
2023-08-24 14:56:14 +08:00
wade zhang
0860670d37
Merge pull request #22526 from taosdata/enh/TD-25445-new
...
enh/TD-25445: ttl split flush and drop table
2023-08-24 13:57:07 +08:00
Ganlin Zhao
962a0cd403
fix
2023-08-23 23:34:02 +08:00
Hongze Cheng
6a20420f07
feat: add minDiskFreeSize cfg
2023-08-23 16:41:29 +08:00
Shungang Li
458fd07976
enh: ttl split flush and drop table
...
config:
1. ttlFlushThreshold: maximum number of dirty items in memory
2. tsTtlBatchDropNum: number of tables dropped per batch
3. tsTrimVDbIntervalSec: interval of trimming db in all vgroups
2023-08-23 11:13:34 +08:00
Haojun Liao
ea6574b3c7
other: merge 3.0
2023-08-17 00:07:55 +08:00
Haojun Liao
f1359076c1
Merge pull request #22450 from taosdata/fix/3_liaohj
...
other: merge main.
2023-08-16 16:48:33 +08:00
dapan1121
39ae880597
Merge pull request #22445 from taosdata/enh/TD-25708-3.0
...
enh: disable stream/udf on windows
2023-08-16 13:20:01 +08:00
kailixu
b54d6e2982
chore: set default value of tsStartUdfd false on windows
2023-08-16 09:55:30 +08:00
Haojun Liao
ad9f3cbc43
other: merge main.
2023-08-16 09:14:10 +08:00
wade zhang
778b88a1fb
Merge pull request #22440 from taosdata/fix/retry_resolve_fqdn
...
merge fix/retry_resolve_fqdn to main
2023-08-15 14:58:52 +08:00
Minglei Jin
c97b9249fc
cos: only for linux
2023-08-14 14:38:28 +08:00
Minglei Jin
33967b243b
Merge branch '3.0' into fix/TD-25010-3
2023-08-10 12:14:01 +08:00
Haojun Liao
f633c7fe2b
other: merge 3.0.
2023-08-10 11:56:30 +08:00
Minglei Jin
ca5571d0d6
config: fix default configs
2023-08-10 08:29:51 +08:00
Haojun Liao
f3c5f20ee2
enh(stream): add timer to check the node changing.
2023-08-09 10:25:16 +08:00
yihaoDeng
50bf8c948a
change default session val
2023-08-09 02:11:27 +00:00
Minglei Jin
9e4da6c089
s3/config: parsing s3 configuration
2023-08-07 17:14:58 +08:00
Haojun Liao
8a11a0418f
other: merge 3.0
2023-08-07 09:19:26 +08:00
Minglei Jin
88d755be76
feat(tsdb/cos): s3 migration
2023-08-04 13:31:00 +08:00
Haojun Liao
6b09566549
Merge pull request #22275 from taosdata/enh/addKeepAliveParam
...
add keep alive parameter
2023-08-02 09:23:03 +08:00
yihaoDeng
2caaae392a
add keep alive parameter
2023-08-01 06:38:30 +00:00
dmchen
8a0e9ff0e0
fix/retry_resolve_fqdn
2023-08-01 14:24:28 +08:00
Haojun Liao
8dfef8768a
other: merge 3.0
2023-07-29 22:54:16 +08:00
wangmm0220
1f8e5eae6a
fix:conflicts
2023-07-28 15:04:12 +08:00
Haojun Liao
a4e1901309
fix(stream): set the value of ratio of vnode stream thread factor to be 4.0 by default.
2023-07-27 09:32:15 +08:00
wangmm0220
f2553b8718
fix:add configuration to control if change dot to underline in schemaless
2023-07-26 09:52:04 +08:00
Haojun Liao
1c1bf63e1f
other: merge 3.0
2023-07-25 18:17:11 +08:00
Haojun Liao
01f11bf5a6
Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
...
# Conflicts:
# source/common/src/tglobal.c
# source/libs/executor/src/timewindowoperator.c
2023-07-24 15:25:43 +08:00
Haojun Liao
1e34f84f78
other: merge 3.0
2023-07-24 15:23:03 +08:00
liuyao
992f1cb328
merge code
2023-07-24 15:00:48 +08:00
Yihao Deng
91a15fd7bd
Merge branch '3.0' into enh/triggerCheckPoint2
2023-07-19 18:14:08 +08:00
dapan1121
cbe03ef212
Merge pull request #22069 from taosdata/enh/TS-2288
...
enh: add scope for show xx variables
2023-07-19 18:01:11 +08:00
Ganlin Zhao
9388653bcb
fix scope
2023-07-19 11:29:41 +08:00
liuyao
fd02b9a71e
Merge branch '3.0' into enh/triggerCheckPoint2
2023-07-19 10:02:06 +08:00
wade zhang
7e89622149
Merge pull request #22092 from taosdata/fix/TD-25232
...
fix/TD-25232: alter dnode keeptimeoffset err
2023-07-18 09:10:40 +08:00
yihaoDeng
b56e442478
Merge branch 'enh/dev33' into enh/triggerCheckPoint2
2023-07-17 11:41:38 +00:00
Shungang Li
1d0c73feb6
fix: alter dnode keeptimeoffset err
2023-07-17 18:37:00 +08:00
Ganlin Zhao
929db3d647
Merge branch '3.0' into enh/TS-2288
2023-07-17 16:09:07 +08:00
Ganlin Zhao
707be3a6fe
unify scope for client/system/server configs
2023-07-17 15:53:08 +08:00
kailixu
0e6b982682
chore: more code
2023-07-17 09:19:24 +08:00
Haojun Liao
9484f3da94
Merge branch '3.0' into enh/triggerCheckPoint2
2023-07-12 10:20:18 +08:00
Shungang Li
4886cb4674
feat: port 'keepTimeOffset' from 2.6 to 3.0
2023-07-11 17:40:35 +08:00
liuyao
0e914a19c6
stream operartor checkpoint
2023-07-06 14:28:34 +08:00
Haojun Liao
f4a3567935
other: merge 3.0
2023-07-06 11:24:30 +08:00
dapan1121
ffd306f2b9
enh: support random execution node
2023-06-30 15:57:58 +08:00
dapan1121
3519e9170e
Merge remote-tracking branch 'origin/main' into 3.0
2023-06-29 11:13:45 +08:00
wangmm0220
c4d6661c2e
fix:configure error
2023-06-27 19:10:58 +08:00
wangjiaming0909
57ddb3437d
feature: optimize order by limit using priority queue
2023-06-27 17:50:50 +08:00
wangmm0220
7e38ef7091
fix:add limit for topic and group num
2023-06-27 17:44:51 +08:00
yihaoDeng
04ab8e19d0
Merge branch 'enh/dev30' into enh/triggerCheckPoint2
2023-06-25 19:58:45 +08:00
wade zhang
254a20bdf3
Merge pull request #21660 from luckeverda/feat/TD-23739
...
feat/TD-23739: enhance ttl, deletetime modified by writing-op
2023-06-25 09:06:57 +08:00
Shungang Li
b93f653d7e
feat: enhance ttl, deletetime modified by writing-ops
...
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
2023-06-19 19:03:35 +08:00
yihaoDeng
fd85a8495a
Merge branch 'dev30' into enh/triggerCheckPoint2
2023-06-17 14:17:21 +08:00
Haojun Liao
b5a7ef9a7e
fix: fix syntax error.
2023-06-15 13:29:41 +08:00
Haojun Liao
1b9eca5ce0
other: merge main.
2023-06-15 13:03:17 +08:00
yihaoDeng
bd0168e562
trigger checkpoint
2023-06-14 21:43:47 +08:00
yihaoDeng
a0c2897124
add trigger checkpoint
2023-06-09 10:46:03 +00:00
yihaoDeng
77f287d9be
add trigger checkpoint
2023-06-08 07:19:59 +00:00
yihaoDeng
1f1f37312d
add trigger checkpoint
2023-06-07 14:32:48 +00:00
dapan1121
fe7ba9d92e
Merge pull request #21523 from taosdata/feat/TS-3134-3.0
...
feat: allow user to reset root passwd
2023-06-06 11:10:11 +08:00
wade zhang
b437024eca
Merge pull request #21588 from taosdata/fix/TD-24346-M
...
chore: unbind the dependency
2023-06-04 09:53:20 +08:00
kailixu
87a086996e
chore: code optimization
2023-06-04 09:07:04 +08:00
kailixu
907feb23b0
chore: unbind the dependency
2023-06-04 07:56:46 +08:00
Haojun Liao
5301c5756a
other: merge main into 3.0.
2023-06-01 09:29:18 +08:00
yihaoDeng
ed851b522c
change db param
2023-05-31 03:30:10 +00:00
yihaoDeng
3b0a6d7f0b
change db param
2023-05-31 03:15:25 +00:00
kailixu
9501d4f417
feat: allow user to reset root passwd
2023-05-29 19:44:11 +08:00
dapan1121
faaa9da887
fix: sliding can't be 1a issue
2023-05-26 18:17:05 +08:00
slzhou
b83bf9163e
fix: restore scalar mode computation and add filterScalarMode config variable and add test case
2023-05-26 14:46:32 +08:00
dapan1121
5bedf6b19a
enh: support config batch rows number when import data from csv file
2023-05-23 19:21:52 +08:00
dapan1121
ee2521a6ab
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-16 10:53:21 +08:00
Haojun Liao
236926b9ee
other: merge enh/rocksdbstate
2023-05-13 19:49:28 +08:00
Haojun Liao
1975e94501
Merge branch 'main' into enh/rocksdbSstate
2023-05-13 19:41:03 +08:00
dapan1121
daedb3618b
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-10 17:47:11 +08:00
dapan1121
79d4403377
feat: add client meta limitation
2023-05-10 17:44:53 +08:00
yihaoDeng
5708fcb5cb
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-10 08:02:16 +00:00
wangjiaming0909
fb0183a642
fix: set telemetry reporting service url from telemetry.taosdata.com to telemetry.tdengine.com
2023-05-09 15:24:55 +08:00
dapan1121
9551a269b3
feat: support log slow query by default
2023-04-24 16:45:34 +08:00
dapan1121
5fe99c5ad2
feat: support log long query
2023-04-23 15:54:15 +08:00
yihaoDeng
917b07348c
Merge branch 'fix/rocksdbState' into enh/rocksRevert
2023-04-23 02:37:26 +00:00
wangmm0220
b1561c95c3
fix:add test cases for escape in schemaless
2023-04-20 15:31:18 +08:00
Haojun Liao
04e042f21d
Merge branch 'feature/3_liaohj' into enh/rocksRevert
2023-04-15 09:35:43 +08:00
Haojun Liao
b57c813681
other: merge feature/3_liaohj
2023-04-14 10:36:54 +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
yihaoDeng
b24b91886a
Merge branch 'dev3' into enh/rocksRevert
2023-04-11 10:59:00 +00:00
dapan1121
38231fc48e
enh: add queryMaxConcurrentTables configuration
2023-04-11 09:01:19 +08:00
Shuduo Sang
9b6f4e3497
fix: tglobal cus prompt support for windows ( #20845 )
...
* chore: refactor cus prompt
* fix: client name in install.sh
* fix: -Wno-reserved-user-defined-literal
* fix: update taos-tools commit
* fix: include/os/osDir.h
* fix: check cus name
* fix: makepkg.sh
* chore: update taos-tools d194dc9
* fix: cus name
* fix: change adapter prefix
* fix: tools/*.sh
* fix: scripts
* fix: ../../packaging/tools/install_client.sh
* chore: cus domain in script
* fix: cus name in packaging/tools/install.sh
* fix: cus name in ../../packaging/tools/remove.sh
* fix: don't edit origin file
* fix: remove brand name
* fix: update taos-tools
* fix: cus name in log
* fix: compile error without cuc name
* fix: source/common/src/tglobal.c
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-04-10 19:44:45 +08:00
Shuduo Sang
7dbe4f6ca1
fix: cfg name release script community main ( #20818 )
...
* chore: cus name support in script
* chore: merge with 3.0
* fix: source/common/src/tglobal.c
* fix: source/common/src/tglobal.c
2023-04-08 00:50:43 +08:00
Shuduo Sang
4fb5390c6f
chore: release script community main ( #20808 )
...
* chore: cus name support in script
* chore: merge with 3.0
2023-04-07 17:10:39 +08:00
liuyao
1f63859e21
feat:add buff swap
2023-04-07 12:50:59 +08:00
liuyao
ad16487180
feat:add checkpoint
2023-04-06 18:26:47 +08:00
liuyao
0716a4aee8
feat:add check point
2023-04-06 16:45:22 +08:00
54liuyao
1892b806b5
feat:add stream state buff
2023-04-04 17:09:35 +08:00
54liuyao
429b5cd646
feat:add stream file state
2023-04-04 17:09:35 +08:00
Shuduo Sang
5e2b26f146
chore: refactor cus prompt ( #20688 )
...
* chore: refactor cus prompt
* fix: client name in install.sh
* fix: -Wno-reserved-user-defined-literal
* fix: update taos-tools commit
* fix: include/os/osDir.h
* fix: check cus name
* fix: makepkg.sh
* chore: update taos-tools d194dc9
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-30 19:30:54 +08:00
dapan1121
5b02af6a91
fix: merge main to 3.0
2023-03-22 16:08:16 +08:00
wangmm0220
4fdef7421c
fix:add log for taosCreateLog error
2023-03-17 10:50:54 +08:00
Xiaoyu Wang
ca39dfcf2d
feat: show vgroup display num of cache tables
2023-03-13 17:21:32 +08:00
Shengliang Guan
fcadd3bd5e
Merge pull request #20279 from taosdata/fix/changeDefaultParam
...
fix: change default valude
2023-03-06 21:17:00 +08:00
yihaoDeng
f51a559d56
change default valude
2023-03-06 18:19:19 +08:00
yihaoDeng
809f04dd7c
change default valude
2023-03-06 16:32:22 +08:00
Shengliang Guan
7edcbfd58b
Merge branch 'fix/stopFunc' into feature/3_liaohj
2023-03-06 09:43:00 +08:00
Shengliang Guan
a55087de58
Merge pull request #20266 from taosdata/fix/TD-22900
...
fix:give error if col is same in schemless & fix json parse error in TD-22903
2023-03-06 09:38:21 +08:00
yihaoDeng
fbad444981
change parameter
2023-03-05 10:52:16 +08:00
wangmm0220
e54e12eff0
fix:give error if col is same in schemless & fix json parse error in TD-22903
2023-03-04 11:57:27 +08:00
Shengliang Guan
2a272fb68d
Merge pull request #20263 from taosdata/FIX/TS-2766-main
...
enh: sync log retention of mnode configurable with mndLogRetention
2023-03-04 10:49:37 +08:00
Benguang Zhao
b91734cf91
enh: sync log retention of mnode configurable with mndLogRetention
2023-03-04 09:51:34 +08:00
Shengliang Guan
50955b2e50
Merge pull request #20261 from taosdata/FIX/TS-2766-main
...
enh: control frequency of mnode sdb flushing with mndSdbWriteDelta
2023-03-03 18:22:30 +08:00
Benguang Zhao
d27f392beb
enh: control frequency of mnode sdb flushing with mndSdbWriteDelta
2023-03-03 17:30:23 +08:00
yihaoDeng
e383afc96d
change default config
2023-03-02 13:58:03 +08:00
yihaoDeng
4fa1839798
change default config
2023-03-02 09:33:46 +08:00
yihaoDeng
8cdae7933b
change default config
2023-03-01 21:03:24 +08:00
yihaoDeng
37348fb456
change default config
2023-03-01 21:00:01 +08:00
yihaoDeng
d992714b4a
fix: change conn pool
2023-02-27 11:00:13 +08:00
yihaoDeng
97c4dfb570
fix: limit session num
2023-02-25 18:01:17 +08:00
Yihao Deng
db47cb5805
Merge branch 'main' into fix/toManySeesion
2023-02-25 17:04:56 +08:00
yihaoDeng
84706fe586
fix: limit session num
2023-02-24 21:20:15 +08:00
yihaoDeng
dd2e9697b5
fix: limit session num
2023-02-24 20:39:25 +08:00
Xiaoyu Wang
1ab144609e
merge main
2023-02-23 14:58:22 +08:00
Benguang Zhao
6bb9ee9b4e
enh: change the default of vndCommitMaxInterval as 10 minutes
2023-02-21 16:50:42 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
yihaoDeng
dd30b3577c
add trans param
2023-02-19 18:29:11 +08:00
yihaoDeng
098949b528
add trans param
2023-02-19 18:10:42 +08:00
Haojun Liao
bda24a01d8
Merge pull request #19992 from taosdata/fix/main
...
enh: handle too many session
2023-02-18 10:19:44 +08:00
yihaoDeng
f975d8e0d9
change default value
2023-02-16 21:58:32 +08:00
yihaoDeng
60e148d524
change default value
2023-02-16 19:31:46 +08:00
yihaoDeng
1f643f301d
change default value
2023-02-16 19:31:40 +08:00
54liuyao
b614c28713
feat:set default value
2023-02-16 09:12:46 +08:00
yihaoDeng
ebcbdcfddc
fix: change parameter
2023-02-16 00:30:26 +08:00
54liuyao
43966abbc6
feat:add disable stream option
2023-02-15 18:39:05 +08:00
Haojun Liao
30981ece7d
fix(query): output value for count if no data exists.
2023-02-11 19:52:54 +08:00
Haojun Liao
8b481e3d53
fix(query): not return 0 for count by default.
2023-02-10 18:30:01 +08:00
Shuduo Sang
ea5d925c50
fix: alpine support ( #19353 )
...
* fix: alpine support
* fix: ostimer thread_id
* fix: taosPrintTrace and tsStreamMax
* fix: make_install.sh and dnodes.py for alpine
* fix: cmake.platform and cut option for alpine
* fix: timer sigev and string convert
* fix: test case for alpine
* fix: fix test script for alpine
* fix: fix test script for alpine
* fix: fix taosLogTrace for Alpine
* fix: fix taosSort
* fix: vnode and mnode compare functions and test cases
* fix: sorting algorithms and unit tests
* fix: libtaosws.so build error on Alpine
* fix: libtaosws.so build error on Alpine
---------
Co-authored-by: t_max <1172915550@qq.com>
2023-02-10 13:00:55 +08:00
Haojun Liao
e9490a3235
refactor(query): disable tag filter cache by default.
2023-02-02 17:38:21 +08:00
Xiaoyu Wang
aae2de07af
enh: add event_winodw test case
2023-01-31 09:21:44 +08:00
wangmm0220
0fed3ffa05
fix:remove useless config for schemaless
2023-01-23 22:49:37 +05:00
Shengliang Guan
42d911bf8e
Merge remote-tracking branch 'origin/main' into FIX/TD-21043-main
2023-01-08 09:44:07 +08:00
Shengliang Guan
5865b4ac74
Merge pull request #19403 from taosdata/fix/changeDefaultConfig
...
change default config value
2023-01-07 10:54:23 +08:00
yihaoDeng
88abc4fde2
change default config value
2023-01-06 09:36:57 +08:00
yihaoDeng
867b71a19c
change default config value
2023-01-05 21:32:40 +08:00
Benguang Zhao
4031dc1af4
Merge branch main into FIX/TD-21043-main
2023-01-02 16:41:46 +08:00
dapan1121
b8cbc93584
Merge remote-tracking branch 'origin' into enh/TD-21108
2022-12-30 17:38:38 +08:00
dapan1121
8ff3b2fda3
Merge remote-tracking branch 'origin' into enh/TD-21108
2022-12-30 13:31:37 +08:00
dapan1121
dfefb68aa6
feat: support crash report
2022-12-30 13:30:54 +08:00
Haojun Liao
adbc11f8e4
fix(query): set simd conf
2022-12-29 23:05:14 +08:00
Benguang Zhao
ed43aeaa9b
enh: add vndCommitMaxInterval cfg param
2022-12-29 19:47:28 +08:00
Shengliang Guan
ed98fddf74
enh: adjusting the operation mode of the stream thread pool
2022-12-28 14:37:56 +08:00
Shengliang Guan
861493010e
fix: display the correct log information
2022-12-27 14:15:20 +08:00
Shengliang Guan
b7f6d152f8
fix: display the correct log information
2022-12-27 14:14:18 +08:00
Xiaoyu Wang
f6d953e62d
fix: disable insert csv statements on cloud services
2022-12-19 16:40:40 +08:00
Shengliang Guan
0866a74944
Merge pull request #18936 from taosdata/fix/rmUnusedParam
...
fix: remove unused param
2022-12-14 08:02:33 +08:00
Shengliang Guan
04750d9078
Merge pull request #18905 from taosdata/feature/3_liaohj
...
refactor: do multiple refactor and improve some query perf.
2022-12-14 08:01:42 +08:00
yihaoDeng
6fb45a5f47
remove unused param
2022-12-13 20:16:45 +08:00
Haojun Liao
8f02297890
refactor: do some internal refactor.
2022-12-12 17:53:04 +08:00
Shengliang Guan
1bb1025f7d
enh: add tassert
2022-12-07 22:24:47 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases"
2022-12-07 21:51:17 +08:00
Shengliang Guan
4172acf95d
git lo
2022-12-07 19:39:53 +08:00
Shengliang Guan
bed6874174
enh: add tassert
2022-12-07 13:46:53 +08:00
dapan1121
89855677fa
fix: change qnode query min thread number
2022-12-07 11:22:36 +08:00
Minghao Li
575c5e89fc
refactor(sync): add config item in sync
2022-12-04 09:49:27 +08:00
Shengliang Guan
a366696478
Merge pull request #18596 from taosdata/feature/stream
...
refactor(stream): distributed checkpoint
2022-12-02 07:51:10 +08:00
Liu Jicong
3424b184d3
refactor(stream): distributed checkpoint
2022-12-02 03:48:45 +08:00
Shengliang Guan
d1a0e72459
Merge pull request #18571 from taosdata/feature/TD-14761
...
opti:get meta cost for schemaless & add config for write batch in schemaless
2022-11-30 23:21:25 +08:00
wangmm0220
162575ea66
opti:get meta cost for schemaless & add config for write batch in schemaless
2022-11-30 14:30:44 +08:00
Shengliang Guan
189cdc4f63
Merge pull request #18533 from taosdata/enh/clientRetry
...
enh: refactor retry
2022-11-30 10:47:13 +08:00
yihaoDeng
8a555080f1
change parameterr
2022-11-29 17:08:53 +08:00
yihaoDeng
d463f05b3f
change paramter
2022-11-29 10:28:32 +08:00
yihaoDeng
3b6982e5b1
change paramter
2022-11-29 10:23:47 +08:00
yihaoDeng
65aa86edec
change paramter
2022-11-29 10:11:34 +08:00
Shengliang Guan
99c00acf9f
Merge pull request #18502 from taosdata/enh/changeParamter2
...
enh: adjust para
2022-11-29 09:22:13 +08:00
yihaoDeng
aff649deb7
adjust parameer
2022-11-27 23:00:32 +08:00
Haojun Liao
9a208b2d09
other: merge 3.0
2022-11-24 17:08:15 +08:00
Haojun Liao
e0e55b2d65
refactor: do some internal refactor.
2022-11-23 22:08:35 +08:00
yihaoDeng
96f691cd5c
avoid invalid error
2022-11-22 11:12:20 +08:00
dapan1121
072a73ec3d
enh: support max retry wait time configuration
2022-11-21 11:35:52 +08:00
Haojun Liao
47a7664e2c
refactor: add some logs.
2022-11-16 14:52:38 +08:00
Haojun Liao
7d00b7a6c4
refactor: add tag filter cache.
2022-11-16 14:23:12 +08:00
Haojun Liao
b83f895726
refactor: do some internal refactor.
2022-11-11 14:16:13 +08:00
yihaoDeng
1632b9c5a5
add rpc retry config
2022-11-10 19:48:45 +08:00
yihaoDeng
27ebbdadf2
add rpc retry config
2022-11-10 19:44:45 +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
4fc0e3bd55
enh: adjust the number of vnode threads so that one vnode has one write thread
2022-11-04 17:21:00 +08:00
dapan1121
ae5f6ef175
enh: add show rewrite mask in query msg
2022-11-03 16:28:48 +08:00
Shengliang Guan
871757240a
Merge pull request #17777 from taosdata/FIX/TS-1984-3.0
...
fix: fsync wal files and meta if data size not synced yet beyond a threshold
2022-11-01 18:53:10 +08:00
benguang.zhao
4237cafb21
enh: rename walRecoverSizeLimit to walFsyncDataSizeLimit
2022-11-01 17:19:33 +08:00
benguang.zhao
ffa6906a9f
Merge branch 'FIX/TS-1984-3.0' of github.com:taosdata/TDengine into FIX/TS-1984-3.0
2022-11-01 15:52:25 +08:00
Shengliang Guan
2990a127cb
enh: add config for persist wal at the beginning of vnodeCommit
2022-11-01 11:29:02 +08:00
Shengliang Guan
a2d11e0fdb
enh: add config for persist wal at the beginning of vnodeCommit
2022-11-01 11:27:28 +08:00
Shengliang Guan
26778f29da
enh: add config for persist wal at the beginning of vnodeCommit
2022-11-01 10:42:13 +08:00
slzhou
aa2b54c57c
enhance: add configuration for udfd LD_LIBRARY_PATH to taos.cfg
2022-10-31 16:45:39 +08:00