Commit Graph

46489 Commits

Author SHA1 Message Date
Shengliang Guan 69b1a3e0ac
Merge pull request #18941 from taosdata/wangmm0220-patch-10
fix:Update 50-opentsdb-json.mdx
2022-12-15 19:17:46 +08:00
Shengliang Guan 31c75345cb
Merge pull request #18955 from taosdata/FIX/TD-21249-main
enh: adjust batchSize dynamically on retryBackoff
2022-12-15 19:17:15 +08:00
Kelvin Yin f4652859be
modify: add comma 2022-12-15 17:30:47 +08:00
wangmm0220 284acb1f34 opti:json parser 2022-12-15 17:17:18 +08:00
yihaoDeng 93dc0aff07 change err msg while vnode is stoped 2022-12-15 17:08:03 +08:00
Xiaoyu Wang c21911fdbf fix: user auth error 2022-12-15 16:18:48 +08:00
wangmm0220 5ec92e7dc4 opti:parse json 2022-12-15 15:36:08 +08:00
wangmm0220 1b2a047397 opti:json parser 2022-12-15 11:25:03 +08:00
Ganlin Zhao bb6e23ed06 fix typo 2022-12-15 11:13:33 +08:00
Ganlin Zhao 33324a56ae add zn/en docs 2022-12-15 11:08:43 +08:00
Ganlin Zhao 17542879b2 add test cases 2022-12-15 10:55:11 +08:00
Shengliang Guan 9f9aa0ee6a
Merge pull request #18952 from taosdata/fix/TS-2255
fix: reduce the frequency of retry in sync not ready case while alter db
2022-12-15 10:45:54 +08:00
wangmm0220 097a2b928c opti:modify parse json 2022-12-15 00:35:58 +08:00
Shengliang Guan 0a5ee50ed5
Merge pull request #18948 from taosdata/fix/TD-21092
fix: remove sch status on timeout
2022-12-14 21:39:25 +08:00
Benguang Zhao 8af1cf15a7 enh: adjust batchSize dynamically on retryBackoff 2022-12-14 21:37:16 +08:00
Guangxin Yuan 75b707186c
fix docs of 11-kafka.md (#18953)
Co-authored-by: root <root@fantastic-pipe-1.localdomain>
2022-12-14 20:50:02 +08:00
Haojun Liao b5f611328a fix(query): add check for blockdata. 2022-12-14 20:31:21 +08:00
Shengliang Guan 4db6b043c6 fix: reduce the frequency of retry in sync not ready case while alter db 2022-12-14 19:01:31 +08:00
Shengliang Guan 6a7c1d6bea
Merge pull request #18940 from taosdata/enh/TD-21127
refact: post sem in vnode while sync timeout
2022-12-14 18:55:52 +08:00
Ganlin Zhao 702054c345 feat(query): add _isfilled pseudocolumn to indicate data is origin
or filled.
2022-12-14 17:16:52 +08:00
Ganlin Zhao 5da2fe9bc5 feat(query): add _isfilled pseudocolumn to indicate data is origin
or filled.
2022-12-14 16:56:10 +08:00
dapan1121 2aad923b59
Merge pull request #18927 from taosdata/fix/TD-21101
fix: refact some example files
2022-12-14 16:35:52 +08:00
dapan1121 49bcb15fab enh: ignore head line in cvs file 2022-12-14 16:34:56 +08:00
Ganlin Zhao 61cfca6eb9 feat(query): add _isfilled pseudocolumn to indicate data is origin
or filled.
2022-12-14 16:23:49 +08:00
yihaoDeng e6709caafb remove sch status on timeout 2022-12-14 16:14:39 +08:00
Shengliang Guan 60bab9ae55 refact: post sem in vnode while sync timeout 2022-12-14 16:09:28 +08:00
kailixu 8639003e99 Merge branch '3.0' into feature/TD-19148-D 2022-12-14 15:23:35 +08:00
WANG MINGMING 7720e501da
Update 50-opentsdb-json.mdx 2022-12-14 14:52:07 +08:00
WANG MINGMING c2fc3a4bbb
Update 50-opentsdb-json.mdx 2022-12-14 14:51:11 +08:00
Shengliang Guan 9af36669ad refact: post sem in vnode while sync timeout 2022-12-14 11:56:08 +08:00
Shuduo Sang 5dee5afadf
fix: taos shell show reconnect after tried twice (#18934)
* fix: taos shell prompt for websocket

* fix: show disconnected after retry twice
2022-12-14 11:03:12 +08:00
Shengliang Guan 3b519172a3 refact: post sem in mnode while sync timeout 2022-12-14 10:30:47 +08:00
Shengliang Guan f623837b60 refact: adjust mnode timer 2022-12-14 09:14:54 +08:00
Shengliang Guan 2b256542a5 refact: add vnode timer 2022-12-14 09:14:40 +08:00
dapan1121 360282e565 fix: compile issue in user env 2022-12-14 09:05:35 +08:00
dapan1121 473338cf86
Merge pull request #18929 from taosdata/fix/percentile_crash
fix: fix invalid retrieved buffer page causing crash
2022-12-14 08:52:15 +08:00
dapan1121 d6f6c6495b
Merge pull request #18917 from taosdata/szhou/cenc
fix: udfd pipe close before send response
2022-12-14 08:51:28 +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 57a8ad3bc7
Merge pull request #18925 from taosdata/enh/3.0_planner_optimize
feat: event window query
2022-12-14 08:02:04 +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
kailixu 61562defa4 Merge branch '3.0' into feature/TD-19148-D 2022-12-13 22:52:25 +08:00
Haojun Liao 8b1f452312 fix(query): set data load flag for multi-way merge . 2022-12-13 22:37:29 +08:00
wangmm0220 ac16bfc46d opti:performance for json in schemaless 2022-12-13 22:30:06 +08:00
yihaoDeng 581a041ddd remove unused param 2022-12-13 20:39:36 +08:00
yihaoDeng 6fb45a5f47 remove unused param 2022-12-13 20:16:45 +08:00
Xiaoyu Wang 99d997012a feat: event window query 2022-12-13 20:12:35 +08:00
dapan1121 c2f0aabc8e fix: int64 print issue 2022-12-13 19:26:56 +08:00
Haojun Liao aa18d0a413 other: adjust compiler flag for clang. 2022-12-13 19:19:12 +08:00
dapan1121 b4d3d1432f fix: invalid head file 2022-12-13 18:51:51 +08:00
dapan1121 518d60ad54 fix: fix CMakeList.txt issue 2022-12-13 18:31:51 +08:00