Commit Graph

58681 Commits

Author SHA1 Message Date
yihaoDeng 7ada7f34ac fix:merge from 3.0 2023-11-08 10:45:15 +08:00
wangmm0220 07aa749fcd fix:adapt to windows 2023-11-08 10:28:45 +08:00
wade zhang fd4abeb204
Merge pull request #23535 from taosdata/FIX/TD-26596-3.0
fix: release duplicate msgs in syncSnapBufferRecv
2023-11-08 09:23:16 +08:00
wade zhang f27309fbc7
Merge pull request #23584 from taosdata/feat/TS-4094-3.0
fix: alter local keepAliveIdle convert type
2023-11-08 09:19:42 +08:00
dapan1121 7e89e55ba0
Merge pull request #23580 from taosdata/szhou/fix/3.0/select-tags-const
fix: select tags const from table
2023-11-08 08:36:46 +08:00
dapan1121 1045457d16
Merge pull request #23575 from taosdata/szhou/fix/3.0/tbname-no-dot
fix: tbname can not contain dot
2023-11-08 08:35:07 +08:00
Haojun Liao 0e5b924921
Merge pull request #23531 from taosdata/fix/3_liaohj
enh(tsdb): on-demand open stt file reader.
2023-11-08 08:08:42 +08:00
Haojun Liao e052d3cd62 fix(stream): check null. 2023-11-08 00:10:08 +08:00
Haojun Liao 9ba854d49d Merge branch '3.0' into fix/3_liaohj 2023-11-07 23:51:07 +08:00
Haojun Liao 7bfea5a82e fix(stream): fix syntax error. 2023-11-07 22:31:35 +08:00
wangmm0220 b709d43fee Merge branch 'feat/TD-26060' of https://github.com/taosdata/TDengine into feat/TD-26060 2023-11-07 20:33:17 +08:00
yihaoDeng 885acd1a42 fix:download checkpoint from s3 2023-11-07 20:29:56 +08:00
wangmm0220 93cc50db16 fix:compile error 2023-11-07 20:01:44 +08:00
Shungang Li 0f98369801 fix: alter local keepAliveIdle convert type 2023-11-07 19:44:06 +08:00
wangmm0220 c0068abc9a fix:merge from 3.0 2023-11-07 18:55:46 +08:00
Haojun Liao e558d8e497 fix: fix syntax error. 2023-11-07 18:53:21 +08:00
Haojun Liao 2674698b36 fix(stream): restart tasks in stream threads, instead of write thread. 2023-11-07 18:51:46 +08:00
wangmm0220 2ad6e5daa7 fix:conflicts 2023-11-07 18:50:33 +08:00
wangmm0220 f0b2ed567c fix:upload checkpoint to s3 2023-11-07 18:49:12 +08:00
Haojun Liao 73d75aac25 fix(stream): add ref for task. 2023-11-07 18:43:35 +08:00
Haojun Liao 26b96b149d refactor: wait for a while when no quota available. 2023-11-07 18:43:35 +08:00
Haojun Liao 0979ff944b fix(stream): update the fill-time for quota limitation. 2023-11-07 18:43:34 +08:00
Haojun Liao 2bdde122fc refactor: wait a while when no token available. 2023-11-07 18:43:34 +08:00
dapan1121 d1b7c1ea11
Merge pull request #23576 from taosdata/fix/TD-27163
fix: stmt query execution mode issue
2023-11-07 17:51:48 +08:00
Haojun Liao 884770dab1 fix(stream): fix syntax error. 2023-11-07 17:12:06 +08:00
Haojun Liao ed0c580d11 refactor: do some internal refactor. 2023-11-07 17:04:55 +08:00
Haojun Liao 1301b92844 fix(stream): fix errors in scan-history, introduced by refactor 2023-11-07 16:41:15 +08:00
Haojun Liao c9a1cc50fb refactor: do some internal refactor. 2023-11-07 16:40:04 +08:00
Haojun Liao 9125fe44c6 fix(stream): fix error. 2023-11-07 16:40:04 +08:00
Haojun Liao 8c2f6bab0e fix(stream): exec scan-history in timer. 2023-11-07 16:40:03 +08:00
Haojun Liao 7370daa6e0 fix(stream): record the start failure tasks. 2023-11-07 16:39:56 +08:00
Haojun Liao e38e526dda fix(stream):reset the starting flag for the followers. 2023-11-07 16:39:12 +08:00
slzhou 433d3b7354 fix: select tags const from table 2023-11-07 15:47:36 +08:00
dapan1121 51f1798474
Merge pull request #23514 from taosdata/szhou/3.0/fix/TD-27089
fix: tag scan mode when no columns after const optimization
2023-11-07 15:13:52 +08:00
wade zhang 4e70df5856
Merge pull request #23560 from taosdata/fix/TS-4187
fix(cache/reader): use int64 max instead of uint
2023-11-07 14:56:47 +08:00
Haojun Liao acd20506f6
Merge pull request #23542 from taosdata/fix/TD-27041
adj builtin function
2023-11-07 13:43:23 +08:00
dapan1121 3d1afe7adf
Merge pull request #23547 from taosdata/fix/3.0/TD-27013
fix: cast error msg
2023-11-07 13:35:41 +08:00
wade zhang 9a342efd85
Merge pull request #23513 from taosdata/feat/TS-4094
feat: add dynamic configuration
2023-11-07 11:23:21 +08:00
dapan1121 eca1b1aeab fix: stmt query execution mode issue 2023-11-07 11:20:08 +08:00
shenglian-zhou aaa7b45dc3
Merge branch '3.0' into szhou/3.0/fix/TD-27089 2023-11-07 11:07:15 +08:00
wangmm0220 e0b55cc61f fix:test s3 interface in checkpoint 2023-11-07 11:06:50 +08:00
slzhou d574b97015 fix: tbname can not contain dot 2023-11-07 11:03:42 +08:00
wade zhang 495f5fd28a
Merge pull request #23573 from taosdata/ci/adamji/fix-py-version-3.0
ci: update taos-ws-py version
2023-11-07 10:59:36 +08:00
Adam Ji fc15845f64 ci: update taos-ws-py version 2023-11-07 10:37:39 +08:00
liuyao e6fffe58a5 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-27041 2023-11-07 09:49:06 +08:00
Haojun Liao 8fa4acd685
Merge pull request #23555 from taosdata/fix/ly_test
release row buff pos
2023-11-07 09:12:16 +08:00
dapan1121 0e7433e3b0
Merge pull request #23553 from taosdata/szhou/fix/3.0/TD-27152
fix: use the right target name
2023-11-07 09:04:42 +08:00
Hongze Cheng a99fa3b032
Merge pull request #23556 from taosdata/fix/TD-26189-cmake2
fix(cmake/s3): make cmake config portable
2023-11-06 19:01:21 -06:00
slzhou 06a4174c33 fix: increase taos-ws-py version to 0.3.1 2023-11-07 05:04:15 +08:00
slzhou c716c737ec fix: increase taos-ws-py version to 0.3.1 2023-11-06 23:09:03 +08:00