Haojun Liao
|
abfc2455e6
|
fix(stream): update the atomic variables.
|
2023-04-18 16:21:30 +08:00 |
Haojun Liao
|
7da998ecfb
|
other: merge main.
|
2023-04-18 16:15:08 +08:00 |
Haojun Liao
|
d11acc6f73
|
Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert
|
2023-04-18 16:09:12 +08:00 |
Haojun Liao
|
7a8dd0db45
|
refactor: update the log.
|
2023-04-18 16:08:51 +08:00 |
huolibo
|
fdbb9cce48
|
fix: illegal accesses (#20960)
|
2023-04-18 16:08:22 +08:00 |
dapan1121
|
28a80be7b1
|
Merge pull request #20928 from taosdata/szhou/replace-function-2
enhance: udf handle expired after 10s
|
2023-04-18 15:43:50 +08:00 |
Xiaoyu Wang
|
1d2764ebdb
|
feat: the fill value clause supports constant expressions
|
2023-04-18 15:36:50 +08:00 |
Ganlin Zhao
|
b2cca108a3
|
add documentations
|
2023-04-18 14:29:04 +08:00 |
Ganlin Zhao
|
56ab728a42
|
add test cases
|
2023-04-18 14:18:06 +08:00 |
Ganlin Zhao
|
9581dcae7f
|
enh: add param for to_unixtimestamp to return timestamp type
|
2023-04-18 14:17:22 +08:00 |
Shuduo Sang
|
4417c79cb1
|
fix: atoi on int64 config item (#20956)
|
2023-04-18 14:03:24 +08:00 |
liuyao
|
db4f7ca55f
|
fix bug
|
2023-04-18 14:00:28 +08:00 |
Alex Duan
|
6a9bdb9824
|
fix: duplicate calling shellWriteHistory
|
2023-04-18 13:44:26 +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 |
Xiaoyu Wang
|
cda3222a18
|
Merge pull request #20954 from taosdata/FIX/TD-22419-main
enh: remove unused functions in sync
|
2023-04-18 10:50:16 +08:00 |
Haojun Liao
|
97da34050b
|
fix(query): fix invalid free.
|
2023-04-18 10:40:53 +08:00 |
dependabot[bot]
|
13de495d57
|
chore(deps): bump spring-core in /examples/JDBC/taosdemo (#20955)
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.26 to 5.3.27.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.26...v5.3.27)
---
updated-dependencies:
- dependency-name: org.springframework:spring-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-18 10:11:30 +08:00 |
liuyao
|
5460eaf29a
|
memory leak
|
2023-04-18 09:50:13 +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 |
Shuduo Sang
|
76c628c8ee
|
fix: atoi on int64 config item (#20946)
|
2023-04-18 09:22:49 +08:00 |
Haojun Liao
|
7d3e5aa3d3
|
fix(query): set the table schema correctly when the table is dropped.
|
2023-04-18 09:03:30 +08:00 |
Haojun Liao
|
2ae05b8cf6
|
fix(stream): set the correct initial offset value.
|
2023-04-18 08:56:31 +08:00 |
shenglian zhou
|
a2d75a327c
|
enhance: udf output column reserve capacity
|
2023-04-18 08:28:12 +08:00 |
shenglian zhou
|
2aefe1d24a
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/replace-function-2
|
2023-04-18 08:24:18 +08:00 |
yihaoDeng
|
47bf2374db
|
fix compile error
|
2023-04-17 15:19:33 +00:00 |
yihaoDeng
|
fc6d9afa19
|
fix compile error
|
2023-04-17 15:01:47 +00:00 |
yihaoDeng
|
6f6fd3e147
|
fix compile error
|
2023-04-17 15:01:41 +00:00 |
Haojun Liao
|
930b267a75
|
fix(stream): set the correct start offset for stream task.
|
2023-04-17 22:59:00 +08:00 |
wangmm0220
|
1771a54256
|
fix:rebalance not only one in once timer
|
2023-04-17 19:59:11 +08:00 |
Benguang Zhao
|
b958030b0c
|
enh: remove unused functions in sync
|
2023-04-17 18:52:09 +08:00 |
Haojun Liao
|
da23f26946
|
Merge pull request #20953 from taosdata/fix/TD-23649
fix:stream memory leak
|
2023-04-17 18:18:22 +08:00 |
Xiaoyu Wang
|
f37f408898
|
Merge pull request #20950 from taosdata/fix/3.0_merge_main
merge main
|
2023-04-17 17:58:04 +08:00 |
liuyao
|
27d14f742d
|
fix:stream memory leak
|
2023-04-17 17:27:02 +08:00 |
Ganlin Zhao
|
d21628b2c9
|
fix: fix double free caused crash
|
2023-04-17 16:57:29 +08:00 |
Xiaoyu Wang
|
7efb992551
|
Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main
|
2023-04-17 15:04:01 +08:00 |
Xiaoyu Wang
|
0648aa5954
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main
|
2023-04-17 15:03:41 +08:00 |
Haojun Liao
|
4ed26bbc19
|
fix(stream): update the table list api.
|
2023-04-17 14:08:54 +08:00 |
sunpeng
|
2c52b00070
|
docs update offcial doc monitor section (#20949)
|
2023-04-17 11:49:10 +08:00 |
liuyao
|
328687ed28
|
Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert
|
2023-04-17 11:48:38 +08:00 |
liuyao
|
afc8e5cea7
|
fix asan bug
|
2023-04-17 11:48:08 +08:00 |
Haojun Liao
|
eb7f510ccb
|
fix(query): return correct suid to delete sink.
|
2023-04-17 10:59:24 +08:00 |
shenglian zhou
|
1a0c9f31bc
|
enhance: refactor cleanup udf function
|
2023-04-17 10:34:34 +08:00 |
Haojun Liao
|
ac137b4b33
|
refactor: do some internal refactor.
|
2023-04-17 09:46:58 +08:00 |
yihaoDeng
|
d3611946ff
|
Merge branch 'dev' into enh/rocksRevert
|
2023-04-17 01:46:41 +00:00 |
Haojun Liao
|
10b3fd9426
|
other: merge main.
|
2023-04-17 09:19:48 +08:00 |
Xiaoyu Wang
|
0993510d91
|
Merge pull request #20940 from taosdata/fix/3.0_merge_main
fix: udf plan error
|
2023-04-17 00:10:26 +08:00 |
Haojun Liao
|
be90d2c511
|
fix(stream): disable stream task when no tasks exist.
|
2023-04-16 23:07:54 +08:00 |
Haojun Liao
|
1350af5267
|
fix(stream): set the correct initial checkpoint version to restore the operators state and add check for the initial destination tables.
|
2023-04-16 22:48:22 +08:00 |
wangmm0220
|
f65cd36e80
|
opti:the logic of mndDoRebalance for clear
|
2023-04-16 00:54:11 +08:00 |
Adam Ji
|
6c3a2e2c5b
|
docs: support schemaless insert (#20944)
* docs: support schemaless insert
* docs: code reformat
|
2023-04-15 22:38:28 +08:00 |