dapan1121
e70c433a59
enh: support time line query from union/union all subquery
2023-05-26 08:44:23 +08:00
Haojun Liao
e24ce2111f
fix: set function ptr.
2023-05-26 00:00:07 +08:00
dapan1121
2713f4f6d4
feat: support create topic as stable with conditions
2023-05-25 19:01:58 +08:00
Haojun Liao
c3be7b14be
fix: set correct function ptr.
2023-05-25 17:51:03 +08:00
Haojun Liao
0966213847
fix(arch): set the correct module api dependency.
2023-05-25 14:21:40 +08:00
Haojun Liao
4a42f6b983
fix: fix error in api call.
2023-05-25 00:50:03 +08:00
Haojun Liao
a9b18d203d
fix:fix error.
2023-05-24 23:49:26 +08:00
Haojun Liao
ab907e3344
fix(query): fix syntax error.
2023-05-24 21:53:40 +08:00
wangmm0220
357e86b994
feat:add tag filter for stable subscribe
2023-05-24 18:59:47 +08:00
Hongze Cheng
3c2a54ab4b
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-24 18:28:56 +08:00
wangmm0220
8537e4e80e
feat:add tag filter for stable subscribe
2023-05-24 18:26:55 +08:00
Haojun Liao
fe09705855
fix: set the init function pointer.
2023-05-24 17:13:20 +08:00
Dingle Zhang
984211f3b4
Feature/3.0 geometry ( #21037 )
...
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.
* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling
* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh
* Add a function MakePoint() and introduce a lib geometry
* implement sql functions GeomFromText() and AsText()
* Use GEOS *_r funcions instead for thread safety
* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.
* refactor AsText and MakePoint functions to be like GeomFromText
* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file
* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.
* set number of decimals of WKT to 6
* Implement SQL function Intersects()
* refactor geometry sql functions
* Add geosErrMsgeHandler() to get the GEOS error detail
* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists
* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.
* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.
* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn
* Add prefix "ST_" for all geometry functions
* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile
* Add unit test for geometry lib, only test MakePoint so far
* refactor and enhance existing cases in geomFuncTest
* implement NULL type and NULL value test for geomFuncTest
* add test on geomFromText()
* add unit test on AsText() in geomFuncTest
* combine some makePointFunction test items
* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions
* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content
* add more cases into intersectsFunction test
* Add basic test on geometry in system test
* Add ST_GeomFromText and ST_AsText function test in system test on geometry
* add ST_Intersects function test in system test on geometry
* support to check expectedErrno in system test on geometry
* adjust geomTest unit test and geometry system test
* add geometry data type and functions in doc english version
* implement touchesFunction() in geometry lib
refactor geometry relation functions model
* separate gemFuncTest into several src files
* add unit test on touchesFunction
* support sql function ST_Touches()
add system test on ST_Touches
* add docs for ST_Touches()
* Add ST_Contains()
* Add ST_Covers()
* Add ST_Equals()
* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()
* Add ST_ContainsProperly()
* build on windows
* Merge from 3.0 to 3.0_geometry
* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility
* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()
* add /usr/local/include into include directory
* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
Haojun Liao
a566180770
fix: fix syntax error.
2023-05-24 15:16:50 +08:00
Haojun Liao
99f669434a
Merge pull request #21282 from taosdata/feature/TD-23117
...
feat:[TD-23117] add schema for ins_topics
2023-05-24 14:54:42 +08:00
Haojun Liao
1f7f326bed
refactor: do some internal refactor and set the api function ptr.
2023-05-24 13:22:05 +08:00
dapan1121
5bedf6b19a
enh: support config batch rows number when import data from csv file
2023-05-23 19:21:52 +08:00
Haojun Liao
66477a28ca
refactor: do some internal refactor.
2023-05-23 19:10:50 +08:00
Haojun Liao
85afbf0d35
refactor: do some internal refactor.
2023-05-23 18:58:54 +08:00
Haojun Liao
a63473b1cc
refacotor: do some internal refactor.
2023-05-23 18:54:32 +08:00
Haojun Liao
c66c0c4dfd
refactor: do some internal refactor.
2023-05-23 18:42:52 +08:00
Haojun Liao
3d084adf1f
Merge remote-tracking branch 'origin/refact/fillhistory' into refact/fillhistory
...
# Conflicts:
# source/dnode/vnode/inc/vnode.h
# source/libs/executor/src/executil.c
# source/libs/index/CMakeLists.txt
# source/libs/index/src/indexFilter.c
2023-05-23 18:32:47 +08:00
Haojun Liao
e67b532d8a
refactor: refactor the module dependency.
2023-05-23 18:29:23 +08:00
Hongze Cheng
85c4c61027
more code
2023-05-23 14:18:23 +08:00
yihaoDeng
c15b1e3520
opt compile
2023-05-23 11:46:02 +08:00
Hongze Cheng
91a5e17b9b
more code
2023-05-23 11:45:33 +08:00
Hongze Cheng
57bde4f311
more code
2023-05-23 11:35:44 +08:00
Hongze Cheng
ca28c99f80
more code
2023-05-23 11:19:24 +08:00
dapan1121
4c88fd08de
Merge remote-tracking branch 'origin/3.0' into fix/TD-24001
2023-05-23 09:25:37 +08:00
Hongze Cheng
c16126fa96
more code
2023-05-22 18:39:10 +08:00
Hongze Cheng
8b83c85b0c
more code
2023-05-22 16:28:31 +08:00
Hongze Cheng
e731a08f2d
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-22 14:07:49 +08:00
t_max
2aad823709
fix: free assignment crash on Windows
2023-05-22 10:53:10 +08:00
Hui Li
3f824e2045
Merge pull request #21355 from taosdata/mark/tmq
...
fix:error in pHandle lock
2023-05-22 08:57:45 +08:00
Haojun Liao
9423001fea
Merge pull request #21396 from taosdata/refact/fillhistory
...
Refact/fillhistory
2023-05-21 01:12:00 +08:00
Haojun Liao
de44c9160c
refactor: do some internal refactor.
2023-05-20 18:05:39 +08:00
dapan1121
8fe62bb0e1
Merge pull request #21391 from taosdata/fix/TD-24278
...
fix: fix assert crash in tsort.c
2023-05-20 14:15:19 +08:00
dapan1121
6e5ec3d097
Merge pull request #21358 from taosdata/feat/TD-23362-3.0
...
feat: support update active code by SQL
2023-05-20 14:09:20 +08:00
wangmm0220
04858fae22
fix:tsdbreader is free by mistake
2023-05-20 12:20:54 +08:00
Haojun Liao
6ded3284da
refactor: do some internal refactor.
2023-05-20 11:37:17 +08:00
Haojun Liao
200c1a367b
Merge pull request #21378 from taosdata/fix/nodisk
...
fix(query): do some internal refactor, and fix the bug when calender duration exists in sliding and offset.
2023-05-19 19:30:04 +08:00
Hongze Cheng
70c2d5ae49
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-19 17:57:02 +08:00
Ganlin Zhao
709b59a3a6
fix: fix assert crash in tsort.c
2023-05-19 17:27:15 +08:00
Hongze Cheng
de1bdf97f9
more code
2023-05-19 17:20:53 +08:00
wangmm0220
ff2b545b27
fix:set task status killed when vnode receive subscribe msg from mnode
2023-05-19 17:16:47 +08:00
dapan1121
42c65898ea
Merge pull request #21335 from taosdata/feat/TD-22746
...
feat: support client meta control
2023-05-19 16:55:08 +08:00
slzhou
f9da4abdcb
fix: change more variable names
2023-05-19 15:38:52 +08:00
Hongze Cheng
1c4abc62c3
more code
2023-05-19 15:16:01 +08:00
shenglian zhou
f36b0be17d
fix: join eq conditions not only for tag
2023-05-19 14:32:03 +08:00
Hongze Cheng
e247870548
more code
2023-05-19 13:35:32 +08:00
Hongze Cheng
66ea10755e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-19 10:58:12 +08:00
Hongze Cheng
944d6a9c74
more code
2023-05-19 10:24:07 +08:00
wade zhang
1ade314043
Merge pull request #21325 from taosdata/feat/force-drop-dnode
...
Feat/force drop dnode
2023-05-19 09:23:54 +08:00
Haojun Liao
1e020a46c9
other: merge main.
2023-05-19 09:07:35 +08:00
Haojun Liao
d4b0e102af
fix:do some internal refactor.
2023-05-19 08:55:59 +08:00
kailixu
0fc1eadeed
chore: revert
2023-05-19 06:52:07 +08:00
kailixu
24f368c71a
enh: read active code from cfg
2023-05-18 20:22:12 +08:00
wade zhang
779ec32415
Merge pull request #21366 from taosdata/fix/change-restore-prompt-message
...
change restore prompt message
2023-05-18 19:10:08 +08:00
Hongze Cheng
5847774ba2
more code
2023-05-18 18:58:50 +08:00
Hongze Cheng
ce3ede94ee
more code
2023-05-18 18:38:14 +08:00
kailixu
1de90208f7
test: test case for alter dnode active code
2023-05-18 18:02:48 +08:00
Haojun Liao
c4c5bbb65c
other: merge 3.0
2023-05-18 17:28:40 +08:00
Hongze Cheng
c7d1c88fbc
more code
2023-05-18 15:06:21 +08:00
dmchen
178a303832
change restore prompt message
2023-05-18 14:43:10 +08:00
yihaoDeng
9380b22394
merge 3.0
2023-05-18 05:46:38 +00:00
slzhou
304423e27b
Merge branch 'main' of github.com:taosdata/TDengine into szhou/fix-ts3405
2023-05-18 13:27:58 +08:00
Haojun Liao
5d5b2bb16a
refactor: do some internal refactor.
2023-05-18 12:59:19 +08:00
Haojun Liao
81f821a6fc
refactor: do some internal refactor.
2023-05-18 10:51:43 +08:00
Hongze Cheng
c8ba83cb31
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-18 10:38:50 +08:00
dapan1121
f5ebc17fae
Merge branch '3.0' into feat/TD-22746
2023-05-18 09:10:49 +08:00
Haojun Liao
ffee5ebc61
Merge branch '3.0' into feature/3_liaohj
2023-05-17 17:47:44 +08:00
Hongze Cheng
4b5ea55d1a
more code
2023-05-17 16:46:10 +08:00
Haojun Liao
041ffa91bd
other: merge main.
2023-05-17 15:42:15 +08:00
Haojun Liao
366cd1871a
Merge pull request #21314 from taosdata/fix/liaohj_main
...
fix(stream):extract delete msg from wal.
2023-05-17 14:52:49 +08:00
dapan1121
fb7a06e06e
Merge pull request #21271 from taosdata/enh/tsbsPerf.4
...
Enh/tsbs perf.4
2023-05-17 11:00:14 +08:00
dapan1121
df973ce28e
fix: remove debug info
2023-05-16 18:37:00 +08:00
dmchen
9ff56a4e2b
unsafe command
2023-05-16 14:02:54 +08:00
Haojun Liao
e35d145734
fix(stream): fix memory leak.
2023-05-16 13:59:13 +08:00
Hongze Cheng
7cb10a2b70
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-16 13:42:47 +08:00
Haojun Liao
4415fcd045
Merge pull request #21316 from taosdata/feature/3_liaohj
...
feature(tmq): add new API to extract offset from result set.
2023-05-16 12:55:37 +08:00
dapan1121
ee2521a6ab
Merge remote-tracking branch 'origin/3.0' into feat/TD-22746
2023-05-16 10:53:21 +08:00
dapan1121
9fcf56a4ee
feat: support meta cleanup
2023-05-16 10:51:58 +08:00
Haojun Liao
30e7cb5860
fix(tmq): avoid return delete msg for table subscription.
2023-05-16 10:42:02 +08:00
Hongze Cheng
96bfbbe784
refact more code
2023-05-16 10:07:46 +08:00
Haojun Liao
573a86ed99
feature(tmq): add new API to extract offset from result set.
2023-05-16 09:51:00 +08:00
dapan1121
cf7b4593e7
feat: add drop dnode unsafe command
2023-05-16 09:50:10 +08:00
Hongze Cheng
e783609ebd
more code
2023-05-16 09:36:32 +08:00
Haojun Liao
d585f34ea9
fix(tmq): avoid seek to previous position.
2023-05-15 18:48:50 +08:00
wangmm0220
36454c73ed
fix:add lock to pHandle for safety
2023-05-15 18:38:14 +08:00
liuyao
502efb3d01
op stream selectivity buff
2023-05-15 16:26:24 +08:00
shenglian zhou
629ab2b85f
fix: extract tag equal condition
2023-05-15 16:10:11 +08:00
Hongze Cheng
c31b1034cd
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-15 14:26:40 +08:00
yihaoDeng
9c0d2c87c6
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
2023-05-15 01:52:42 +00:00
Haojun Liao
8e15c64499
refactor: do some internal refactor.
2023-05-13 23:22:36 +08:00
Haojun Liao
b98a465304
fix: fix syntax error.
2023-05-13 20:47:38 +08:00
Haojun Liao
170c603995
other: merge 3.0
2023-05-13 20:16:55 +08:00
Haojun Liao
99148d6719
other: merge 3.0
2023-05-13 20:02:48 +08:00
Haojun Liao
236926b9ee
other: merge enh/rocksdbstate
2023-05-13 19:49:28 +08:00
wangmm0220
e17a105eff
feat:[TD-23117] add schema for ins_topics
2023-05-12 18:14:43 +08:00
Haojun Liao
181f9063e9
other: merge 3.0
2023-05-12 18:13:28 +08:00
Hongze Cheng
e7ebb5c2db
more code
2023-05-12 16:23:07 +08:00
kailixu
7643114216
Merge branch '3.0' into enh/TD-23582-3.0
2023-05-12 14:26:33 +08:00
Hongze Cheng
a15a1ab806
Merge branches 'enh/tsdb_optimize' and '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-12 14:14:45 +08:00
dapan1121
69795286fa
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.4
2023-05-12 13:46:16 +08:00
dapan1121
0dd0b16842
enh: optimize table scan for last query
2023-05-12 13:30:17 +08:00
Haojun Liao
7ef16e1922
other: merge main.
2023-05-12 11:49:53 +08:00
liuyao
8b7b804606
opt partition by tbname
2023-05-11 18:47:27 +08:00
dapan1121
eda4c85dbb
Merge pull request #21253 from taosdata/feat/TD-23643-3.0
...
feat: support connectors licensing
2023-05-11 18:19:04 +08:00
yihaoDeng
b91981af59
factor code
2023-05-11 10:09:09 +00:00
yihaoDeng
4e8f5f5d32
factor code
2023-05-11 09:58:53 +00:00
yihaoDeng
afaee9c386
factor code
2023-05-11 09:51:01 +00:00
yihaoDeng
4715aacd41
factor code
2023-05-11 09:44:40 +00:00
kailixu
efd6b578ff
chore: more code
2023-05-11 14:57:50 +08:00
yihaoDeng
f652f71d68
factor code
2023-05-11 06:37:57 +00:00
kailixu
f444b7ac6a
chore: more code
2023-05-11 13:03:21 +08:00
kailixu
aacdd8446d
chore: more code
2023-05-11 11:45:38 +08:00
kailixu
bd00a4f217
chore:more code
2023-05-11 11:32:39 +08:00
kailixu
1cf0b485e8
Merge branch '3.0' into feat/TD-23643-3.0
2023-05-11 00:17:24 +08:00
kailixu
fd107f2c26
chore: more code
2023-05-11 00:16:41 +08:00
Haojun Liao
dbd79cc80c
refactor: do some internal refactor.
2023-05-10 22:22:01 +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
dmchen
565c930f77
check 2 mnode
2023-05-10 15:50:54 +08:00
dapan1121
eb7cd25e2e
enh: support nest partition by clause
2023-05-10 14:34:41 +08:00
Yihao Deng
c6e5879f44
Merge branch 'main' into enh/rocksdbSstate
2023-05-10 10:04:28 +08:00
yihaoDeng
8356533eb1
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
2023-05-09 12:13:16 +00:00
dapan1121
6c7d4ec898
Merge branch 'feat/restore-dnode' of github.com:taosdata/TDengine into feat/restore-dnode
2023-05-09 19:19:42 +08:00
dapan1121
a8c65cd25a
feat: support restore dnode clause
2023-05-09 19:19:14 +08:00
dmchen
542e1567f3
message type
2023-05-09 19:17:19 +08:00
kailixu
665681947f
chore: more code
2023-05-09 19:02:09 +08:00
cadem
843d606058
feat/restore dnode
2023-05-09 17:15:37 +08:00
dapan1121
52fd6a84ac
enh: support db cfg cache update
2023-05-09 17:04:20 +08:00
yihaoDeng
55014aa003
Merge branch 'enh/rocksdbSstate' into enh/rocksdbSstateMerge
2023-05-09 08:58:51 +00:00
dapan1121
7ea23a33bc
enh: optimize time line function validation
2023-05-09 16:37:08 +08:00
Hongze Cheng
faadf5d3a2
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-09 13:32:16 +08:00
dapan1121
a1eefd25ea
fix: count wrong group number issue
2023-05-09 11:33:47 +08:00
wangmm0220
f9142c0ddb
fix:[TD24010] lost data if apply ver is small than commit ver
2023-05-08 16:49:56 +08:00
kailixu
e4882765ae
Merge branch '3.0' into feat/TD-23643-3.0
2023-05-08 16:28:20 +08:00
Yihao Deng
cb223acf82
Merge branch 'main' into enh/rocksdbSstate
2023-05-08 09:45:27 +08:00
kailixu
2be6ff4630
chore: more code
2023-05-06 20:38:50 +08:00
yihaoDeng
08c3a63341
Merge branch 'enh/standVer' into enh/rocksdbSstateMerge
2023-05-06 12:37:54 +00:00
wangmm0220
ee32620808
fix:[TS-3347]set ver to first version if version stored is smaller than first version in wal when subscribe db
2023-05-06 16:22:30 +08:00
Haojun Liao
71a2886fa5
Merge pull request #21163 from taosdata/fix/TS-3277
...
fix:[TS-3277]table not exist if drop stable in another client when in…
2023-05-06 14:30:23 +08:00
Haojun Liao
6b305bf745
refactor: do some internal refactor.
2023-05-06 13:35:18 +08:00
wade zhang
ca790277b9
Merge pull request #21140 from taosdata/fix/int16-overflow
...
int16 overflow
2023-05-06 13:27:55 +08:00
Hongze Cheng
8f058c8571
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-06 13:22:49 +08:00
Haojun Liao
da6212bab0
other: merge main.
2023-05-06 12:51:38 +08:00
Haojun Liao
5d4a3116d5
Merge pull request #21139 from taosdata/fix/liaohj_main
...
refactor: do some internal refactor.
2023-05-06 09:49:26 +08:00
yihaoDeng
d7e86aca05
fix case failure
2023-05-05 15:14:16 +00:00
kailixu
b396cbd33f
Merge branch '3.0' into enh/TD-21161-3.0
2023-05-05 20:28:27 +08:00
Haojun Liao
8958aabe4b
fix(stream): opt task scan performance.
2023-05-05 19:33:30 +08:00
dm chen
ee0e0b4ad4
Update taoserror.h
2023-05-05 17:46:24 +08:00
yihaoDeng
f7a7743af7
fix case failure
2023-05-05 08:32:33 +00:00
Hongze Cheng
2fd7974113
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-05-05 15:39:29 +08:00
wangmm0220
0a469484fa
fix:[TS-3277]table not exist if drop stable in another client when insert data using schemaless interface
2023-05-05 15:01:27 +08:00
Benguang Zhao
5d63f438b5
enh: confirm alter hash range
2023-05-04 19:43:11 +08:00
dmchen
af0ca38a89
int16 overflow
2023-05-04 17:12:02 +08:00
Haojun Liao
23c49594b7
other: merge main.
2023-05-04 16:41:53 +08:00
yihaoDeng
c27d01a510
Merge branch 'enh/addTtlToStream' into enh/rocksdbSstateMerge
2023-05-04 08:22:31 +00:00
Haojun Liao
09a04052ec
refactor: do some internal refactor.
2023-05-04 16:15:14 +08:00
liuyao
d8a1f15d10
fix resum bug
2023-05-04 09:28:06 +08:00
Haojun Liao
3c61932ecc
refactor: do some internal refactor.
2023-05-01 19:28:54 +08:00
Haojun Liao
ace193ca9b
fix(stream): set the seek version if the reader's version is earlier than the first version in wal.
2023-04-29 23:34:49 +08:00
Haojun Liao
8b57184a9a
Merge pull request #21123 from taosdata/fix/liaohj_main
...
refactor: remove assert.
2023-04-29 00:44:24 +08:00
kailixu
f012c70f04
enh: error code optimization
2023-04-28 18:16:35 +08:00
yihaoDeng
dda1c8803c
Merge branch 'enh/rocksdbSstate' into enh/rocksdbSstateMerge
2023-04-28 09:17:22 +00:00
yihaoDeng
afc6023a8a
merge rocksdb inst
2023-04-28 06:32:33 +00:00
Haojun Liao
03b1de017a
refactor: remove assert.
2023-04-28 14:12:17 +08:00
liuyao
2984c5a758
merge main
2023-04-28 10:34:46 +08:00
yihaoDeng
36a4413bf1
merge rocksdb inst
2023-04-27 14:38:33 +00:00
kailixu
f075652e18
chore: update grantsSchema to support connectors
2023-04-27 20:10:03 +08:00
kailixu
fa822ff286
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-27 19:11:16 +08:00
Haojun Liao
b7040ed15e
enh(stream): support resume from the latest data, and do some internal refactor.
2023-04-27 15:07:54 +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
db1d75bb48
refactor: do some internal refactor.
2023-04-27 09:28:20 +08:00
liuyao
863d30e5a9
opt tq read
2023-04-26 18:58:19 +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
Hongze Cheng
e2df5f772e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-26 15:36:30 +08:00
dapan1121
5db5205e31
fix: schema/tag version update to int32
2023-04-26 13:41:16 +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
kailixu
a6e37622ff
chore: more code
2023-04-25 22:15:06 +08:00
54liuyao
255af84139
resume option
2023-04-25 19:01:19 +08:00
Benguang Zhao
fee4050d79
enh: rename error code TSDB_CODE_SYN_NEGO_WIN_EXCEEDED
2023-04-25 18:05:36 +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
Benguang Zhao
693bc09f19
enh: comment off unused error codes in sync and wal
2023-04-25 17:36:13 +08:00
dapan1121
f22d279f5f
Merge pull request #21057 from taosdata/feat/TD-19567
...
feat: support log slow query by default
2023-04-25 13:43:34 +08:00
kailixu
781834065a
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-25 08:22:08 +08:00
yihaoDeng
81bd7661bd
add ttl to stream state key
2023-04-24 14:20:01 +00:00
kailixu
2d4dd64584
chore: more code
2023-04-24 20:21:28 +08:00
dapan1121
8c4b73a351
feat: add get table tag sync API
2023-04-24 19:19:12 +08:00
dapan1121
b743b889fc
Merge pull request #20828 from taosdata/enh/TD-23421-M
...
enh: support user passwd version
2023-04-24 17:16:37 +08:00
Ganlin Zhao
782566ad08
refactor
2023-04-24 17:15:46 +08:00
Haojun Liao
4063cfbc4d
Merge pull request #21053 from taosdata/feature/3_liaohj
...
refactor: do some internal refactor and add the sample code.
2023-04-24 17:09:52 +08:00
dapan1121
6386c32392
Merge pull request #21034 from taosdata/szhou/td-23586
...
enhance: error code refactor
2023-04-24 16:53:53 +08:00
dapan1121
9551a269b3
feat: support log slow query by default
2023-04-24 16:45:34 +08:00
Xiaoyu Wang
f5a974489e
Merge pull request #21045 from taosdata/fix/block-check-to-async-check
...
fix/block-check-to-async-check
2023-04-24 15:41:17 +08:00
Haojun Liao
62dad38d5c
refactor: do some internal refactor and add the sample code.
2023-04-24 15:25:49 +08:00
liuyao
eca7b68fa0
ignore update
2023-04-24 15:01:56 +08:00
Xiaoyu Wang
1f5f52add0
Merge branch 'enh/rocksdbSstate' of github.com:taosdata/TDengine into enh/rocksdbSstate
2023-04-24 14:48:53 +08:00
Xiaoyu Wang
dc5235eb92
feat: add pause/resume stream statement
2023-04-24 14:48:33 +08:00
kailixu
b26842e398
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-24 14:19:49 +08:00
cadem
470fef6452
fix/block check to async check for mnode
2023-04-24 13:38:55 +08:00
Haojun Liao
fa46165227
Merge branch 'main' into enh/rocksdbSstate
2023-04-24 12:59:24 +08:00
Haojun Liao
057cc2d30d
Merge pull request #21018 from taosdata/feature/3_liaohj
...
fix(stream): set the correct start offset for stream task.
2023-04-24 12:02:20 +08:00
cadem
a781d43577
fix/block-check-to-async-check
2023-04-24 10:23:43 +08:00
yihaoDeng
ae3730c318
add ttl to stream state key
2023-04-23 13:29:18 +00:00
liuyao
641c707b37
pause&resume
2023-04-23 17:37:10 +08:00
Xiaoyu Wang
4bb7a25fc7
feat: subtable level privilege
2023-04-23 16:30:28 +08:00
dapan1121
5fe99c5ad2
feat: support log long query
2023-04-23 15:54:15 +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
54liuyao
5089528a02
feat:stream pause&resume
2023-04-23 15:08:51 +08:00
shenglian zhou
8ce07b0cc7
fix: change error description of udf pipe not exist
2023-04-23 15:04:08 +08:00
Hongze Cheng
7cf2911c23
more code
2023-04-23 14:57:49 +08:00
shenglian zhou
bb3ce6a3d7
enhance: error code refactor
2023-04-23 14:54:12 +08:00
Hongze Cheng
85a36d625e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-23 14:03:59 +08:00
Haojun Liao
9cf89c6b6f
enh(tmq): add check for consumer Id;
2023-04-23 11:51:43 +08:00
Ganlin Zhao
c5b3737702
fix: forbid delete from system table
2023-04-23 11:21:01 +08:00
Xiaoyu Wang
aba9a236c0
compiled sql.y
2023-04-23 11:20:34 +08:00
yihaoDeng
917b07348c
Merge branch 'fix/rocksdbState' into enh/rocksRevert
2023-04-23 02:37:26 +00:00
Haojun Liao
3dbe208712
enh(tmq): fix memory error and add retrieve wal info as required.
2023-04-22 15:34:46 +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
yihaoDeng
d7ff00a9d2
change write opt
2023-04-21 08:47:43 +00:00
chenhaoran
7d7a0769b3
Merge remote-tracking branch 'origin/main' into enh/tsbsPerf.1
2023-04-21 16:20:37 +08:00
kailixu
9e71b6d071
Merge branch '3.0' into enh/TD-23421-M
2023-04-21 16:04:13 +08:00
kailixu
77a8e3b213
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-21 16:04:09 +08:00
dapan1121
3c2fc48e74
feat: support new table_prefix/table_suffix mode
2023-04-21 14:17:07 +08:00
Hongze Cheng
2f91256a09
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-21 10:45:41 +08:00
Haojun Liao
5e6c06e253
fix(stream): fix the race condition during create new stream tasks.
2023-04-20 23:21:18 +08:00
dm chen
d594e4963f
Merge branch '3.0' into feat/learner
2023-04-20 19:11:06 +08:00
wangmm0220
5df7906a62
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/rocksRevert
2023-04-20 18:33:37 +08:00
dapan1121
e36bf05f98
enh: support get subtable tag and auth
2023-04-20 17:30:09 +08:00
Benguang Zhao
1b2fe38f75
enh: improve logging msg in metaSnapWrite
2023-04-20 16:22:16 +08:00
Benguang Zhao
a1ca9466cd
enh: adjust size limit of appyQ and negotiationWin
2023-04-20 14:28:56 +08:00
Benguang Zhao
a21e0fe75e
enh: propose vnode commit synchronously
2023-04-20 14:28:56 +08:00
yihaoDeng
3272d14e33
change write opt
2023-04-20 04:05:35 +00:00
Haojun Liao
c654f1145d
enh(stream): add new msg for seek, and do some internal refactor.
2023-04-20 10:59:16 +08:00
yihaoDeng
98bc1b6101
change write opt
2023-04-20 01:55:44 +00: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
Haojun Liao
a69e2a8045
fix(os): fix the link error in unit test cases.
2023-04-19 15:33:02 +08:00
kailixu
9549c1d929
chore: fix
2023-04-19 14:47:06 +08:00
Hongze Cheng
b81f1c7be1
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-19 14:38:24 +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
cadem
3b78d4382b
add learner
2023-04-18 19:03:45 +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
Haojun Liao
1f3c8c3d80
fix(stream): update the ref type.
2023-04-18 17:15:31 +08:00
Alex Duan
0822e82d64
feat: support exit by kill heart-beat thread mode
2023-04-18 17:12:04 +08:00
Haojun Liao
9627e8105b
enh(tmq): support seek offset.
2023-04-18 13:52:47 +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
kailixu
50053fdc01
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-18 11:13:30 +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
yihaoDeng
6f6fd3e147
fix compile error
2023-04-17 15:01:41 +00:00
wangmm0220
1771a54256
fix:rebalance not only one in once timer
2023-04-17 19:59:11 +08:00
dapan1121
ed3778dc9f
fix: nodes free issue
2023-04-17 15:44:15 +08:00
kailixu
5889ea1261
chore: support specify param by app
2023-04-17 14:19:44 +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
be90d2c511
fix(stream): disable stream task when no tasks exist.
2023-04-16 23:07:54 +08:00
Haojun Liao
04e042f21d
Merge branch 'feature/3_liaohj' into enh/rocksRevert
2023-04-15 09:35:43 +08:00
Haojun Liao
1cd2268a99
Merge branch 'main' into feature/3_liaohj
2023-04-14 18:30:55 +08:00
Haojun Liao
d420734971
Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert
2023-04-14 18:03:19 +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
ab4b08a4b5
Merge branch 'feature/3_liaohj' into enh/rocksRevert
2023-04-14 17:44:50 +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
liuyao
b8ac811f20
fix bug
2023-04-14 17:35:17 +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
5850a3ab01
Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert
2023-04-14 10:37:17 +08:00
Haojun Liao
b57c813681
other: merge feature/3_liaohj
2023-04-14 10:36:54 +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
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
Haojun Liao
f8b672f09f
other: merge main.
2023-04-14 09:07:18 +08:00
Haojun Liao
70b45a4cf0
fix(stream): all data should be extracted from wal.
2023-04-13 23:22:09 +08:00
Alex Duan
a0be0c1d06
fix: add client option tsEnableScience
2023-04-13 16:40:38 +08:00
liuyao
34bf638f19
fix bug
2023-04-13 16:21:57 +08:00
dapan1121
e86ffad8ef
fix: add debug info
2023-04-13 14:23:12 +08:00
Ganlin Zhao
7414f28d17
fix translatefunc not getting precision issue
2023-04-13 11:22:15 +08:00
dapan1121
7f518ca4ea
feat: support cache db cfg
2023-04-13 10:54:57 +08:00
liuyao
9be89ce00a
delete expired check point
2023-04-12 17:33:58 +08:00
kailixu
ac841b02bf
merge 3.0
2023-04-12 13:09:52 +08:00
kailixu
04fa4d2e87
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-12 13:05:47 +08:00
Hongze Cheng
3f8f7bb451
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-12 11:28:30 +08:00
liuyao
6a98d55c2f
add ci test
2023-04-12 11:04:57 +08:00
yihaoDeng
ed4aaade8c
add backend
2023-04-12 03:03:51 +00:00
yihaoDeng
a3836b2363
fix invalid free
2023-04-11 12:52:03 +00:00
Haojun Liao
f6315af0c9
other: merge main.
2023-04-11 19:41:17 +08:00
Xiaoyu Wang
9578c4538a
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
2023-04-11 19:33:23 +08:00
Haojun Liao
5ab54481f0
refactor: do some internal refactor.
2023-04-11 19:24:34 +08:00
yihaoDeng
b24b91886a
Merge branch 'dev3' into enh/rocksRevert
2023-04-11 10:59:00 +00:00
yihaoDeng
ff8cb09f63
refactor backend
2023-04-11 10:47:15 +00:00
Xiaoyu Wang
5ce6220106
Merge pull request #20781 from taosdata/szhou/replace-function
...
feature: udf replace function
2023-04-11 17:25:21 +08:00
Xiaoyu Wang
4c04b155d5
merge main
2023-04-11 15:56:28 +08:00
Haojun Liao
18479d8115
refactor: do some internall refactor.
2023-04-11 15:42:24 +08:00
liuyao
95d81604c7
feat:encode&&decode stream scan op
2023-04-11 14:34:31 +08:00
Hongze Cheng
a72633d715
more code
2023-04-11 14:22:36 +08:00
Haojun Liao
15cceb5a5a
refactor: do some internal refactors.
2023-04-11 11:53:10 +08:00
dapan1121
28ea375fe1
Merge pull request #20850 from taosdata/enh/ts-3112
...
enh: add queryMaxConcurrentTables configuration
2023-04-11 11:21:30 +08:00
liuyao
74da3c05bc
feat:set check point id
2023-04-11 10:33:10 +08:00
Xiaoyu Wang
416af9a58d
feat: table level privilege
2023-04-11 10:11:25 +08:00
Haojun Liao
a4ba5401f9
enh(stream): set the start version of all operators.
2023-04-11 10:01:36 +08:00
dapan1121
d2f9f2d755
Merge remote-tracking branch 'origin/main' into enh/ts-3112
2023-04-11 09:02:36 +08:00
dapan1121
38231fc48e
enh: add queryMaxConcurrentTables configuration
2023-04-11 09:01:19 +08:00
Haojun Liao
497c9ea9c8
Merge branch 'main' into feature/3_liaohj
2023-04-10 17:57:26 +08:00
Haojun Liao
7419c0bfe9
enh(stream): the stream will start after vnode restore being completed.
2023-04-10 16:56:14 +08:00
kailixu
f6078dc27e
chore: more code
2023-04-10 15:11:54 +08:00
kailixu
76386b9fad
enh: assign passVer during taos_connect
2023-04-10 13:07:18 +08:00
Xiaoyu Wang
e2f82f4423
merge main
2023-04-10 09:56:03 +08:00
kailixu
e689356c65
chore: more code
2023-04-09 19:01:51 +08:00
kailixu
b30d90355a
chore: more code
2023-04-09 18:55:05 +08:00
kailixu
ec8cd0c6b8
enh: support passwd version
2023-04-09 18:44:46 +08:00
Haojun Liao
f5b52749c2
refactor: do some internal refactor.
2023-04-09 01:39:09 +08:00
shenglian zhou
32523d72f9
fix: add created time to file name and keep file reuse
2023-04-08 10:11:57 +08:00
liuyao
fe9ca49d3f
feat:optimize get patitionby name
2023-04-07 18:47:57 +08:00
liuyao
955f8f9f07
feat:optimize get patitionby name
2023-04-07 18:45:09 +08:00
kailixu
e976fcb91d
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-07 17:51:35 +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
yihaoDeng
1e3569367a
opt write snapshot
2023-04-07 07:38:02 +00:00
yihaoDeng
c082536242
opt write snapshot
2023-04-07 07:26:15 +00:00
liuyao
1f63859e21
feat:add buff swap
2023-04-07 12:50:59 +08:00
dapan1121
062a3dc97d
Merge pull request #20758 from taosdata/szhou/fix-td23454
...
fix: interp pseudo column can not be used without interp function
2023-04-07 08:50:51 +08:00
liuyao
0716a4aee8
feat:add check point
2023-04-06 16:45:22 +08:00
Hongze Cheng
e8e0e4976e
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-06 15:51:20 +08:00
Xiaoyu Wang
54f13f6f55
Merge pull request #20756 from taosdata/fix/3.0_merge_main
...
merge main
2023-04-06 15:44:23 +08:00
shenglian-zhou
3d8776e266
Merge branch '3.0' into szhou/replace-function
2023-04-06 13:40:52 +08:00
Xiaoyu Wang
a971d1a997
Merge pull request #20770 from taosdata/enh/3.0_planner_optimize
...
feat: add 'or replace' clause to 'create function' statement
2023-04-06 13:09:56 +08:00
Haojun Liao
2b2059ef18
Merge pull request #20534 from taosdata/fix/TD-22671
...
fix:error in TD-23218 & remove useless logic
2023-04-06 11:47:24 +08:00
shenglian zhou
47719b1028
Merge branch '2.0' of github.com:taosdata/TDengine into szhou/replace-function
2023-04-06 11:19:10 +08:00
shenglian zhou
c17d9eca5f
fix: add fetchtime and version to udf init
2023-04-06 11:18:30 +08:00
dapan1121
a61279ed71
Merge branch 'feat/table_level_privilege' of github.com:taosdata/TDengine into feat/table_level_privilege
2023-04-06 10:02:26 +08:00
dapan1121
d768f49dd7
feat: table level user auth
2023-04-06 10:01:27 +08:00
Xiaoyu Wang
c134432c45
merge main
2023-04-06 09:31:45 +08:00
Xiaoyu Wang
c11b717f60
Merge pull request #20771 from taosdata/fix/main_bugfix_wxy
...
fix: column comment is not supported
2023-04-04 19:31:06 +08:00
Xiaoyu Wang
9b2a94f281
fix: column comment is not supported
2023-04-04 18:04:10 +08:00
Xiaoyu Wang
cc7485812a
feat: add 'or replace' clause to 'create function' statement
2023-04-04 17:45:18 +08:00
Xiaoyu Wang
6825b196ef
feat: table level write privilege check
2023-04-04 17:19:18 +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
yihaoDeng
628bb62c8a
add backpressure
2023-04-04 07:20:05 +00:00
Haojun Liao
c91d8a5901
Merge branch 'main' into feature/3_liaohj
2023-04-04 15:18:24 +08:00
Xiaoyu Wang
e9d7a099cc
merge main
2023-04-04 14:50:58 +08:00
shenglian zhou
d547b9e38f
fix: interp pseudo column can not be used without interp function
2023-04-04 11:27:54 +08:00
Ganlin Zhao
23ec9287c9
fix: fix tsim crash on windows due to invalid input to strftime
2023-04-04 10:33:41 +08:00
wangmm0220
d651ba02ae
fix:lose consume data because of exec close if consume while insert data
2023-04-03 19:54:52 +08:00
Haojun Liao
a3ac8b647c
refactor: do some internal refactor.
2023-04-03 18:20:35 +08:00
Haojun Liao
482c319bee
refactor: do some internal refactor.
2023-04-03 18:07:28 +08:00
Haojun Liao
3ef7d43dae
refactor: do some internal refactor.
2023-04-03 17:47:48 +08:00
kailixu
55b053150c
Merge branch '3.0' into enh/TD-21161-3.0
2023-04-03 17:29:29 +08:00
kailixu
303bc7dc23
enh: column/row max length support up to 64K
2023-04-03 17:12:14 +08:00
kailixu
37bc1bca36
enh: column/row max length support up to 64K
2023-04-03 17:00:52 +08:00
Hongze Cheng
7e48fc3ca5
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize
2023-04-03 15:25:04 +08:00
wangmm0220
446f31925e
fix:conflict from main
2023-04-02 23:47:58 +08:00
dapan1121
13331134d5
Merge pull request #20725 from taosdata/fix/TS-2876
...
fix: task context not exists issue
2023-03-31 21:35:13 +08:00
wangmm0220
97b5c7abee
fix:merge from main
2023-03-31 16:20:21 +08:00
Hongze Cheng
171d360cac
Revert "current from binary to json"
2023-03-31 15:25:00 +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
cademfly
db725c6f6d
show priviledge format
2023-03-30 18:53:50 +08:00
cademfly
3ae4996458
remove all handle
2023-03-30 16:17:51 +08:00
cademfly
dbc75feac3
normal table
2023-03-30 15:56:08 +08:00
dapan1121
15578cf980
Merge branch 'main' into fix/cencVer
2023-03-30 15:36:30 +08:00
shenglian zhou
23d4eef114
feat: startup of replace function when no active query
2023-03-30 11:46:40 +08:00
dapan1121
01c2eb0994
Merge remote-tracking branch 'origin/main' into fix/TS-2876
2023-03-30 09:15:38 +08:00
Haojun Liao
56c98d7768
refactor: do some internal refactor.
2023-03-29 19:35:04 +08:00
Xiaoyu Wang
6265251a03
feat: table level privilege syntax
2023-03-29 19:08:40 +08:00
wangmm0220
2243184a4d
fix:conflicts
2023-03-29 17:53:05 +08:00
dapan1121
9952be43f6
Merge remote-tracking branch 'origin/main' into fix/cencVer
2023-03-29 15:50:14 +08:00
Xiaoyu Wang
b9d905c2d3
Merge pull request #20686 from taosdata/fix/liaohj
...
fix(tsdb/read): use correct scheme for mem & imem merging
2023-03-29 15:38:21 +08:00
cademfly
2fd10c2aa0
table
2023-03-29 13:30:32 +08:00
Hongze Cheng
d2185b7e68
more code
2023-03-29 13:27:36 +08:00
dapan1121
0659814d16
Merge pull request #20674 from taosdata/fix/TS-3010
...
fix: query schema is old issue
2023-03-29 11:41:07 +08:00
dapan1121
5f68b65675
fix: count elements number type issue
2023-03-29 11:20:37 +08:00
Xiaoyu Wang
eaf56916fe
Merge pull request #20678 from taosdata/FIX/TD-22975-main
...
enh: separate sync read and write
2023-03-29 11:09:31 +08:00
dapan1121
0327a8eaa3
fix: block rows number type
2023-03-29 10:46:56 +08:00
Haojun Liao
9992942a7a
Merge pull request #20658 from taosdata/feat/TD-22418
...
feat:coverity scan
2023-03-29 10:44:53 +08:00
Haojun Liao
f1ff5dcec4
fix(query): use hashmap to keep the multiple schema.
2023-03-28 22:53:57 +08:00
yihaoDeng
0d11430be1
tqadd backend
2023-03-28 14:31:11 +00:00
cademfly
28584839ea
change msg number
2023-03-28 20:19:01 +08:00
cademfly
4d04f0f44d
add stb msg
2023-03-28 20:14:50 +08:00
yihaoDeng
86fe216921
add backend
2023-03-28 11:23:24 +00:00
Xiaoyu Wang
daaf4871ac
feat: table level privilege syntax
2023-03-28 18:43:58 +08:00
wangmm0220
d0c55ef572
fix:conflicts
2023-03-28 18:12:13 +08:00
Benguang Zhao
ae8d87643f
Merge branch 'main' into FIX/TD-22975-main
2023-03-28 18:00:51 +08:00
dapan1121
22ad3129b9
fix: query schema is old issue
2023-03-28 15:21:47 +08:00
Haojun Liao
a883e57cf2
Merge branch 'main' into fix/liaohj
2023-03-28 15:07:32 +08:00
Haojun Liao
68f310dd48
refactor: do some internal refactor.
2023-03-28 15:05:10 +08:00
Haojun Liao
6c1515624a
refactor: do some internal refactor.
2023-03-28 11:24:12 +08:00
Haojun Liao
fca79dbc53
Merge branch 'fix/liaohj' into main
2023-03-28 11:20:01 +08:00
Haojun Liao
c158087d66
fix(tmq): kill the ongoing tsdb scans while transferring the ownership of vnode to other consumers.
2023-03-28 09:53:49 +08:00
Haojun Liao
5c128e2292
refactor: do some internal refactor.
2023-03-28 09:27:48 +08:00
dapan1121
80798dd934
fix: job retry issue
2023-03-28 09:20:53 +08:00
Xiaoyu Wang
97855c6233
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
...
feat: WAL cleanup not affected by topic consumption anymore
2023-03-27 17:58:31 +08:00
Xiaoyu Wang
77f27bb9df
Merge pull request #20613 from taosdata/FIX/TD-23308-main
...
enh: disable timely vnodeCommit
2023-03-27 17:58:20 +08:00
54liuyao
cf2d169f75
feat:coverity scan
2023-03-27 16:17:49 +08:00
yihaoDeng
a3a0d9c81f
add backend
2023-03-27 07:42:11 +00:00
Xiaoyu Wang
af53a3a226
Merge pull request #20643 from taosdata/fix/main_bugfix_wxy
...
fix: enterprise version displays the associated community version gitinfo
2023-03-27 13:05:25 +08:00
Xiaoyu Wang
ed48713a4b
Merge pull request #20615 from taosdata/fix/trigger-election-by-sync-msg
...
Fix/trigger election by sync msg
2023-03-27 11:54:53 +08:00
Xiaoyu Wang
5f9f5be6f4
fix: enterprise version displays the associated community version gitinfo
2023-03-27 11:06:10 +08:00
wangmm0220
f1d67b6059
fix:conflict
2023-03-25 19:03:23 +08:00
Benguang Zhao
ffc3b7b27a
enh: add the errorcode TSDB_CODE_MND_DB_RETENTION_PERIOD_ZERO
2023-03-25 11:06:05 +08:00
Xiaoyu Wang
d2b8c5e433
Merge pull request #20524 from taosdata/fix/clusterid-isolation
...
fix: clusterid isolation
2023-03-25 09:19:49 +08:00
cadem
57d7ee29f3
fix/change msg order
2023-03-24 09:17:46 +08:00
cadem
86ca5ce210
fix/trigger election by sync msg
2023-03-24 09:13:20 +08:00
Benguang Zhao
9be09492f0
enh: disable timely vnodeCommit
2023-03-24 09:05:06 +08:00
dapan1121
7f50b463bb
Merge pull request #20599 from taosdata/fix/mainT3.0
...
fix: merge main to 3.0
2023-03-23 16:17:01 +08:00
54liuyao
ffa59f69aa
fix:add combine function for groupKey
2023-03-23 15:20:45 +08:00
Xiaoyu Wang
a5d8549cb1
Merge pull request #20593 from taosdata/FEAT/TD-23258-3.0
...
feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database
2023-03-23 11:43:01 +08:00
wangmm0220
dd4cf0597b
fix:error in optimize consume logic
2023-03-22 17:04:02 +08:00
dapan1121
5b02af6a91
fix: merge main to 3.0
2023-03-22 16:08:16 +08:00
Xiaoyu Wang
eb79046a70
merge 3.0
2023-03-22 11:42:02 +08:00
Benguang Zhao
0b101e4952
feat: support WAL_RETENTION_PERIOD and WAL_RETENTION_SIZE for alter database
2023-03-22 11:40:24 +08:00
Xiaoyu Wang
fbc9b2404e
feat: add sql command 'balance vgroup leader'
2023-03-22 09:53:56 +08:00
cadem
ea35f0ae11
feat/balance vgroup leader
2023-03-22 09:36:59 +08:00
yihaoDeng
914d391845
fix tag filter
2023-03-21 12:28:16 +00:00
Xiaoyu Wang
58ebd3539d
feat: alter database wal_retention_period/wal_retention_size
2023-03-21 16:45:19 +08:00
yihaoDeng
2d37aeabdc
add backend
2023-03-20 15:33:18 +00:00
kailixu
6fd4bc7e27
fix: set grant cluster info
2023-03-20 20:06:10 +08:00
wangmm0220
f7b7320f5f
fix:set offset if read wal none
2023-03-20 16:57:45 +08:00
wangmm0220
506c192bff
fix:error in TD-23218 & remove useless logic
2023-03-20 16:26:15 +08:00
Haojun Liao
ca1dffff45
Merge pull request #20508 from taosdata/fix/liaohj
...
fix(client): fix potential memory leak.
2023-03-20 16:11:22 +08:00
wangmm0220
f80078030c
fix:error in TD-23218 & remove useless logic
2023-03-20 15:40:01 +08:00
wangmm0220
a5144f0ba2
fix:set offset if read wal none
2023-03-20 10:10:07 +08:00
Haojun Liao
7e712a14b6
fix(tmq): adjust log.
2023-03-19 19:06:28 +08:00
Haojun Liao
ae5155edcf
fix(tmq): do some internal refactor.
2023-03-19 10:49:30 +08:00
wangmm0220
55fb48b699
fix:error in TD-23218 & remove useless logic
2023-03-18 18:48:50 +08:00
wangmm0220
ccba1d07c6
fix:error in TD-23218 & remove useless logic
2023-03-18 18:42:49 +08:00
wangmm0220
7616a283e3
fix:error in TD-23218 & remove useless logic
2023-03-18 18:23:38 +08:00
yihaoDeng
8039702c14
add backend
2023-03-18 07:36:55 +00:00
cadem
042d94215b
feat/add topic total and stream total in monitor
2023-03-18 12:50:07 +08:00
cadem
7c970d1847
fix/clusterid isolation
2023-03-18 11:16:52 +08:00
kailixu
9d1b0540b2
fix: truncate of server version
2023-03-17 19:05:26 +08:00
dapan1121
c2f346407d
fix: order by error info
2023-03-17 15:17:09 +08:00
dapan1121
59b532a890
fix: modify minrows/maxrows range and add cases
2023-03-16 09:46:14 +08:00
Hongze Cheng
e43b606917
current from binary to json
2023-03-15 10:48:51 +08:00
Benguang Zhao
9f97162ef7
enh: separate election timer events
2023-03-14 21:02:06 +08:00
Benguang Zhao
cc76d78673
enh: separate sync read and write events
2023-03-14 20:35:39 +08:00
Haojun Liao
32ddecc347
other: merge main.
2023-03-14 12:13:09 +08:00
Shengliang Guan
e98b32a69f
Merge pull request #20427 from taosdata/fix/main_bugfix_wxy
...
fix: last redundant read stt file
2023-03-14 09:41:19 +08:00
Shengliang Guan
bf03965931
Merge pull request #20413 from taosdata/FIX/TD-22564-main
...
enh: not allow to propose if fsm applying progress lagging behind too far
2023-03-14 09:36:04 +08:00
Haojun Liao
21ef5e5577
Merge branch 'main' into fix/liaohj
2023-03-14 09:19:49 +08:00
Xiaoyu Wang
ca39dfcf2d
feat: show vgroup display num of cache tables
2023-03-13 17:21:32 +08:00
Haojun Liao
731a2138df
fix(tmq): fix error in tmq.
2023-03-13 17:08:17 +08:00
Xiaoyu Wang
62377619ba
enh: optimizing stt file reading in last query
2023-03-13 15:05:24 +08:00
Shengliang Guan
041f03e918
Merge pull request #20414 from taosdata/feat/TD-23058
...
feat: correct slimit&limit clause
2023-03-12 20:48:16 +08:00
Haojun Liao
564e9bb833
Merge branch 'main' into fix/liaohj
2023-03-12 14:38:38 +08:00
slzhou
9df6609448
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-03-12 09:41:09 +08:00
slzhou
c8e05226ce
fix: unknown error prompt
2023-03-12 09:40:49 +08:00
Xiaoyu Wang
a846c26ef9
merge main
2023-03-11 16:14:27 +08:00
dapan1121
5df32cbc78
feat: correct slimit&limit clause
2023-03-11 13:08:20 +08:00
Haojun Liao
9e860f02ac
refactor: do some internal refactor.
2023-03-11 11:25:37 +08:00
slzhou
89d05296d8
fix: add varchar/nchar udf support
2023-03-10 14:56:35 +08:00
yihaoDeng
3a586a525d
add user err code
2023-03-10 10:34:26 +08:00
slzhou
dab5e33b9b
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-03-09 21:28:38 +08:00
slzhou
c10e32eb6a
fix: null bitmap error
2023-03-09 20:27:08 +08:00
Benguang Zhao
5e53b1225b
enh: finish restore with commit and applied indexes instead of num of items in apply queue
2023-03-09 19:35:42 +08:00
Benguang Zhao
552d0bc8a0
enh: not allow to insert if Tsdb applied lagging behind too far
2023-03-09 18:56:12 +08:00
Benguang Zhao
1392711e66
enh: add fsm FpAppliedIndexCb to get the current applied index
2023-03-09 18:14:04 +08:00
Xiaoyu Wang
77cd3e82fb
Merge branch 'feat/TS-2846' of github.com:taosdata/TDengine into feat/TS-2846
2023-03-09 16:04:59 +08:00
Xiaoyu Wang
e5de317f44
feat: alter database stt_trigger/minrows
2023-03-09 16:04:38 +08:00
Hongze Cheng
8ecfaa5a7c
refact
2023-03-09 15:42:09 +08:00
Hongze Cheng
16262512b2
feat: alter stt_trigger and minrows
2023-03-09 15:25:47 +08:00
Xiaoyu Wang
66bb55187d
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
2023-03-08 18:30:24 +08:00
Shengliang Guan
c4d2718296
Merge pull request #20332 from taosdata/fix/main_bugfix_wxy
...
fix: check the compatibility of client version and server version
2023-03-08 17:40:23 +08:00
Xiaoyu Wang
9be3e20276
fix: check the compatibility of client version and server version
2023-03-08 15:13:11 +08:00
Xiaoyu Wang
4c8bab7e58
merge main
2023-03-08 10:59:33 +08:00
slzhou
88d2d57534
enhance: increase udf function intermediate buffer size
2023-03-08 10:11:50 +08:00
Hongze Cheng
dc0d7c26ea
Merge branch 'main' of https://github.com/taosdata/TDengine into feat/compact_with_time_range
2023-03-08 08:53:56 +08:00
Hongze Cheng
89281ee488
compact with time range
2023-03-07 21:46:34 +08:00
Shengliang Guan
b11ac8aac7
Merge pull request #20297 from taosdata/fix/main_wxy
...
feat: the compact command adds 'start with end with' clause
2023-03-07 16:14:14 +08:00
Xiaoyu Wang
df0d200f59
feat: the compact command adds 'start with end with' clause
2023-03-07 15:24:04 +08:00
54liuyao
0cd871010f
fix:fix fill history bug
2023-03-07 13:34:26 +08:00
Haojun Liao
caeb976dfe
Merge branch 'main' into feature/3_liaohj
2023-03-05 19:09:37 +08:00
Haojun Liao
6c14139805
Merge branch 'feature/3_liaohj' of github.com:taosdata/tdengine into feature/3_liaohj
2023-03-05 13:26:41 +08:00
Haojun Liao
22a85734c6
fix(mq): add more chek for balance couner to avoid the negative value emerges.
2023-03-05 13:23:50 +08:00
yihaoDeng
e6ec795b4d
fix debug info
2023-03-05 11:36:01 +08:00
Haojun Liao
dfeed5a495
refactor: disable 0 topics;
2023-03-04 22:14:30 +08:00
slzhou
44e3b11580
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-03-04 15:24:37 +08:00
Xiaoyu Wang
599967d39f
feat: add language clause for create function
2023-03-04 11:08:50 +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
Shengliang Guan
b4c7c16aa9
Merge pull request #20259 from taosdata/fix/main_bugfix_wxy
...
fix: create stream syntax check
2023-03-04 10:08:55 +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
Xiaoyu Wang
9305b0efd0
fix: create stream syntax check
2023-03-03 16:57:13 +08:00
dapan1121
2a5074870d
fix: add missing db options in show create database result
2023-03-02 11:33:29 +08:00
Xiaoyu Wang
b1217632a1
Merge pull request #20193 from taosdata/FIX/TD-22809-main
...
enh: not allow to insert when insufficient diskspace left
2023-03-01 17:44:37 +08:00
Benguang Zhao
c3ef678da5
enh: not allow to insert when insufficient diskspace left
2023-03-01 15:55:06 +08:00
slzhou
c499d7f173
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-03-01 15:51:43 +08:00
slzhou
2b566dabc7
fix: add function not implemented error
2023-03-01 15:37:08 +08:00
Haojun Liao
b3ae58dac1
Merge pull request #20205 from taosdata/feat/TD-22831
...
feat:window close && ignore expired
2023-02-28 19:23:07 +08:00
Haojun Liao
85dc25e52f
Merge pull request #20160 from taosdata/fix/TD-22671
...
fix:optimize version logic in tmq and remove useless code
2023-02-28 19:20:25 +08:00
54liuyao
fe4123e814
feat:window close && ignore expired
2023-02-28 18:20:58 +08:00
dapan1121
106e9f3281
Merge pull request #20203 from taosdata/fix/TD-22810
...
fix: trace id two character missing issue
2023-02-28 15:37:40 +08:00
wangmm0220
986ae9c4d0
fix:conflicts
2023-02-28 15:11:16 +08:00
dapan1121
cc1bc9304a
fix: trace id two character missing issue
2023-02-28 13:23:59 +08:00
slzhou
029444e1c2
fix: use const for name and path in SScriptUdfInfo
2023-02-28 10:39:08 +08:00
slzhou
32ccc796a1
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-02-28 10:15:30 +08:00
Haojun Liao
d18dd3067b
other: merge main.
2023-02-28 00:38:37 +08:00
Haojun Liao
5e9f53560d
Merge branch 'main' into feature/3_liaohj
2023-02-27 18:23:35 +08:00
Xiaoyu Wang
d4e32cc8f1
Merge pull request #20180 from taosdata/fix/3.0_merge_main
...
merge 3.0
2023-02-27 17:08:44 +08:00
Haojun Liao
41c5ba29b6
Merge pull request #20154 from taosdata/fix/toManySeesion
...
fix: to many seesion
2023-02-27 16:58:57 +08:00
slzhou
c93cbc96f4
fix: change script env item key and value to const char*
2023-02-27 15:03:30 +08:00
Xiaoyu Wang
efa56d5352
merge main
2023-02-27 14:18:03 +08:00
Xiaoyu Wang
f97a140a3c
merge 3.0
2023-02-27 14:16:33 +08:00
slzhou
1eea4c74a0
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-02-27 13:21:23 +08:00
wangmm0220
c638564179
fix:confilcts from main
2023-02-26 23:09:57 +08:00
Haojun Liao
b46098793d
refactor: do some internal refactor and add some logs for tmq.
2023-02-26 12:16:45 +08:00
dapan1121
cb2f09ed6c
Merge pull request #20139 from taosdata/fix/TD-22664-3.0
...
fix: fix coverity issue
2023-02-26 10:04:46 +08:00
Haojun Liao
df194f06f0
Merge pull request #20164 from taosdata/fix/3_coverity
...
fix: undefine the strdup by default.
2023-02-25 23:20:01 +08:00
Yihao Deng
db47cb5805
Merge branch 'main' into fix/toManySeesion
2023-02-25 17:04:56 +08:00
Haojun Liao
0369ff2231
other: merge main.
2023-02-25 15:42:32 +08:00
Haojun Liao
f933f604e4
fix: undefine the strdup by default.
2023-02-25 11:09:24 +08:00
Haojun Liao
514369c611
other: merge main
2023-02-25 11:06:13 +08:00
Haojun Liao
d6fca036e5
refactor: do some internal refactor.
2023-02-25 11:02:42 +08:00
Haojun Liao
90c6641cff
Merge pull request #20131 from taosdata/fix/coverity_yihao
...
fix: fix asan problem
2023-02-25 10:42:39 +08:00
Xiaoyu Wang
d6dd087f84
merge main
2023-02-25 10:29:20 +08:00
Xiaoyu Wang
320ad8d1f2
Merge pull request #20150 from taosdata/fix/TD-22710
...
fix: compact wrong data count
2023-02-25 10:02:56 +08:00
Xiaoyu Wang
5856a39827
Merge pull request #20123 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-25 10:01:26 +08:00
Yihao Deng
22b1bc1049
Merge branch '3.0' into fix/coverity_yihao
2023-02-24 21:22:58 +08:00
yihaoDeng
84706fe586
fix: limit session num
2023-02-24 21:20:15 +08:00
wangmm0220
54a546931c
fix:optimize version logic in tmq and remove useless code
2023-02-24 19:22:08 +08:00
Ganlin Zhao
9342d796f0
Merge branch '3.0' into fix/TD-22664-3.0
2023-02-24 18:30:04 +08:00
Hui Li
965d91572a
Merge pull request #20148 from taosdata/fix/3_coverity
...
fix(query): fix syntax errors on centos.
2023-02-24 17:39:12 +08:00
dapan1121
2f816dc01f
Merge pull request #20119 from taosdata/fix/TS-2725
...
fix: alter column length too big issue
2023-02-24 17:33:37 +08:00
Xiaoyu Wang
961107d1ca
merge main
2023-02-24 16:55:50 +08:00
Xiaoyu Wang
62936f22fd
Merge pull request #20118 from taosdata/enh/3.0_planner_optimize
...
fix: create index error
2023-02-24 16:48:37 +08:00
Hongze Cheng
765ff98f6a
fix: compact wrong data count
2023-02-24 14:41:23 +08:00
dapan1121
f6827c3f06
fix: systable header file compile issue
2023-02-24 13:53:48 +08:00
Haojun Liao
a217b3e457
fix(query): fix syntax errors on centos.
2023-02-24 13:37:35 +08:00
Xiaoyu Wang
d04d610a85
Merge pull request #20061 from taosdata/FIX/TD-22611-main
...
enh: refactor syncBeginSnapshot and walBeginSnapshot for logRetention
2023-02-24 13:12:06 +08:00
slzhou
df5b0babc4
fix: array[0] not supported in windows
2023-02-24 12:20:55 +08:00
Haojun Liao
22aa03307c
fix(query): fix syntax errors on centos.
2023-02-24 11:38:54 +08:00
dapan1121
f6acf035c9
fix: sys db vgroup update issue
2023-02-24 11:37:16 +08:00
Ganlin Zhao
49fc02c52e
fix coverity issue
2023-02-24 10:08:53 +08:00
Ganlin Zhao
d34c70d172
Revert "fix coverity issue CID:399957"
...
This reverts commit de4a0047c5
.
2023-02-24 09:57:57 +08:00
slzhou
4ef6dd9e74
fix:will deprecated SUdfInterBuf.numOfResult
2023-02-23 21:10:52 +08:00
yihaoDeng
f294d60681
fix: fix asan problem
2023-02-23 20:40:29 +08:00
Ganlin Zhao
de4a0047c5
fix coverity issue CID:399957
2023-02-23 18:39:14 +08:00
Haojun Liao
6e39bec448
Merge pull request #20089 from taosdata/fix/TD-22671
...
fix:remove useless logic in tmq
2023-02-23 17:27:00 +08:00
Xiaoyu Wang
1ab144609e
merge main
2023-02-23 14:58:22 +08:00
yihaoDeng
e8527ee9de
fix: fix invalid dist count
2023-02-23 14:46:34 +08:00
slzhou
7ec5a5df3a
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-02-23 14:44:14 +08:00
Xiaoyu Wang
f67547d59f
fix: create index error
2023-02-23 14:04:07 +08:00
dapan1121
05c7bc170e
Merge pull request #20098 from taosdata/feat/TS-2671
...
feat(query): optimize percentile function performance
2023-02-23 10:24:06 +08:00
Haojun Liao
4432ae51e6
Merge branch 'main' into fix/liaohj
2023-02-23 09:04:32 +08:00
Haojun Liao
6216ee815f
Merge pull request #20088 from taosdata/feat/TD-22418
...
feat:stream coverity scan
2023-02-23 09:03:09 +08:00
Hongze Cheng
81ee050a0f
fix: coverity scan problem
2023-02-22 14:29:14 +08:00
Ganlin Zhao
9102c7a42a
change repeat_scan to pre_scan
2023-02-22 10:22:10 +08:00
54liuyao
1d58f85a54
feat:coverity scan
2023-02-22 10:10:04 +08:00
Ganlin Zhao
61de3b179a
Revert "add stats"
...
This reverts commit 09ce818223
.
2023-02-22 10:04:28 +08:00
Haojun Liao
0c9145645b
Merge branch 'main' into feature/3_liaohj
2023-02-22 08:53:23 +08:00
Haojun Liao
37fea8cf3d
fix(tmq): update the epset when the leader of vnode changed.
2023-02-21 23:04:58 +08:00
slzhou
898bd0ed33
feat: script open function accept env item
2023-02-21 21:24:09 +08:00
wangmm0220
b28c0ad952
fix:remove useless logic in tmq
2023-02-21 18:49:39 +08:00
Haojun Liao
4902e9a644
Merge pull request #20073 from taosdata/fix/TD-22635
...
fix: add vgroup count
2023-02-21 17:12:48 +08:00
slzhou
48bcec4631
Merge branch 'szhou/python-udf' of github.com:taosdata/TDengine into szhou/python-udf
2023-02-21 17:09:51 +08:00
slzhou
8e5dae3970
fix: change script udf info structure
2023-02-21 17:09:26 +08:00
dapan1121
0b0af5240d
Merge pull request #20002 from taosdata/fix/forceStopTask
...
fix: add force stop task and rename conflict structer name
2023-02-21 16:30:18 +08:00
Xiaoyu Wang
7337f5ff7d
Merge pull request #20052 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-21 16:27:19 +08:00
Haojun Liao
9a5b7ce220
refactor: do some internal refactor.
2023-02-21 15:32:17 +08:00
shenglian zhou
f801f7303a
Merge branch '2.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-02-21 14:46:15 +08:00
yihaoDeng
2d85d0191c
fix: add vgroup count
2023-02-21 14:40:10 +08:00
Ganlin Zhao
09ce818223
add stats
2023-02-20 19:35:06 +08:00
Benguang Zhao
0c7a4bfad9
enh: refactor syncBeginSnapshot and walBeginSnapshot for logRetention
2023-02-20 19:19:49 +08:00
Xiaoyu Wang
319dfd8f06
merge 3.0
2023-02-20 17:21:37 +08:00
dapan1121
e8dc7c8f37
Merge pull request #20034 from taosdata/feat/TD-22341
...
feat: add memory debug option
2023-02-20 16:50:11 +08:00
Haojun Liao
ad0be66a78
Merge pull request #19935 from taosdata/enh/dynamicIdx
...
feat: change index dynamicly
2023-02-20 15:48:49 +08:00
Xiaoyu Wang
c597de099f
merge main
2023-02-20 13:41:27 +08:00
Haojun Liao
0a9f8347cc
fix(query):suppress the syntax error in internal.
2023-02-20 10:51:04 +08:00
Haojun Liao
fd8cad2844
refactor: remove xxhash.
2023-02-20 10:22:41 +08:00
Haojun Liao
bab9d273f9
refactor:do some internal refactor.
2023-02-20 10:14:25 +08:00
Haojun Liao
751c1cb5d2
refactor:do some internal refactor.
2023-02-20 10:12:27 +08:00
Haojun Liao
93f13b27f5
refactor:do some internal refactor.
2023-02-20 10:10:40 +08:00
Haojun Liao
8d187efc18
refactor:do some internal refactor.
2023-02-20 10:04:08 +08:00
yihaoDeng
098949b528
add trans param
2023-02-19 18:10:42 +08:00
Xiaoyu Wang
6ecd5b2971
Merge pull request #20019 from taosdata/enh/3.0_planner_optimize
...
feat: compatible with older versions of wal
2023-02-18 19:34:28 +08:00
yihaoDeng
51755e9783
fix: fix drop error
2023-02-18 16:44:29 +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
f19fdaa142
opt trans
2023-02-17 22:40:27 +08:00
Haojun Liao
0d9d2ea293
fix(query): do some internal refactor, and fix the bug when calender time duration exists in sliding and offset.
2023-02-17 18:31:32 +08:00
dapan1121
22e20462a2
Merge remote-tracking branch 'origin/3.0' into feat/TD-22341
2023-02-17 17:50:05 +08:00
dapan1121
1128b1222b
feat: add memory debug option
2023-02-17 17:40:14 +08:00
Haojun Liao
3bb5090be8
Merge pull request #20010 from taosdata/fix/TD-22426
...
fix:check stream
2023-02-17 15:37:28 +08:00
Xiaoyu Wang
b7f4b93d22
merge 3.0
2023-02-17 09:23:41 +08:00
Xiaoyu Wang
dc984d92f7
feat: compatible with older versions of wal
2023-02-17 09:21:07 +08:00
yihaoDeng
f975d8e0d9
change default value
2023-02-16 21:58:32 +08:00
Liu Jicong
2a4708d82a
fix: save fill history state
2023-02-16 17:01:09 +08:00
yihaoDeng
a6a8daec23
fix: batch write
2023-02-16 15:09:39 +08:00
54liuyao
33caf8e625
fix:check stream
2023-02-16 13:48:47 +08:00
dapan1121
ed4e8313e0
fix: add force stop task and rename conflict structer name
2023-02-16 08:55:13 +08:00
yihaoDeng
f22d07319f
handle too many session
2023-02-15 20:06:04 +08:00
54liuyao
43966abbc6
feat:add disable stream option
2023-02-15 18:39:05 +08:00
Hongze Cheng
c1a3a0855b
finish code
2023-02-15 17:59:54 +08:00
yihaoDeng
e44704b20e
opt: opt tag index
2023-02-15 17:26:11 +08:00
yihaoDeng
009b6a61fa
enh: limit tcp session between cluster
2023-02-15 17:25:37 +08:00
Haojun Liao
cb35b453d4
Merge pull request #19870 from taosdata/feature/3_liaohj
...
other: merge opt to main.
2023-02-15 12:55:04 +08:00
yihaoDeng
df296c15f7
opt: opt tag index
2023-02-14 17:31:10 +08:00
slzhou
6b09b72a63
fix: make udfinfo temporary
2023-02-14 17:14:41 +08:00
Xiaoyu Wang
8ab3835a82
Merge pull request #19952 from taosdata/FIX/TD-22348-main
...
fix: set SYNC_VNODE_LOG_RETENTION as TSDB_SYNC_LOG_BUFFER_RETENTION + 1
2023-02-14 13:41:24 +08:00
Haojun Liao
c9ce01c878
Merge branch 'main' into feature/3_liaohj
2023-02-13 17:09:27 +08:00
Haojun Liao
c597a1e4ce
refactor: do some internal refactor.
2023-02-13 15:46:47 +08:00
Benguang Zhao
767080922a
fix: set SYNC_VNODE_LOG_RETENTION as TSDB_SYNC_LOG_BUFFER_RETENTION + 1
2023-02-13 14:16:19 +08:00
Yihao Deng
5af1faf916
Merge branch '3.0' into enh/dynamicIdx
2023-02-13 13:36:06 +08:00
zlv
45d42d8b1d
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf
2023-02-13 13:29:00 +08:00
Xiaoyu Wang
6483b92f0c
Merge pull request #19923 from taosdata/fix/3.0_merge_main
...
merge main
2023-02-13 09:48:45 +08:00
Liu Jicong
0cd6bd3d86
Merge branch 'main' into enh/stream_buffer_param
2023-02-13 09:48:02 +08:00
yihaoDeng
a929aa22d8
merge 3.0
2023-02-12 10:48:18 +08:00
Haojun Liao
a7fdc4bae3
other: merge 3.0
2023-02-10 19:20:24 +08:00
Xiaoyu Wang
3382a24a69
merge main
2023-02-10 18:03:11 +08:00
Haojun Liao
72287a3b5f
fix(query): set correct tag value during tag filter and do some internal refactor.
2023-02-10 16:03:11 +08:00
Hongze Cheng
f523a96c2d
fix compact problem
2023-02-10 13:38:21 +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
f214ae9801
Merge pull request #19888 from taosdata/fix/TD-22152
...
fix:change uid in taosx to avoiding uid same in different db
2023-02-10 11:30:47 +08:00
Xiaoyu Wang
b2e60da1cf
merge main
2023-02-10 10:34: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
wangmm0220
0a01fbc16c
fix:change uid in taosx to avoiding uid same in different db
2023-02-09 14:00:03 +08:00
Xiaoyu Wang
fcff07675d
merge main
2023-02-09 11:29:38 +08:00
Xiaoyu Wang
9bc225ffda
merge 3.0
2023-02-09 09:44:29 +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
98e2fa2d7b
feat: add ignore update option for create stream
2023-02-08 18:46:12 +08:00
Hongze Cheng
8d6e6d2fe0
more code
2023-02-08 17:46:11 +08:00
Liu Jicong
ae4ad7d851
Merge branch 'main' into enh/stream_buffer_param
2023-02-08 16:09:35 +08:00
Benguang Zhao
5ce5dded75
enh: reset wal reader after walReadVer
2023-02-08 14:41:15 +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
dapan1121
442c7657ff
Merge pull request #19849 from taosdata/fix/TS-2582
...
fix: setting logKeepDays to -1 result in empty compressed logs.
2023-02-08 11:12:39 +08:00
Xiaoyu Wang
09925437e3
merge main
2023-02-08 09:51:52 +08:00
Xiaoyu Wang
a52371959e
feat: add ignore update option for create stream
2023-02-07 19:31:08 +08:00
Xiaoyu Wang
8b6a50d970
feat: add explain test case
2023-02-07 18:35:42 +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
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
54liuyao
e89362fb36
feat:stream ignore check update data
2023-02-07 15:29:05 +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
slzhou
5226473405
feature: udf dispatch first by script type then by udf name
2023-02-06 18:33:54 +08:00
dapan1121
ded47e1312
Merge remote-tracking branch 'origin' into feat/TS-2502
2023-02-06 17:22:18 +08:00
Haojun Liao
3822225231
other: merge main.
2023-02-06 16:24:15 +08:00
dapan1121
1f3f92c2cf
Merge pull request #19777 from taosdata/fix/TD-22145
...
fix: fix fd limit crash
2023-02-06 16:22:02 +08:00
Xiaoyu Wang
f2ff17dace
merge 3.0
2023-02-06 14:18:13 +08:00
Liu Jicong
e615053f4a
enh: stream number limit
2023-02-06 11:32:04 +08:00
wangmm0220
762f6466f3
fix:conflicts from 3.0
2023-02-06 09:23:29 +08:00
dapan1121
a2b5162ab9
Merge pull request #19753 from taosdata/szhou/fixbugs
...
fix: show table distributed only works on super table, child table, and normal table
2023-02-06 08:52:44 +08:00
yihaoDeng
f19d64e04b
opt drop index
2023-02-04 13:50:21 +08:00
yihaoDeng
db61fbb6a2
opt index
2023-02-04 12:52:02 +08:00
yihaoDeng
a05eb4b110
refactor tag index
2023-02-03 22:19:01 +08:00
Xiaoyu Wang
5d499e52f9
merge main
2023-02-03 17:13:11 +08:00
wangmm0220
51760c10ec
fix:conflicts from 3.0
2023-02-03 15:40:20 +08:00
dapan1121
ef89a31e8f
feat: force fill function
2023-02-03 15:37:04 +08:00
Haojun Liao
299afd98d9
refactor(query): opt perf by remove some functions.
2023-02-03 14:58:55 +08:00
Haojun Liao
0030c4b5ee
refactor(query): opt perf by remove some functions.
2023-02-03 14:24:00 +08:00
yihaoDeng
383bcea0cb
fix err log
2023-02-03 14:17:36 +08:00
Haojun Liao
645c45a274
refactor(query): opt perf by remove some functions.
2023-02-03 10:28:12 +08:00
Haojun Liao
e9490a3235
refactor(query): disable tag filter cache by default.
2023-02-02 17:38:21 +08:00
wangmm0220
c8d49b603d
fix:roll back htol length for block raw data
2023-02-02 17:23:01 +08:00
dapan1121
d88f1efeb1
feat: support force fill clause
2023-02-02 17:16:30 +08:00
Haojun Liao
ab8c977417
other: merge main.
2023-02-02 14:00:36 +08:00
shenglian zhou
3f577c5019
fix: show table distributed only works on super table, child table, and normal table
2023-02-02 11:57:22 +08:00
Haojun Liao
6a5ce7d663
refactor: opt tag filter perf.
2023-02-02 10:11:36 +08:00
Xiaoyu Wang
0d2d3349a3
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
2023-02-01 09:45:32 +08:00
Shengliang Guan
2a8d791e39
Merge remote-tracking branch 'origin/3.0' into enh/TD-18702
2023-01-31 16:31:26 +08:00
Hongze Cheng
11bc53bbd7
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
2023-01-31 14:07:58 +08:00
Shengliang Guan
141fcdd49b
enh: alter vnode hashrange in cfg file
2023-01-30 17:54:54 +08:00
Shengliang Guan
8bc0d4ba74
enh: add alter vnode hashrange request
2023-01-30 16:33:17 +08:00
Hongze Cheng
dcd0ade349
fix double free problem
2023-01-30 14:24:00 +08:00
Shengliang Guan
03dc6e55b5
enh: add disable vnode write request
2023-01-30 13:54:15 +08:00
yihaoDeng
474e2e3a32
enh: add/del dynamicIdx
2023-01-29 21:16:47 +08:00
Hongze Cheng
5e7b6602c5
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/3.0_merge_main
2023-01-29 14:05:15 +08:00
Xiaoyu Wang
eb86f5ae71
merge main
2023-01-28 18:10:08 +08:00
Xiaoyu Wang
24157e78d6
merge main
2023-01-28 17:52:58 +08:00
Liu Jicong
f5c4ca3380
fix: wal ref
2023-01-28 17:17:55 +08:00
Liu Jicong
2a71d47668
fix: wal ref
2023-01-28 16:11:17 +08:00
Liu Jicong
089bc74055
Merge branch 'main' into enh/stream_buffer_param
2023-01-28 11:24:25 +08:00
Xiaoyu Wang
83a711c37f
merge main
2023-01-28 09:24:30 +08:00
wangmm0220
0f1f239425
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req_marks
2023-01-26 11:03:34 +08:00
wangmm0220
0fed3ffa05
fix:remove useless config for schemaless
2023-01-23 22:49:37 +05:00
yihaoDeng
673e3be9c8
add new schema
2023-01-18 22:05:16 +08:00
yihaoDeng
3d866abd6f
add new schema
2023-01-18 22:04:53 +08:00
yihaoDeng
bfd711c08f
Merge remote-tracking branch 'origin/3.0' into dynamicIdx
2023-01-18 22:01:49 +08:00
Xiaoyu Wang
caf3de2959
fix: support writing streams to existing tables
2023-01-18 09:30:54 +08:00
Xiaoyu Wang
2a4c97cfb4
Merge pull request #19606 from taosdata/enh/3.0_planner_optimize
...
feat: support writing streams to existing tables
2023-01-17 18:27:56 +08:00
Xiaoyu Wang
ca43c0ab55
feat: support writing streams to existing tables
2023-01-17 16:47:43 +08:00
54liuyao
e03deeaed8
feat:add stream delete mark
2023-01-17 16:21:51 +08:00
Xiaoyu Wang
ac09a05cfa
feat: create stream support delete_mark option
2023-01-17 15:34:58 +08:00
Shengliang Guan
e11d57d58c
Merge pull request #19533 from taosdata/FIX/TD-21662-main
...
enh: skip WAL forceSync for single replica vgroup
2023-01-17 14:25:04 +08:00
Haojun Liao
07cf336fa0
refactor: add an array list api.
2023-01-17 09:43:33 +08:00
Haojun Liao
e5ee9689aa
refactor: disable some logs.
2023-01-17 09:00:44 +08:00
Shengliang Guan
01647debb9
Merge pull request #19581 from taosdata/enh/TD-20047
...
fix: update epset on dnode info changed
2023-01-17 08:53:43 +08:00
Haojun Liao
7425820c21
refactor: do some internal refactor.
2023-01-16 23:58:45 +08:00
Shengliang Guan
d476b6db13
enh: update epset on dnode info changed
2023-01-16 15:41:50 +08:00
dapan1121
62b64631dc
Merge pull request #19547 from taosdata/fix/TD-21648
...
fix:add interface for odbc
2023-01-16 13:29:15 +08:00
slzhou
51cdd4af19
fix: add stt_trigger to show create database processing
2023-01-16 10:28:34 +08:00
Xiaoyu Wang
9ba8d4f935
fix: rollback
2023-01-16 09:53:43 +08:00
Xiaoyu Wang
aa98d1d3fd
Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy
2023-01-16 09:44:32 +08:00
Shengliang Guan
307f457103
Merge remote-tracking branch 'origin/3.0' into enh/TD-20047
2023-01-16 09:40:37 +08:00
Shengliang Guan
dbea8004a9
Merge pull request #19555 from taosdata/enh/TD-20047
...
fix: update epset on dnode info changed
2023-01-16 09:40:15 +08:00
Haojun Liao
94e8aafcf6
Merge pull request #19543 from taosdata/feat/ly_stream
...
create stream and use existing super table
2023-01-14 23:30:25 +08:00
Shengliang Guan
ad8c73645b
fix: update epset on dnode info changed
2023-01-13 15:26:24 +08:00
Haojun Liao
765bf3c58b
Merge pull request #19537 from taosdata/feature/stream_main
...
fix: concurrency issue
2023-01-13 14:15:50 +08:00
Xiaoyu Wang
9a0c2805f4
merge main
2023-01-13 13:54:04 +08:00