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
Xiaoyu Wang
86d231ce50
Merge pull request #19872 from taosdata/feat/vnode_compact
...
feat: data compaction
2023-02-09 16:24:50 +08:00
Haojun Liao
6cf363600b
Merge pull request #19785 from taosdata/fix/TD-21899
...
fix:auto create table & NULL NONE problem for taosx
2023-02-09 15:31:13 +08:00
Hongze Cheng
943e86c22e
fix CI problem
2023-02-09 14:27:20 +08:00
Xiaoyu Wang
9bc225ffda
merge 3.0
2023-02-09 09:44:29 +08:00
Xiaoyu Wang
874dd2146a
fix: information_schema.ins_vgroups
2023-02-09 09:37:30 +08:00
Xiaoyu Wang
79440f7a26
Merge pull request #19860 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-09 09:22:19 +08:00
Xiaoyu Wang
0a20b65f7c
Merge pull request #19877 from taosdata/feat/vnode_compact_wxy
...
fix: show vgroups
2023-02-08 18:45:21 +08:00
Xiaoyu Wang
2c01c96ef2
fix: show vgroups
2023-02-08 18:44:17 +08:00
Hongze Cheng
8d6e6d2fe0
more code
2023-02-08 17:46:11 +08:00
Hongze Cheng
c398f9d299
more code
2023-02-08 16:11:47 +08:00
Hongze Cheng
0f70a61253
more code
2023-02-08 14:28:54 +08:00
Hongze Cheng
e22e4f626a
more code
2023-02-08 11:30:38 +08:00
Hongze Cheng
5a56e39613
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
2023-02-08 11:15:51 +08:00
Hongze Cheng
108ce09c85
more code
2023-02-08 11:15:36 +08:00
Hongze Cheng
d9e8b3c047
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
2023-02-08 10:20:22 +08:00
Xiaoyu Wang
09925437e3
merge main
2023-02-08 09:51:52 +08:00
Xiaoyu Wang
44a5e0070b
Merge pull request #19840 from taosdata/fix/TD-22245-batch-delete
...
fix(vnd): no rlock on writing thread's path
2023-02-08 09:17:33 +08:00
Haojun Liao
d7bad3bb51
other: merge main.
2023-02-07 22:26:56 +08:00
Hongze Cheng
9b338ae095
more code
2023-02-07 22:05:36 +08:00
Shengliang Guan
7fdeaf19be
Merge remote-tracking branch 'origin/3.0' into enh/TD-18702
2023-02-07 20:29:14 +08:00
Haojun Liao
445c3bd250
fix(query): remove sleep.
2023-02-07 18:27:32 +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
Hongze Cheng
c7267c7c9f
more code
2023-02-07 16:49:29 +08:00
Minglei Jin
2f0e5eae32
fix(vnd): no wlock on writing thread's path
2023-02-07 15:15:56 +08:00
kailixu
8df67a9a3c
fix: rsma close and commit
2023-02-07 15:10:11 +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
kailixu
9598fe684e
Merge branch '3.0' into fix/TD-22047-3.0
2023-02-07 10:42:16 +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
Shengliang Guan
2dcb281108
fix: should not execute trans if not leader
2023-02-07 02:08:31 +08:00
Shengliang Guan
151dfea99c
fix: restore some changes
2023-02-07 00:07:05 +08:00
Shengliang Guan
917d1165a7
fix: set transId to 0 while timeout or in follower state
2023-02-06 22:49:13 +08:00
kailixu
d3c260ad55
feat: grant support upgrade/downgrade
2023-02-06 18:45:33 +08:00
Haojun Liao
5e2bb75275
fix(query):set correct initial key value for mem/imem data.
2023-02-06 17:56:45 +08:00
Liu Jicong
55f78b4109
fix case
2023-02-06 16:41:30 +08:00
Haojun Liao
08b3ce7cc0
fix(query): remove timing code.
2023-02-06 16:08:41 +08:00
Haojun Liao
b53d2669da
other: merge main
2023-02-06 16:02:54 +08:00
Haojun Liao
e7b97cc086
fix(query): set the correct timestamp value in case that only imem has data.
2023-02-06 15:59:47 +08:00
Xiaoyu Wang
0b6852d7eb
Merge pull request #19813 from taosdata/enh/TD-22139
...
enh(tsdb/cache): new block index cache for querying
2023-02-06 15:42:42 +08:00
Hongze Cheng
09628401f8
refact code
2023-02-06 14:49:50 +08:00
Minglei Jin
b83f93d564
fix(query): release lru handle before returning from block idx loading
2023-02-06 14:41:17 +08:00
Minglei Jin
a6d52aed4f
fix(tsdb/cache): use 5M cache for block index instead of 1M
2023-02-06 14:18:49 +08:00
Xiaoyu Wang
f2ff17dace
merge 3.0
2023-02-06 14:18:13 +08:00
Minglei Jin
023b8377fb
enh(tsdb/cache): new block index cache for querying
2023-02-06 14:12:57 +08:00
Haojun Liao
882451df0b
Merge pull request #19809 from taosdata/fix/nodisk
...
fix(query): add null ptr check when retrieving the block info.
2023-02-06 12:57:23 +08:00
Liu Jicong
e615053f4a
enh: stream number limit
2023-02-06 11:32:04 +08:00
Haojun Liao
89b1843382
fix(query): add null ptr check when retrieving the block info.
2023-02-06 10:59:45 +08:00
wangmm0220
762f6466f3
fix:conflicts from 3.0
2023-02-06 09:23:29 +08:00
wangmm0220
33de4e2aba
fix:memory leak
2023-02-06 09:21:46 +08:00