Commit Graph

14781 Commits

Author SHA1 Message Date
dapan1121 1a19d29eee
Merge pull request #22060 from taosdata/fix/TD-25209
fix: reset interpolation buffer after last valid row for interval + fill(next)
2023-07-14 09:30:56 +08:00
Ganlin Zhao a7af4d9348 fix: reset interpolation buffer after last valid row for interval + fill(next) 2023-07-13 18:18:26 +08:00
Haojun Liao e0ea0f2df4
Merge pull request #22020 from taosdata/fix/liaohj
other: merge main
2023-07-13 17:55:28 +08:00
Hongze Cheng d81d2790ea Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize 2023-07-13 17:20:45 +08:00
Haojun Liao 66d577d134 fix(stream): abort exec when task is dropped. 2023-07-13 15:04:39 +08:00
Haojun Liao f41bcd73b0 other: merge main. 2023-07-13 11:02:09 +08:00
dapan1121 424c3d39fb
Merge pull request #22048 from taosdata/feat/TD-25003
feat: add new syntax for show tags/index/table tags
2023-07-13 09:46:11 +08:00
Haojun Liao c388802bda
Merge pull request #22024 from taosdata/fix/3_liaohj
fix(stream): fix concurrent bug in save task meta.
2023-07-12 18:17:27 +08:00
dapan1121 98cd94505f
Merge pull request #22031 from taosdata/enh/TS-2500
enh: add show create database command for system dbs
2023-07-12 16:26:53 +08:00
Ganlin Zhao b058f3c881 add syntax for show tags/index/table tags from db.tb 2023-07-12 13:50:17 +08:00
Hongze Cheng 3fc282f035 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize 2023-07-12 11:57:19 +08:00
dapan1121 75c250f503 fix: report permission error when all columns are invisiable 2023-07-12 11:49:57 +08:00
Ganlin Zhao 5ec94c0697 add syntax for show tags/index/table tags from db.tb 2023-07-12 11:06:47 +08:00
Haojun Liao fed3803739 fix(stream): fix memory leak. 2023-07-11 19:29:52 +08:00
dapan1121 693e34ccf3
Merge pull request #22028 from wangjiaming0909/opt/3.0/TD-25006
feat: 1. add limit for diskBasedBuf
2023-07-11 16:45:11 +08:00
Ganlin Zhao c3cc217bd0 Merge branch '3.0' into enh/TS-2500 2023-07-11 16:24:16 +08:00
Haojun Liao da6a4de021 fix(stream): disable invalid set normal task status. 2023-07-11 15:12:34 +08:00
wangjiaming0909 1d7515213b feat: 1. add limit for diskBasedBuf
2. use referenced tuple before actually pushing into pq
3. use limitInfo instead of maxRows in sort pyhsical node
2023-07-11 14:16:20 +08:00
Ganlin Zhao 6efa688c15 remove trailing space 2023-07-11 14:12:02 +08:00
Ganlin Zhao 48bc377233 add show command for system db 2023-07-11 13:56:02 +08:00
Shungang Li 8f91da24e4 fix: type convert failure returns errcode
TSDB_CODE_SCALAR_CONVERT_ERROR:
"Cannot convert to specific type"
2023-07-11 10:20:50 +08:00
Ganlin Zhao e828aec432 Merge branch '3.0' into enh/TD-23677 2023-07-11 10:05:59 +08:00
Haojun Liao a803eaee3e fix(stream): fix concurrent bug in save task meta. 2023-07-11 10:01:43 +08:00
wade zhang 13bc1e744e
Merge pull request #21963 from luckeverda/fix/TD-24473-new
fix/TD-24473
2023-07-11 09:32:25 +08:00
Haojun Liao 3ffdbe923d other: merge 3.0 2023-07-11 09:12:57 +08:00
Ganlin Zhao 3270f76aba remove wal_roll_period/wal_segment_size from show create database
commands
2023-07-10 15:56:39 +08:00
dapan1121 39a58c354d
Merge pull request #22008 from taosdata/fix/TS-3648
fix: fix interp fill value unsigned type not being handled
2023-07-10 14:50:23 +08:00
dapan1121 92ddf015da
Merge pull request #22009 from taosdata/fix/TS-3058
enh: add procedures on server for udf/udaf in nested queries where outer query is
2023-07-10 14:49:19 +08:00
Hongze Cheng b3e7dd5a62 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/tsdb_optimize 2023-07-10 13:46:56 +08:00
Haojun Liao f0ec962566
Merge pull request #22004 from taosdata/fix/liaohj
fix(stream): add missing status check.
2023-07-10 13:28:00 +08:00
Ganlin Zhao edc2a3a780 fix an issue 2023-07-10 11:35:29 +08:00
Ganlin Zhao f7608ce92d remove udfd agg function handling 2023-07-10 11:35:03 +08:00
Ganlin Zhao 19d4c79ac6 return error code of udf execution failure 2023-07-10 11:34:49 +08:00
Ganlin Zhao cde9eac954 enh: add procedures on server for udf/udaf in nested queries where outer query is
constant table
2023-07-10 11:34:32 +08:00
Ganlin Zhao 05f26a842b fix: fix interp fill value unsigned type not being handled 2023-07-10 11:28:39 +08:00
dapan1121 f505993d05 fix: catalog append subtask issue 2023-07-10 11:23:38 +08:00
dapan1121 4c3f22f2fc
Merge pull request #21975 from taosdata/enh/TD-24745
enh: add procedures for udf scalar function in nested queries where outer query is constant table
2023-07-10 10:39:16 +08:00
Haojun Liao 9ad5e05751 fix(stream): fix error in checking status. 2023-07-10 10:24:04 +08:00
Haojun Liao e8eba3175a fix(stream): fix error in checking status. 2023-07-10 10:23:05 +08:00
Haojun Liao dd15ca6103 fix(stream): add missing status check. 2023-07-10 10:06:21 +08:00
Shungang Li 8de31219b4 fix: type convert failure returns errcode
TSDB_CODE_SCALAR_CONVERT_ERROR:
"Cannot convert to specific type"
2023-07-10 09:29:29 +08:00
Ganlin Zhao 340e4de30d fix an issue 2023-07-10 09:12:21 +08:00
wangmm0220 35ba132a29 fix:conflicts from main 2023-07-09 12:52:18 +08:00
wangmm0220 a5363e6e03 fix:test case in tmq 2023-07-09 12:49:50 +08:00
Haojun Liao 9da937ada5
Merge pull request #22001 from taosdata/fix/liaohj
fix(stream): fix bug that causes the endless loop.
2023-07-08 08:47:41 +08:00
Haojun Liao ab4e2ebc3a fix(stream): fix bug that causes the endless loop. 2023-07-07 21:45:22 +08:00
dapan1121 d1c51a41a8
Merge pull request #21992 from taosdata/fix/TD-24959
fix: fix coverity scan issues
2023-07-07 14:20:08 +08:00
wade zhang bf80771d07
Merge pull request #21983 from taosdata/fix/TD-25150
fix(tdb/recycling): delay freedb's own page recycling until balance done
2023-07-07 13:19:10 +08:00
dapan1121 a99fac031c fix: fix coverity scan issues 2023-07-07 10:25:48 +08:00
dapan1121 3aa5b7d3e6
Merge pull request #21985 from taosdata/fix/TS-3636
fix: desc table without permission to view any column issue
2023-07-07 10:24:50 +08:00
dapan1121 e7ced3e9cc fix: desc table without permission to view any column issue 2023-07-07 09:04:44 +08:00
Haojun Liao ca27220000
Merge pull request #21962 from taosdata/fix/TD-25102
add version check in rpc
2023-07-07 08:59:31 +08:00
Haojun Liao 6582a3b4ba
Merge pull request #21980 from taosdata/refact/fillhistory
fix(stream): fix error during transferring executor state
2023-07-07 08:58:57 +08:00
dapan1121 328104a15a
Merge pull request #21971 from wangjiaming0909/fix/3.0/TD-25068
refine select interval from sys table error msg
2023-07-07 08:40:06 +08:00
dapan1121 203ae21a84
Merge pull request #21915 from wangjiaming0909/feature/3.0/TD-24992
feature: get last timestamp before create sma index
2023-07-07 08:39:09 +08:00
Minglei Jin 4cc3a55426 fix(tdb/recycling): delay freedb's own page recycling until balance done 2023-07-07 08:19:50 +08:00
Haojun Liao 4f814db5d5 fix(stream): fix error during transferring executor state, while a task is not in normal status. 2023-07-06 18:34:01 +08:00
yihaoDeng 3bd99776d2 add rpc version check 2023-07-06 18:03:15 +08:00
Minglei Jin 09222801c4 fix(coverity): fix coverity scan issues 2023-07-06 17:52:48 +08:00
Ganlin Zhao 365993d775 remove udfd agg function handling 2023-07-06 16:11:41 +08:00
wade zhang 4fa61b9eae
Merge pull request #21699 from taosdata/fix/TD-24717
enh(tdb/recycle): first round implemenation of page recycling
2023-07-06 16:03:03 +08:00
Ganlin Zhao d4e07c551e return error code of udf execution failure 2023-07-06 15:05:49 +08:00
Ganlin Zhao b734506363 enh: add procedures on server for udf/udaf in nested queries where outer query is
constant table
2023-07-06 14:54:01 +08:00
yihaoDeng d061c54a18 add ver check 2023-07-06 06:41:06 +00:00
wangjiaming0909 2de37b9426 refine select interval from sys table error msg 2023-07-06 13:52:52 +08:00
wangmm0220 47ae92af93 fix:conflicts from main 2023-07-06 13:40:04 +08:00
wangjiaming0909 1f71ce9409 feature: get last timestamp before create sma index 2023-07-06 10:33:22 +08:00
yihaoDeng a630d1284c add version check in rpc 2023-07-06 02:03:31 +00:00
yihaoDeng d0d8d93c94 add version check in rpc 2023-07-06 01:29:49 +00:00
yihaoDeng af053ec75b add version check in rpc 2023-07-05 11:15:12 +00:00
Benguang Zhao 9b477eed81 enh: terminate on failure to recover WAL from writing errors, or to commit vnode 2023-07-05 17:54:56 +08:00
Haojun Liao 7a417a33b0
Merge pull request #21960 from taosdata/fix/3_liaohj
fix(stream): fix error for extract msg from inputQ
2023-07-05 17:47:18 +08:00
Haojun Liao 74f5b3f80e
Merge pull request #21959 from taosdata/refact/fillhistory
refactor: do some internal refactor.
2023-07-05 17:47:00 +08:00
yihaoDeng 79f01ad655 add version check in rpc 2023-07-05 08:16:25 +00:00
Haojun Liao 1855a16981 other: merge 3.0 2023-07-05 16:12:32 +08:00
Haojun Liao 03dbcbf055 refactor: do some internal refactor. 2023-07-05 15:55:55 +08:00
Minglei Jin c66524d87b tdb/ofp: recycle ofp cell on parent page 2023-07-05 15:33:37 +08:00
Haojun Liao 9b3e34d589
Merge pull request #21735 from taosdata/refact/fillhistory
refactor: refactor the fill history operation
2023-07-05 10:48:51 +08:00
wade zhang bc8efd7014
Merge pull request #21949 from taosdata/FIX/TD-25103-3.0
enh: tfsRename in the reverse order of levels with tiered storages
2023-07-04 17:34:49 +08:00
Haojun Liao ff2bf35603 fix(stream): fix error in set the version range for secondary scan. 2023-07-04 15:08:39 +08:00
Benguang Zhao 643cc685e0 enh: tfsRename in the reverse order of levels with tiered storages 2023-07-04 15:01:33 +08:00
dapan1121 1aeb15cbff
Merge pull request #21944 from taosdata/fix/TD-25098
fix: remove order logic in diff function
2023-07-04 14:38:55 +08:00
Ganlin Zhao ac8940dcce fix: remove order logic in diff function 2023-07-04 11:31:30 +08:00
Haojun Liao 82342ebdc7
Merge pull request #21934 from taosdata/feature/TD-20678
feat:subscribe only meta info
2023-07-04 11:28:27 +08:00
wangmm0220 a641a07085 fix:[TD-25071] pSub is null & return wal not exist if no data 2023-07-04 11:13:03 +08:00
Haojun Liao 77530e1956 refactor: record the downstream input Queue blocking time. 2023-07-04 10:58:11 +08:00
Haojun Liao 393b36d83d Merge branch 'refact/fillhistory' of github.com:taosdata/tdengine into refact/fillhistory 2023-07-03 17:53:18 +08:00
Haojun Liao 2dbccc1573 refactor: do some internal refactor. 2023-07-03 17:52:17 +08:00
Haojun Liao 42e1cd741a
Merge pull request #21935 from taosdata/fix/3_liaohj
fix(stream): fix message lost bug during pause stream.
2023-07-03 17:37:56 +08:00
Benguang Zhao ddaba463c0 enh: check failure of tfsMkdirRecurAt 2023-07-03 16:16:27 +08:00
Haojun Liao 9e62b9d0d2 fix(stream): fix error in extract data from inputQ. 2023-07-03 15:33:08 +08:00
Haojun Liao 200575647c
Merge branch '3.0' into refact/fillhistory 2023-07-03 15:16:18 +08:00
Haojun Liao 20d099dfa6
Merge pull request #21901 from taosdata/fix/liaohj
fix: fix coverity issue.
2023-07-03 15:15:21 +08:00
Haojun Liao ceb06635fe fix(stream): fix error in pause stream. 2023-07-03 15:12:35 +08:00
Haojun Liao f84bfc96fb fix(stream): fix error in pause in stream. 2023-07-03 14:30:11 +08:00
Dingle Zhang 0806d37292
setTrim as true for GEOSWKTWriter since geos3.12 changed it as false by default (#21929) 2023-07-03 14:26:59 +08:00
dapan1121 66efc5de27
Merge pull request #21926 from taosdata/enh/TD-25072
enh: support random execution node
2023-07-03 13:54:07 +08:00
Haojun Liao 5d4efe1198 fix(stream): fix error in pause. 2023-07-03 11:46:05 +08:00
Haojun Liao 317a7c83c7 fix(stream): fix message lost bug during pause stream. 2023-07-03 10:55:45 +08:00
wade zhang 90b13fddb8
Merge pull request #21891 from taosdata/FIX/TD-23949-3.0
enh: improve walScanLogGetLastVer
2023-07-03 10:45:55 +08:00
dapan1121 9499a1c3c8 fix: remove abs 2023-07-03 10:28:59 +08:00
wangmm0220 20e616d59d feat:parse sql.y 2023-06-30 19:36:39 +08:00
dapan1121 99fc0e0c96 fix: add with meta 2023-06-30 17:45:28 +08:00
wangmm0220 af16b62289 fix:modify sql.y 2023-06-30 16:57:29 +08:00
dapan1121 ffd306f2b9 enh: support random execution node 2023-06-30 15:57:58 +08:00
wangmm0220 58c7011e0e feat:support only meta in tmq subscriptions 2023-06-30 11:42:40 +08:00
Minglei Jin f89b43b64c tdb/ofp-recycle: new ofps list with pager 2023-06-30 10:05:17 +08:00
dapan1121 61d57aaf49
Merge pull request #21899 from taosdata/fix/td-24964
fix: fix coverity scan issues
2023-06-30 09:25:37 +08:00
Minglei Jin 8e491c307f tdb/recyle-ofp: nullize ofp's pager to mark uninitailized 2023-06-30 08:32:39 +08:00
Benguang Zhao 60dc26156b enh: tolerate WAL_MAGIC mismatch as long as checksums being valid 2023-06-29 18:34:17 +08:00
Benguang Zhao b434ac2fc9 enh: improve walScanLogGetLastVer 2023-06-29 16:36:28 +08:00
Haojun Liao 622e1cb608 fix: fix coverity issue. 2023-06-29 15:54:09 +08:00
shenglian zhou e05b7dcf00 fix: fix coverity scan issues 2023-06-29 15:36:16 +08:00
dapan1121 c8435de64a
Merge branch '3.0' into fix/m23.0 2023-06-29 14:03:56 +08:00
Haojun Liao c24a7f6454
Merge pull request #21876 from taosdata/feature/TS-3495
fix:add log & init to 0 specific
2023-06-29 13:44:25 +08:00
Minglei Jin 0ec80ff47f tdb/ofp-recycle: recycle ofps when dropOfp 2023-06-29 13:14:45 +08:00
dapan1121 3519e9170e Merge remote-tracking branch 'origin/main' into 3.0 2023-06-29 11:13:45 +08:00
wade zhang 80130b2691
Merge pull request #21851 from luckeverda/fix/TD-24473
fix/TD-24542/TD-24484/TD-24473
2023-06-29 10:42:53 +08:00
Shungang Li 308ba7a02e fix: type geometry predicates support
support "=, <>, is null, is not null, in, not in"
2023-06-29 09:44:51 +08:00
wangmm0220 6cd0f98e44 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TS-3495 2023-06-28 18:09:30 +08:00
liuyao 2fc5eeb810 session win range 2023-06-28 17:20:08 +08:00
dapan1121 27a201441a
Merge pull request #21821 from taosdata/fix/ts-3572
fix: udfd can not connect to taosd since authentification failure
2023-06-28 16:31:59 +08:00
Minglei Jin fc79074e49 tdb/ofp: turn ofp recycle off for ci 2023-06-28 15:51:33 +08:00
Haojun Liao 78739e4bdb fix(stream): fix syntax error. 2023-06-28 14:21:11 +08:00
Haojun Liao f4309603e3 fix(stream): fix syntax error. 2023-06-28 14:05:38 +08:00
slzhou fc3fe9dff8 fix: remove connect to mnode 2023-06-28 13:49:13 +08:00
Haojun Liao ed900d6ff6
Merge branch '3.0' into refact/fillhistory 2023-06-28 13:48:26 +08:00
Minglei Jin b2c0bcb1e0 tdb/ofp-recycle: fix mem leaks 2023-06-28 13:35:14 +08:00
Haojun Liao 57fcd553f8 refactor: do some internal refactor. 2023-06-28 13:13:13 +08:00
wangmm0220 1fc664693e fix:continue consume if wal is dropped 2023-06-28 11:54:48 +08:00
Ganlin Zhao 5bb7d26501 fix coverity scan issue 2023-06-28 11:12:10 +08:00
Ganlin Zhao 421e75d03b fix coverity issue 2023-06-28 10:47:30 +08:00
Minglei Jin a3c9b17212 tdb/ofp: recycl ofps 2023-06-28 10:46:01 +08:00
Ganlin Zhao aa33384a41 fix coverity issue 2023-06-28 10:07:52 +08:00
Haojun Liao 3710ea4aca refactor: do some internal refactor. 2023-06-28 09:41:08 +08:00
Minglei Jin f8921199e7 tdb/test: cases for ofp recycling 2023-06-28 09:37:26 +08:00
Minglei Jin 4d02199547 Merge branch '3.0' into fix/TD-24717 2023-06-28 08:04:52 +08:00
Haojun Liao a19e63fd23 fix(stream): fix error in handling fill history. 2023-06-27 23:00:14 +08:00
wangjiaming0909 57ddb3437d feature: optimize order by limit using priority queue 2023-06-27 17:50:50 +08:00
Haojun Liao b18d392ce1
Merge pull request #21855 from taosdata/fix/TD-24968
fix coverity san issues
2023-06-27 16:45:18 +08:00
dapan1121 3db873652a
Merge pull request #21868 from taosdata/fix/TS-3581
fix: fix result of first can be 0 occasionally
2023-06-27 16:43:35 +08:00
Haojun Liao 32fddeff18 fix(stream): fix error retrieve data from source task.And optimize the test cases. 2023-06-27 16:24:47 +08:00
Ganlin Zhao 56a715b5d5 fix: fix result of first can be 0 occasionally 2023-06-27 14:32:35 +08:00
wade zhang f523eba5ce
Merge pull request #21795 from taosdata/FIX/TD-24892-3.0
enh: adjust logging level of sync heartbeat
2023-06-27 11:57:11 +08:00
Haojun Liao 3289ad62be other: merge 3.0 2023-06-27 11:33:40 +08:00
liuyao 71f4226e15 fix coverity san issues 2023-06-27 10:39:38 +08:00
Haojun Liao 600607ef84
Merge pull request #21846 from taosdata/fix/TD-24969
stream single session op end window function
2023-06-27 10:38:38 +08:00
Haojun Liao b73444b291 fix(stream): start stream task in case of scan history completing. 2023-06-27 09:44:51 +08:00
Haojun Liao 437eb93a4d fix(stream): fix error while fill history exists. 2023-06-26 18:44:59 +08:00
dapan1121 4dae9f4eff merge main to 3.0 2023-06-26 18:43:00 +08:00
dapan1121 9e595daafe
Merge pull request #21830 from taosdata/fix/TD-24287
fix: fix userAlias issue when keepColumnName is set to true
2023-06-26 18:12:44 +08:00
liuyao d1ca2ae2a0 stream single session op end window function 2023-06-26 17:10:06 +08:00
Haojun Liao 01c0bbb3f8
Merge pull request #21827 from taosdata/feature/TS-3495
fear:fix error for report offset & rows in tmq
2023-06-26 16:54:42 +08:00
Haojun Liao 2a8fe122c2
Merge pull request #21838 from taosdata/fix/TD-24952
set table name
2023-06-26 15:48:26 +08:00
Haojun Liao daafe240ed fix(stream): fix memory leak. 2023-06-26 14:18:47 +08:00
liuyao 6b8549dea5 set table name 2023-06-26 14:14:46 +08:00
liuyao 1d22e6ba52 stream session end window function 2023-06-26 10:51:45 +08:00
wade zhang 701e09f4ea
Merge pull request #21829 from taosdata/FIX/TS-3565-main
fix: not to fiddle node role immaturely
2023-06-26 09:38:22 +08:00
Minglei Jin 204999d57e tdb/test: refactor page recycling test cases 2023-06-26 08:10:45 +08:00
Haojun Liao 402c091df0 fix(stream): fix sma error. 2023-06-25 19:41:44 +08:00
Benguang Zhao e260e1a2e4 fix: not to fiddle node role immaturely 2023-06-25 18:30:40 +08:00
Ganlin Zhao 77d2737f91 fix: fix userAlias issue when keepColumnName is set to true 2023-06-25 17:51:51 +08:00
liuyao e236bf818c set fill history info 2023-06-25 17:47:10 +08:00
dapan1121 f66b1e77fc
Merge pull request #21824 from taosdata/fix/TS-3573
fix: table level privilege for query issue
2023-06-25 17:17:49 +08:00
Haojun Liao b607a78277
Merge pull request #21823 from taosdata/fix/liaohj
fix: fix memory leak.
2023-06-25 16:50:13 +08:00
dapan1121 6914c4dd45
Merge pull request #21804 from taosdata/fix/TD-24895
fix: merge tree free rc issue
2023-06-25 16:01:25 +08:00
Haojun Liao e4e66ad0a4 fix: fix memory leak. 2023-06-25 14:56:08 +08:00
wangmm0220 7a49d67078 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TS-3495 2023-06-25 14:54:16 +08:00
Haojun Liao 7e7feeffdf fix: fix memory leak. 2023-06-25 14:38:31 +08:00
dapan1121 5135d7534e fix: sort quit issue 2023-06-25 13:45:17 +08:00
slzhou 6de507d392 fix: modify test case 2023-06-25 11:44:01 +08:00
dapan1121 890030e820 fix: table level privilege for query issue 2023-06-25 11:39:22 +08:00
shenglian zhou fd754eaa08 fix: udfd can not connect to taosd since authentification failure 2023-06-25 11:31:33 +08:00
Minglei Jin fe197ccf9c tdb/ofp-test: fix memory leaks 2023-06-25 10:46:28 +08:00
Haojun Liao 6857881742 Merge branch '3.0' into refact/fillhistory 2023-06-25 10:41:32 +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
Haojun Liao 0322fdc1fc fix(stream): fix memory leak. 2023-06-24 23:43:43 +08:00
Haojun Liao ceb78fdad2
Merge branch '3.0' into refact/fillhistory 2023-06-24 18:53:48 +08:00
yihaoDeng c36d14df77 add compile opt 2023-06-22 13:19:14 +08:00
Haojun Liao 92249d892a
Merge pull request #21717 from taosdata/enh/staticLibMain
Enh/static lib main
2023-06-21 17:46:30 +08:00
yihaoDeng ff3ad6c65f add static lib to 3.0 2023-06-21 14:38:52 +08:00
dapan1121 67f884f844
Merge pull request #21799 from taosdata/fix/TD-24857
fix: distinct constant value issue
2023-06-21 14:17:27 +08:00
dapan1121 c4d630aaa1 fix: merge tree free rc issue 2023-06-21 13:58:07 +08:00
yihaoDeng e5c62cfa06 add static lib 2023-06-21 12:10:42 +08:00
dapan1121 8da28aced2 fix: distinct constant value issue 2023-06-21 10:33:50 +08:00
liuyao d23c80b12f free mem 2023-06-21 10:24:34 +08:00
wangjiaming0909 632fb40a43 postfix: propagate ts order to parents for more logic nodes 2023-06-21 09:31:44 +08:00
wangjiaming0909 eb7d23ca95 fix: fill operator with wrong input ts order 2023-06-21 09:23:58 +08:00
liuyao 1bed2b1e40 free mem 2023-06-21 09:13:46 +08:00
Benguang Zhao d31ee66d63 enh: taosMsleep 1 on syncLogStorePersist failure 2023-06-20 19:52:29 +08:00
Benguang Zhao 1f21e769e5 enh: adjust logging level of sync-heartbeat to TRACE 2023-06-20 19:49:53 +08:00
yihaoDeng daa3b5238f add static lib 2023-06-20 19:29:43 +08:00
liuyao fbed0acace free mem 2023-06-20 19:23:30 +08:00
liuyao 3cfda2c579 scan op transform 2023-06-20 17:44:41 +08:00
Minglei Jin fa5d52613e fix(query/scan-oper): use META_READER_NOLOCK to init meta reader 2023-06-20 17:33:28 +08:00
liuyao 74bea44300 stream op transform 2023-06-20 17:30:59 +08:00
liuyao aafbdcb492 set task status 2023-06-20 15:20:04 +08:00
Minglei Jin 76a734c53a tdb/test: fix recycle testing cases 2023-06-20 15:07:49 +08:00
Minglei Jin 4e3df6606b tdb/btree: recyle pNews 0 2023-06-20 15:06:17 +08:00
yihaoDeng b6d4e98e68 fix restart crash 2023-06-20 13:47:46 +08:00
liuyao 870d75bf82 fill history pause&resume 2023-06-20 11:34:09 +08:00
Minglei Jin 40b741dfee tdb/pager: comment out error log 2023-06-20 07:52:45 +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
liuyao 41c193945f fill history pause&resume 2023-06-19 17:28:19 +08:00
yihaoDeng 0eeaab9cd3 Merge branch 'refact/fillhistory1' into refact/fillhistory 2023-06-19 13:53:37 +08:00
dapan1121 3bd5fbad0c
Merge pull request #21754 from taosdata/fix/TD-24832
fix: invalid system table primary key and distinct order by column issue
2023-06-19 13:24:48 +08:00
dapan1121 3b246d4a91
Merge pull request #21763 from taosdata/fix/TD-24845
fix: distinct column removed in union all issue
2023-06-19 09:08:08 +08:00
dapan1121 1ca24fea6b
Merge pull request #21742 from wangjiaming0909/feature/3.0/TD-24656
feature: add input, output ts order for execution plans
2023-06-18 19:24:29 +08:00
slzhou fc523d1265 fix: at most 128 k-way merge to decrease memory usage 2023-06-18 07:53:35 +08:00
slzhou 9e781ed7a6 fix: destory data block to fix oom 2023-06-18 06:50:53 +08:00
slzhou 577c131360 fix: search k-way number 2023-06-17 22:13:08 +08:00
slzhou 0a567252f5 fix: oom issue since table merge scan 2023-06-17 18:50:33 +08:00
wangmm0220 c5dfe169a6 fix:error 2023-06-16 19:33:03 +08:00
dapan1121 ad9b26abac fix: distinct column removed in union all issue 2023-06-16 18:43:36 +08:00
wangjiaming0909 61309862c2 fix comments of TD-24656 2023-06-16 18:12:02 +08:00
dapan1121 7b060d693e
Merge pull request #21670 from taosdata/feat/TD-22193
feat: add pipeline processing for timeslice operator
2023-06-16 18:00:39 +08:00
wade zhang 72cdca8570
Merge pull request #21750 from taosdata/FIX/TD-24828-3.0
fix: return error from vmPutMsgToQueue while vnode-write is disabled
2023-06-16 16:59:56 +08:00
Ganlin Zhao 9cddf06053 handle 0 result case for groups 2023-06-16 16:11:56 +08:00
Haojun Liao 64365666b7 fix(stream): update the info, and do some internal refactor. 2023-06-16 16:04:43 +08:00
Benguang Zhao 495ae49752 fix: refreshMeta on invalid schema of tb epSet in doAsyncQuery 2023-06-16 15:41:52 +08:00
Ganlin Zhao e4c9a7474e remove test code 2023-06-16 14:58:23 +08:00
Ganlin Zhao e74c0ac987 save index instead of ts 2023-06-16 14:11:19 +08:00
dapan1121 bb8840d4ec
Merge pull request #21749 from taosdata/szhou/fix-ts3543
fix: table merge scan oom with muliti-level merge sort
2023-06-16 14:05:25 +08:00
dapan1121 6df2a8b53f fix: invalid system table primary key and distinct order by column issue 2023-06-16 13:45:59 +08:00
dapan1121 9a3781ea19
Merge pull request #21743 from taosdata/fix/td-24784
fix: cleanup datablock so that varmeta length is right
2023-06-16 13:20:56 +08:00
wade zhang d5f37359f4
Merge pull request #21722 from taosdata/fix/TD-24761
fix(tsdb/cache): rewrite cache update to fix cpu usage
2023-06-16 11:52:02 +08:00
wangjiaming0909 fb4f174fbc feature: add input, output ts order for execution plans 2023-06-16 10:26:09 +08:00
Ganlin Zhao fe2629d061 Merge branch '3.0' into feat/TD-22193 2023-06-16 10:16:51 +08:00
yihaoDeng 1e05f5c693 support fill history 2023-06-16 10:00:16 +08:00
Haojun Liao 933801269a fix(stream): fix memory leak and failed to close vnode. 2023-06-16 09:55:11 +08:00
yihaoDeng f4b9d630c0 support fill history 2023-06-16 09:36:44 +08:00
yihaoDeng 0ef8afbdaa support fill history 2023-06-16 09:32:38 +08:00
slzhou e35553d6a0 fix: fix memory sanitizer error 2023-06-16 09:02:15 +08:00
shenglian zhou 376688479c fix: remove multi-reader since two level merge is used 2023-06-16 09:00:50 +08:00
slzhou 0b61b88c10 fix: fix oom issue 2023-06-16 09:00:31 +08:00
yihaoDeng 8cb8c05428 support fill history 2023-06-15 21:55:46 +08:00
Yihao Deng 97fa74ae2e
Merge branch 'main' into enh/staticLibMain 2023-06-15 21:37:01 +08:00
yihaoDeng 9f9171719a support fill history 2023-06-15 21:29:52 +08:00
dapan1121 575c48212a
Merge pull request #21721 from taosdata/fix/TD-24707
fix: forbid system table functions
2023-06-15 18:52:33 +08:00
dapan1121 205e79ad28
Merge pull request #21736 from taosdata/fix/TD-24790
fix: fix fill double type column with scalar expression error
2023-06-15 18:45:40 +08:00
Haojun Liao f3df37bf28 fix(stream): fix memory leak. 2023-06-15 17:56:58 +08:00
Haojun Liao 9e78a4c5a5
Merge pull request #21741 from taosdata/fix/TS-3540
fix:control memory size if consumer group is too much
2023-06-15 17:41:21 +08:00
Minglei Jin 158ae209bf cache/lru: new applyF API for tlrucache 2023-06-15 16:34:51 +08:00
Ganlin Zhao 4e2eeed44c optimize 2023-06-15 16:31:36 +08:00
shenglian zhou b7165da5e3 fix: cleanup datablock so that varmeta length is right 2023-06-15 16:10:28 +08:00
Haojun Liao 74e0138f72 Merge branch '3.0' into refact/fillhistory 2023-06-15 15:25:00 +08:00
wangmm0220 22776e60d5 fix:control memory size if consumer group is too much 2023-06-15 14:51:04 +08:00
dapan1121 f1edb49891
Merge pull request #21737 from taosdata/fix/TD-24823
fix: partition data order requirement issue
2023-06-15 14:25:47 +08:00
liuyao 693942b821 trans state 2023-06-15 14:13:17 +08:00
Haojun Liao 1b9eca5ce0 other: merge main. 2023-06-15 13:03:17 +08:00
dapan1121 23d88b7e5a fix: partition data order requirement issue 2023-06-15 11:22:32 +08:00
Haojun Liao 3b2f2f0a94 fix(test): fix link error in unit test. 2023-06-15 11:06:03 +08:00
Ganlin Zhao 61d089496d fix: fix fill double type column with scalar expression error 2023-06-15 10:58:39 +08:00
Haojun Liao 1742874790 fix(test): fix unit test error. 2023-06-15 10:49:34 +08:00
Haojun Liao 55724157c4 refactor: remove one function. 2023-06-15 10:40:25 +08:00
Haojun Liao 13028744df refactor: do some internal refactor. 2023-06-15 10:24:21 +08:00
Ganlin Zhao c520a1044b fix crash 2023-06-15 10:21:16 +08:00
dapan1121 e52c6aae8c
Merge pull request #21620 from taosdata/fix/TD-24567-3.0
fix: tsma query with order by _wstart/_wend
2023-06-15 09:06:57 +08:00
dapan1121 672cff090b
Merge pull request #21707 from taosdata/szhou/fix-tsort-sanitizer-error
fix: fix memory sanitizer error
2023-06-15 09:05:10 +08:00
Haojun Liao 53377c2c1f fix(stream): wait for stream task completed. 2023-06-15 01:14:41 +08:00
Ganlin Zhao d48e3b3545 add null pointer check 2023-06-14 17:00:45 +08:00
liuyao 9a3708e17b pause&resume fill history 2023-06-14 15:54:07 +08:00
Haojun Liao 7c6fbd7772 enh(stream): do some internal refactor and support secondary scan for history data. 2023-06-14 14:10:09 +08:00
Ganlin Zhao e79d63d766 add error code 2023-06-14 13:34:25 +08:00
yihaoDeng ee3017ed3a add static lib 2023-06-14 12:14:49 +08:00
Ganlin Zhao 728e42f723 fix: add forbid system table functions 2023-06-14 11:10:51 +08:00
Haojun Liao 11f0c3b336 refactor: do some internal refactor. 2023-06-14 10:46:46 +08:00
Haojun Liao 5282492663 refactor: do some internal refactor. 2023-06-14 10:35:03 +08:00
Haojun Liao b44447e6f3 enh(stream): support restore from disk. 2023-06-14 10:19:03 +08:00
Haojun Liao 4fac83ecf2
Merge pull request #21709 from taosdata/feature/TD-24749
feat:control memory size if consumer group is too much
2023-06-14 10:15:20 +08:00
Haojun Liao e392fb1a54 Merge remote-tracking branch 'origin/refact/fillhistory' into refact/fillhistory 2023-06-13 16:11:14 +08:00
Haojun Liao 97da2a8fac fix(stream): set the fill history status. 2023-06-13 16:10:55 +08:00
wangmm0220 d8d6b6dd21 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-24749 2023-06-13 15:15:05 +08:00
wangmm0220 8a81278024 fix:load pHandle if necessary wher tq restore 2023-06-13 15:14:11 +08:00
yihaoDeng ed33e6ea43 change log level when filter tag 2023-06-13 07:06:08 +00:00
slzhou 13ddd37529 fix: fix memory sanitizer error 2023-06-13 14:51:41 +08:00
Minglei Jin 8fee813de6 tdb/alloc-page: new param pTxn to fix memory leaking 2023-06-13 14:35:49 +08:00
dapan1121 73d3c21e21 Merge remote-tracking branch 'origin/3.0' into feat/TD-24499 2023-06-13 11:44:41 +08:00
dapan1121 48b9cac75c fix: fix no data in db issue 2023-06-13 11:44:13 +08:00
liuyao c58bde9715 stream operator fill history 2023-06-13 10:57:36 +08:00
wade zhang 5673d34153
Merge pull request #21476 from taosdata/FIX/TD-24182-3.0
enh: change conflict scope of transaction of split vgroup
2023-06-13 10:13:48 +08:00
yihaoDeng 8dc6d1cc6a change log level when filter tag 2023-06-13 01:51:22 +00:00
Haojun Liao fb24ed161d enh(stream): set correct task status. 2023-06-12 22:48:23 +08:00
dapan1121 7adea35706 fix: remove debug info 2023-06-12 17:18:38 +08:00
dapan1121 59b8cfbc7d enh: add sub_query in systable and kill subquery 2023-06-12 17:14:41 +08:00
kailixu 4cd039c38e chore: compare funcNode without aliasName 2023-06-12 16:47:03 +08:00
Minglei Jin 621d4b20c0 tdb/pager: remove debug log 2023-06-12 16:43:49 +08:00
Minglei Jin 9e7f860d7c enh(tdb/recycle): first round implemenation of page recycling 2023-06-12 16:40:24 +08:00
dapan1121 170182fecd feat: support fill history with sub request 2023-06-12 16:10:54 +08:00
Haojun Liao 78a240be8f enh(stream): add dispatch msg. 2023-06-12 13:12:45 +08:00
kailixu f5d28cdcd1 chore: more check 2023-06-12 10:49:17 +08:00
kailixu b200fdba51 chore: node type 2023-06-12 10:44:01 +08:00
Benguang Zhao 3689b41f3a Merge branch '3.0' into FIX/TD-24182-3.0 2023-06-12 09:39:49 +08:00
kailixu 58c43901ed chore: another logic 2023-06-12 09:14:38 +08:00
dapan1121 423fdeef72
Merge pull request #21684 from taosdata/fix/TD-24741
fix: systable vgroup empty issue
2023-06-11 18:30:38 +08:00
dapan1121 5cd57cece5 fix: null pointer issue 2023-06-09 18:54:20 +08:00
dapan1121 14f3270a76 fix: subtask dead loop issue 2023-06-09 17:21:28 +08:00
dapan1121 0627ceada0 fix: systable vgroup empty issue 2023-06-09 16:58:07 +08:00
yihaoDeng d38e3835c0 opt batch write 2023-06-09 08:12:39 +00:00
dapan1121 422a60430e
Merge pull request #21679 from taosdata/fix/TD-24716
fix: row size too big issue
2023-06-09 16:09:44 +08:00