Haojun Liao
|
937f67f07b
|
fix(stream): fix invalid free.
|
2023-05-30 18:02:42 +08:00 |
Haojun Liao
|
e96ed81ec0
|
fix(stream): add input queue capacity check.
|
2023-05-30 17:29:01 +08:00 |
Haojun Liao
|
92ecdda403
|
Merge pull request #21531 from taosdata/fix/resume_mem
fix(stream): fix memory leak in handling dispatch msg. TD-24447
|
2023-05-30 17:27:22 +08:00 |
Hui Li
|
b56ee1301e
|
Merge pull request #21529 from taosdata/test/TD-23975
add smaBasic.py test case
|
2023-05-30 17:26:12 +08:00 |
Haojun Liao
|
eda06081ff
|
enh(stream): refactor and serialize the attributes of history tasks.
|
2023-05-30 16:55:37 +08:00 |
wangmm0220
|
fcdf25793b
|
fix:remove useless code
|
2023-05-30 16:52:53 +08:00 |
wangmm0220
|
b8a4df4146
|
fix:avoid put tag to select if where condition is always true or false
|
2023-05-30 16:50:20 +08:00 |
dapan1121
|
bc4c32ee2c
|
Merge pull request #21514 from taosdata/fix/TD-24426-M
fix(query): invalid buf page
|
2023-05-30 15:58:30 +08:00 |
Haojun Liao
|
d9c364d663
|
Merge branch '3.0' into refact/fillhistory
|
2023-05-30 15:51:12 +08:00 |
wangmm0220
|
689ee05527
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-19042
|
2023-05-30 15:45:46 +08:00 |
Alex Duan
|
772ef3bd19
|
test: modfiy insert rows to small
|
2023-05-30 15:39:15 +08:00 |
Haojun Liao
|
de7231e59e
|
fix(stream): fix memory leak in handling dispatch msg when output buffer is full.
|
2023-05-30 15:35:59 +08:00 |
liuyao
|
7d699ae579
|
fix sliding window issue
|
2023-05-30 15:16:11 +08:00 |
Ganlin Zhao
|
34fa89da0d
|
add en docs
|
2023-05-30 14:50:03 +08:00 |
Haojun Liao
|
be8fd9e48b
|
enh(stream): create additional task for history data processing.
|
2023-05-30 14:47:10 +08:00 |
Ganlin Zhao
|
83e9be2e40
|
change zh docs
|
2023-05-30 14:39:31 +08:00 |
Alex Duan
|
ed9eaf541d
|
test: add smaBasic.py test case
|
2023-05-30 14:37:46 +08:00 |
Alex Duan
|
6a7d8858dc
|
test: add smaBasic.py test case
|
2023-05-30 14:36:51 +08:00 |
Ganlin Zhao
|
0dc8baede4
|
add test cases
|
2023-05-30 14:21:47 +08:00 |
Ganlin Zhao
|
1009c80967
|
fix bug
|
2023-05-30 14:21:32 +08:00 |
wangmm0220
|
757ac9b1d9
|
fix:add test cases
|
2023-05-30 14:20:21 +08:00 |
Shuduo Sang
|
0d2fa6f1e6
|
docs: refine python connector doc for req_id (#21526)
* docs: update csharp connector status
* docs: fix csharp ws bulk pulling
* docs: clarify database param is optional to websocket dsn
* docs: fix java connector mistake
* fix: a few typos
* fix: many typos
* docs: java connector support subscription over websocket
* fix: update 3.0 connector feature matrix
* docs: fix typos and use 3.1.0 in jdbc driver
* fix: update matrix for schemaless java status
* docs: use latest jdbc version in connect section
* docs: refine python connector doc for req_id
|
2023-05-30 11:49:00 +08:00 |
wade zhang
|
d4bd19068b
|
Merge pull request #21279 from taosdata/feat/TD-24012
feat(driver): jdbc add tmq seek function
|
2023-05-30 11:47:22 +08:00 |
huolibo
|
2e5ac6b0c2
|
fix: change return value
|
2023-05-30 11:33:46 +08:00 |
dapan1121
|
94d4de614a
|
Merge pull request #21525 from taosdata/fix/TD-24093
fix: disable debug info
|
2023-05-30 11:10:59 +08:00 |
Haojun Liao
|
d122a398b3
|
Merge pull request #21516 from taosdata/fix/TD-24447
set sched status
|
2023-05-30 10:59:28 +08:00 |
Benguang Zhao
|
6679b8af7b
|
fix: release action.pCont on error
|
2023-05-30 10:55:56 +08:00 |
刘蓓
|
a70cceb440
|
fix: add return value
|
2023-05-30 10:54:54 +08:00 |
huolibo
|
79031c47a2
|
enh: add get offset
|
2023-05-30 10:54:54 +08:00 |
huolibo
|
f9b1906127
|
feat(driver): jdbc add tmq seek function
|
2023-05-30 10:54:54 +08:00 |
wangmm0220
|
5d2c78ba6b
|
fix:memory leak
|
2023-05-30 10:39:00 +08:00 |
wangmm0220
|
8835028002
|
fix:deal with node is null
|
2023-05-30 10:21:18 +08:00 |
wade zhang
|
dd131ce129
|
Merge pull request #21522 from taosdata/DuanKuanJun-patch-9
Update 01-faq.md
|
2023-05-30 10:11:05 +08:00 |
Alex Duan
|
3a1fdc81d3
|
docs: add diff funciton to faq
|
2023-05-30 09:57:14 +08:00 |
dapan1121
|
c1ffc64e2d
|
fix: disable debug info
|
2023-05-30 09:54:30 +08:00 |
wangmm0220
|
d490ca753f
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-19042
|
2023-05-30 09:48:49 +08:00 |
Haojun Liao
|
2977a4d07f
|
refactor: do some internal refactor.
|
2023-05-30 09:41:19 +08:00 |
Haojun Liao
|
65b1574fbe
|
Merge pull request #21499 from taosdata/mark/tmq
fix:put poll to push manager if wal not exist when offset is latest
|
2023-05-30 09:36:53 +08:00 |
Haojun Liao
|
20a0054c4a
|
Merge pull request #21472 from taosdata/enh/addCompileError
change parameter
|
2023-05-30 09:36:36 +08:00 |
dapan1121
|
2d6859d5d6
|
Merge pull request #21510 from taosdata/szhou/fix-ts3461
fix: if block row num is less than definit min rows, set the bucket index to 0
|
2023-05-30 08:51:24 +08:00 |
wade zhang
|
3a2831a3f4
|
Merge pull request #21517 from taosdata/fix/TD-24472
fix(rocks/log): set info log level to warn_level
|
2023-05-30 08:35:00 +08:00 |
Haojun Liao
|
bcba18d90e
|
Merge pull request #21521 from taosdata/refact/fillhistory
refactor: do some internal refactor.
|
2023-05-30 00:38:38 +08:00 |
Benguang Zhao
|
267cbfbc1c
|
enh: update syncNodePropose
|
2023-05-29 19:49:28 +08:00 |
kailixu
|
9501d4f417
|
feat: allow user to reset root passwd
|
2023-05-29 19:44:11 +08:00 |
Alex Duan
|
539b138906
|
Update 01-faq.md
|
2023-05-29 19:23:45 +08:00 |
yihaoDeng
|
e00f79367d
|
merge 3.0
|
2023-05-29 18:57:21 +08:00 |
Haojun Liao
|
3628888ecc
|
refactor: do some internal refactor.
|
2023-05-29 18:02:45 +08:00 |
Haojun Liao
|
cd2d225c93
|
refactor: do some internal refactor.
|
2023-05-29 17:50:39 +08:00 |
wade zhang
|
3b6d196ec3
|
Merge pull request #21498 from taosdata/fix/check-empty-dnode
check empty dnode
|
2023-05-29 17:45:56 +08:00 |
Ganlin Zhao
|
b83a4b14e7
|
allow omit every clause for single point interp
|
2023-05-29 17:34:35 +08:00 |