Haojun Liao
|
445c3bd250
|
fix(query): remove sleep.
|
2023-02-07 18:27:32 +08:00 |
Minglei Jin
|
e3ba07e054
|
test(tdb/defragment): unit test case for page defragment
|
2023-02-07 18:25:22 +08:00 |
sunpeng
|
1d483fd503
|
docs: update grafana and tdinsight docs (#19842)
* docs: update grafana and tdinsight docs
* fix: typo
---------
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
|
2023-02-07 18:18:50 +08:00 |
Ganlin Zhao
|
3b03341de4
|
fix: setting logKeepDays to -1 result in old log files not compressed and
empty.
|
2023-02-07 18:15:55 +08:00 |
Haojun Liao
|
5dfdb91135
|
fix(query): check if table exists or not during build data block in tsdbread.
|
2023-02-07 17:16:20 +08:00 |
Xiaoyu Wang
|
571e936b4a
|
feat: add explain test case
|
2023-02-07 17:13:38 +08:00 |
yihaoDeng
|
309aa8d4ec
|
fix: return invalid err code
|
2023-02-07 17:11:34 +08:00 |
dapan1121
|
19508d118f
|
Merge pull request #19817 from taosdata/feat/TS-2502
feat: support force fill in interval clause
|
2023-02-07 17:00:01 +08:00 |
yihaoDeng
|
d842dd25b1
|
add test
|
2023-02-07 16:59:37 +08:00 |
Hongze Cheng
|
c7267c7c9f
|
more code
|
2023-02-07 16:49:29 +08:00 |
WANG MINGMING
|
3396309f3e
|
Merge branch '3.0' into refact/submit_req_marks
|
2023-02-07 16:33:54 +08:00 |
wangmm0220
|
97120dcd0a
|
fix:reset measuretag pointer if it is the same child table
|
2023-02-07 16:26:26 +08:00 |
dapan1121
|
64aff02f15
|
Merge pull request #19833 from taosdata/glzhao89-patch-1
docs: add more detail about interp subclause zh
|
2023-02-07 16:20:45 +08:00 |
dapan1121
|
2a326f9cad
|
Merge pull request #19835 from taosdata/docs-interp_en
docs: add more details about interp subclause en
|
2023-02-07 16:20:29 +08:00 |
Benguang Zhao
|
2330bf5b49
|
enh: set terrno as TSDB_CODE_TDB_INVALID_TABLE_ID while tdbTbGet suid failure
|
2023-02-07 16:20:06 +08:00 |
wangmm0220
|
a7aa9ac4a6
|
fix:reset measuretag pointer if it is the same child table
|
2023-02-07 16:08:20 +08:00 |
54liuyao
|
e89362fb36
|
feat:stream ignore check update data
|
2023-02-07 15:29:05 +08:00 |
54liuyao
|
1e0e417275
|
ci:modify stream state window test
|
2023-02-07 15:27:47 +08:00 |
wangmm0220
|
fba3421029
|
fix:rm compare function for json and telnet in schemaless
|
2023-02-07 15:19:13 +08:00 |
Minglei Jin
|
2f0e5eae32
|
fix(vnd): no wlock on writing thread's path
|
2023-02-07 15:15:56 +08:00 |
Minglei Jin
|
f4a60a4364
|
fix(stream/state): switch tdb rollback on to restore from journals
|
2023-02-07 15:11:22 +08:00 |
kailixu
|
8df67a9a3c
|
fix: rsma close and commit
|
2023-02-07 15:10:11 +08:00 |
yihaoDeng
|
c14ca67b17
|
fix return invalid err
|
2023-02-07 15:08:46 +08:00 |
xinsheng Ren
|
8659c21beb
|
fix: tools (#19772)
Co-authored-by: facetosea <25808407@qq.com>
|
2023-02-07 14:29:46 +08:00 |
Hongze Cheng
|
be85aac8a6
|
Merge branch '2.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
|
2023-02-07 14:29:33 +08:00 |
Haojun Liao
|
e60ce6ced1
|
Merge pull request #19820 from taosdata/fix/TD-22253
fix:parse json error in schemaless
|
2023-02-07 14:09:39 +08:00 |
Hongze Cheng
|
92919f0ee4
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
|
2023-02-07 14:09:17 +08:00 |
Hongze Cheng
|
a885d6e3d2
|
more code
|
2023-02-07 14:08:20 +08:00 |
Haojun Liao
|
25f7ac7991
|
Merge pull request #19836 from taosdata/fix/nodisk
fix(query):add check for no disk error.
|
2023-02-07 13:36:30 +08:00 |
Haojun Liao
|
61be1fdc58
|
fix(query):fix syntax error.
|
2023-02-07 11:37:56 +08:00 |
Haojun Liao
|
5f89fe7652
|
fix(query):add check for no disk error.
|
2023-02-07 11:01:52 +08:00 |
Ganlin Zhao
|
60c0f0175a
|
Update 10-function.md
|
2023-02-07 10:54:19 +08:00 |
Ganlin Zhao
|
35675aeb2a
|
Update 10-function.md
|
2023-02-07 10:49:42 +08:00 |
Ganlin Zhao
|
90ac7efc45
|
docs: add more details about interp subclause en
|
2023-02-07 10:46:43 +08:00 |
54liuyao
|
d750bd6e93
|
ci:modify stream state window test
|
2023-02-07 10:45:25 +08:00 |
kailixu
|
9598fe684e
|
Merge branch '3.0' into fix/TD-22047-3.0
|
2023-02-07 10:42:16 +08:00 |
“happyguoxy”
|
ff1fbe8fea
|
test: refine query cases
|
2023-02-07 10:40:35 +08:00 |
“happyguoxy”
|
2a2b2262d8
|
test: refine query cases
|
2023-02-07 10:39:05 +08:00 |
“happyguoxy”
|
7a392f57af
|
test: refine query cases
|
2023-02-07 10:38:48 +08:00 |
Ganlin Zhao
|
45d20e3e86
|
docs: add more details for interp sub clause zh
|
2023-02-07 10:32:02 +08:00 |
Xuefeng Tan
|
cdd7d07ee9
|
enh(taosAdapter): add whether to disable the collection clientIP configuration option (#19818)
|
2023-02-07 10:28:16 +08:00 |
Xuefeng Tan
|
96cd93db62
|
enh(taosAdapter): add whether to disable the collection clientIP configuration option (#19819)
|
2023-02-07 10:26:31 +08:00 |
dapan1121
|
c878b7985d
|
Merge pull request #19815 from taosdata/fix/TD-22228
fix: query res freed when fetch handling drop event
|
2023-02-07 10:21:28 +08:00 |
54liuyao
|
d9be2e31c2
|
ci:modify stream state window test
|
2023-02-07 09:37:14 +08:00 |
Haojun Liao
|
e93c96aff9
|
Merge pull request #19808 from taosdata/enh/stream_num_limit
enh: stream number limit
|
2023-02-07 09:25:36 +08:00 |
Haojun Liao
|
46fb9227f1
|
Merge pull request #19825 from taosdata/fix/nodisk
fix(query):set null for if the queried table is dropped
|
2023-02-07 09:19:58 +08:00 |
Shengliang Guan
|
dda20bd5cb
|
Merge pull request #19827 from taosdata/fix/TD-22240
fix: should not execute trans if not leader
|
2023-02-07 02:35:23 +08:00 |
Shengliang Guan
|
2dcb281108
|
fix: should not execute trans if not leader
|
2023-02-07 02:08:31 +08:00 |
Shengliang Guan
|
9e41be60ed
|
Merge pull request #19826 from taosdata/fix/TD-22240
fix: set transId to 0 while timeout or in follower state
|
2023-02-07 00:51:54 +08:00 |
wangmm0220
|
bec6cdf784
|
fix:clear hashmap if rerun schemaless
|
2023-02-07 00:17:25 +08:00 |