Haojun Liao
|
e4918e85eb
|
fix(stream): limit the sink rate
|
2023-09-09 00:22:22 +08:00 |
Haojun Liao
|
bf79c2c993
|
fix(stream): limit the sink rate
|
2023-09-09 00:11:13 +08:00 |
Haojun Liao
|
35b97cbd19
|
fix(stream): set correct token in bucket.
|
2023-09-08 23:50:41 +08:00 |
Haojun Liao
|
328377c25f
|
refactor: add some logs.
|
2023-09-08 23:04:39 +08:00 |
Haojun Liao
|
b317c8ebff
|
fix(stream): disable merge submit blocks.
|
2023-09-08 12:46:15 +08:00 |
wade zhang
|
c90670ecdf
|
Merge pull request #22808 from taosdata/fix/TD-25644
fix(tdb/pcache): fix mem leak with unpined pages
|
2023-09-08 12:35:17 +08:00 |
Minglei Jin
|
3524ef32eb
|
tdb/pcache: not free page if already on free list
|
2023-09-08 09:28:08 +08:00 |
Alex Duan
|
3e71208d0f
|
Merge pull request #22738 from taosdata/TD-25824
update test case tmqConsumerDiscontinuousData.py to fix the failed oc…
|
2023-09-08 09:07:41 +08:00 |
wade zhang
|
f7b23b5427
|
Merge pull request #22804 from taosdata/fix/TD-25671-3.0
fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord
|
2023-09-08 09:05:44 +08:00 |
Minglei Jin
|
5007087e19
|
fix(tdb/pcache): fix mem leak with unpined pages
|
2023-09-08 08:09:53 +08:00 |
wade zhang
|
afe2bab57c
|
Merge pull request #22768 from taosdata/fix/sunpeng/special-taos-ws-py-version
fix: special taos-ws-py version in py test
|
2023-09-07 18:35:41 +08:00 |
Benguang Zhao
|
55a9668908
|
fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord
|
2023-09-07 17:26:30 +08:00 |
jiajingbin
|
8a72e94b1b
|
test: lock start_timestamp and interval
|
2023-09-07 14:41:54 +08:00 |
Haojun Liao
|
55ac835294
|
Merge branch 'main' into fix/3_liaohj
|
2023-09-07 11:47:25 +08:00 |
Haojun Liao
|
82222f1ab8
|
other: disable detail display.
|
2023-09-07 11:43:43 +08:00 |
dapan1121
|
fdeb924d0d
|
Merge pull request #22715 from taosdata/fix/m/TD-26114
fix: desc fill missed one window
|
2023-09-07 11:36:30 +08:00 |
wade zhang
|
e252e3478d
|
Merge pull request #22784 from taosdata/fix/xsren/TD-26163/toheap
stack flow
|
2023-09-07 10:49:35 +08:00 |
Haojun Liao
|
dc821057e5
|
fix(stream): update the log.
|
2023-09-07 10:33:38 +08:00 |
Alex Duan
|
ba88dfe613
|
Merge pull request #22697 from taosdata/test/TD-23715
add websocket connection
|
2023-09-07 10:33:16 +08:00 |
dapan1121
|
afbb6edb59
|
Merge pull request #22755 from taosdata/fix/main/TD-26134
fix: fix coverity scan issue
|
2023-09-07 10:31:47 +08:00 |
dapan1121
|
e4f52bae5b
|
Merge pull request #22764 from taosdata/fix/TD-26132
fix: fix coverity issues
|
2023-09-07 10:09:30 +08:00 |
Haojun Liao
|
e407d7dc6b
|
fix(stream): update log.
|
2023-09-07 10:09:05 +08:00 |
Haojun Liao
|
956047a441
|
fix(stream): count down the token in bucket.
|
2023-09-07 10:02:13 +08:00 |
Haojun Liao
|
b240e91c91
|
enh(stream): add token bucket to limit the rate of sink operation.
|
2023-09-07 09:58:48 +08:00 |
Haojun Liao
|
0f909285c4
|
Merge pull request #22684 from taosdata/mark/tmq-3.0
fix:use vgstatus before if rebalance
|
2023-09-07 09:20:27 +08:00 |
xsren
|
ce91bdab90
|
stack overflow
|
2023-09-07 09:03:13 +08:00 |
Alex Duan
|
5982c80e46
|
Merge pull request #22780 from taosdata/test/main/TD-26181
test:modify method of stopall function
|
2023-09-06 20:17:01 +08:00 |
Alex Duan
|
3f9853e196
|
Merge pull request #22778 from taosdata/test/3.0/TD-26181
test:modify method of stopall function
|
2023-09-06 20:16:23 +08:00 |
wangmm0220
|
f4ec83025d
|
opti:optimize code logic & fix python test case error
|
2023-09-06 19:46:17 +08:00 |
Haojun Liao
|
2b84e0b02e
|
refactor: check if the put data into queue is success or failed.
|
2023-09-06 19:39:00 +08:00 |
Haojun Liao
|
7e562005fe
|
Merge pull request #22776 from taosdata/feat/TD-26124
opt stream state
|
2023-09-06 19:15:24 +08:00 |
Haojun Liao
|
8edf86b3bb
|
fix(stream): add some logs.
|
2023-09-06 19:08:09 +08:00 |
Haojun Liao
|
5ba6a68e7a
|
fix(stream): fix syntax error.
|
2023-09-06 19:00:39 +08:00 |
Haojun Liao
|
a82027f492
|
enh(stream): pack multi-datablock into one submit message.
|
2023-09-06 18:58:47 +08:00 |
wade zhang
|
42d63bef3f
|
Merge pull request #22772 from taosdata/fix/TD-25996-main
fix/TD-25996: tdbBtcDelete release pages before modifying pBtc->pPage
|
2023-09-06 18:47:15 +08:00 |
wade zhang
|
e493f983ed
|
Merge pull request #22735 from taosdata/fix/TD-26133
fix: coverity scan
|
2023-09-06 18:45:23 +08:00 |
wangmm0220
|
629de12bb1
|
fix:do not return error if commit nothing
|
2023-09-06 18:29:28 +08:00 |
Haojun Liao
|
f8a321695a
|
Merge pull request #22711 from taosdata/fix/TD-26069-1
fix rc
|
2023-09-06 17:58:33 +08:00 |
chenhaoran
|
bec4691324
|
test: modify 5dnode3mnodeStop2Follower.py
|
2023-09-06 17:38:51 +08:00 |
chenhaoran
|
24140902cf
|
test:replace clock_gettime in cases for win
|
2023-09-06 17:36:55 +08:00 |
chenhaoran
|
7782530e3a
|
test:modify method of stopall function
|
2023-09-06 17:21:26 +08:00 |
chenhaoran
|
0be918a17e
|
test:modify method of stopall function
|
2023-09-06 17:15:04 +08:00 |
Hongze Cheng
|
1d343fa57e
|
more fix
|
2023-09-06 17:10:36 +08:00 |
Haojun Liao
|
926cc01cff
|
refactor: do some internal refactor.
|
2023-09-06 16:48:43 +08:00 |
liuyao
|
d7caed1c44
|
opt stream state
|
2023-09-06 16:34:25 +08:00 |
Ping Xiao
|
5c74d5f103
|
Merge branch 'main' into test/TD-23715
|
2023-09-06 16:19:45 +08:00 |
Ping Xiao
|
060f97ff17
|
install taos-ws-py for ci
|
2023-09-06 16:14:50 +08:00 |
dapan1121
|
ed9085281d
|
Merge pull request #22623 from taosdata/feat/TD-25964-3.0
feat: get cpu cores from quota
|
2023-09-06 16:03:33 +08:00 |
Shungang Li
|
7257518dca
|
fix: tdbBtcDelete release pages before modifying pBtc->pPage
|
2023-09-06 14:54:18 +08:00 |
Hongze Cheng
|
cd88c8ec31
|
fix: little test
|
2023-09-06 14:45:53 +08:00 |