shenglian zhou
d7f8757844
fix: memory leak
2023-05-18 11:23:50 +08:00
shenglian zhou
14d4a81e75
fix: build hash table is created during creating join operator
2023-05-18 11:15:04 +08:00
shenglian zhou
ee16b46112
fix: remove group keys from join operator
2023-05-18 10:46:19 +08:00
dapan1121
cde094f72f
Merge pull request #21337 from taosdata/fix/TD-24214
...
fix: union clause error message
2023-05-18 10:39:19 +08:00
dapan1121
8994081592
fix: memory size overflow issue
2023-05-18 10:25:10 +08:00
dapan1121
5ac91597b6
Merge pull request #21310 from wangjiaming0909/fix/TS-3398
...
fix: select <expr1>, <expr1##sth else> from ... return error data whe…
2023-05-18 10:07:06 +08:00
Haojun Liao
96fa12e157
Merge pull request #21359 from taosdata/fix/liaohj_main
...
fix(stream): fix memory leak for stream processing.
2023-05-17 23:37:33 +08:00
Haojun Liao
03237f2cc7
other: merge main.
2023-05-17 22:42:08 +08:00
wangmm0220
54f4860139
fix:rollback [TD-23972] push subscribe msg to vnode even though consumer not change
2023-05-17 19:44:56 +08:00
Haojun Liao
4d5bd2b6de
fix(stream): fix memory leak for stream processing.
2023-05-17 19:40:21 +08:00
Hui Li
9750a84150
Merge pull request #21356 from taosdata/plum-lihui-patch-1
...
Update cases.task
2023-05-17 19:27:30 +08:00
Hui Li
cf2c5f190c
Update cases.task
...
modify non asan mode
2023-05-17 19:26:34 +08:00
wangmm0220
405cdfa7bc
fix:error in pHandle lock
2023-05-17 19:02:16 +08:00
wangmm0220
1d9dd153ea
fix:error in pHandle lock
2023-05-17 18:57:45 +08:00
Linhe Huo
d80a8cafed
Merge pull request #21345 from bioinformatist/docs/rust-connector
...
docs(connector-rust): update documents of connector for rust
2023-05-17 18:54:34 +08:00
dapan1121
0ac0cd1012
Merge pull request #21346 from taosdata/fix/TS-3415
...
fix: join push down condition issue
2023-05-17 18:09:54 +08:00
wangmm0220
4bb25c280f
fix:add log
2023-05-17 15:54:36 +08:00
Haojun Liao
73b3b3fc37
refactor: do some internal refactor.
2023-05-17 15:48:12 +08:00
dapan1121
ab7cb995a2
fix: join push down condition issue
2023-05-17 15:31:53 +08:00
Yu Sun
1ded7a052b
docs(connector-rust): update documents of connector for rust
...
The connector for rust has been updated to use `deadpool` as default connection pool instead of `r2d2`, and the `r2d2` was only kept for blocking mode.
2023-05-17 07:22:15 +00:00
Haojun Liao
366cd1871a
Merge pull request #21314 from taosdata/fix/liaohj_main
...
fix(stream):extract delete msg from wal.
2023-05-17 14:52:49 +08:00
dapan1121
fb7a06e06e
Merge pull request #21271 from taosdata/enh/tsbsPerf.4
...
Enh/tsbs perf.4
2023-05-17 11:00:14 +08:00
dapan1121
28b098c824
fix: union clause error message
2023-05-17 10:47:11 +08:00
Haojun Liao
f3f52c0232
fix(stream): add some logs and set the wal offset to be the ended version when finishing the step2 recover stage.
2023-05-17 10:43:23 +08:00
slzhou
03e77288e8
fix: add on conditions null check and rightRowLocations no longer hides the outer scope rightRowLocations
2023-05-17 10:07:19 +08:00
Haojun Liao
d457b84aba
Merge pull request #21311 from taosdata/mark/tmq
...
fix:add lock to pHandle for safety
2023-05-17 09:11:39 +08:00
shenglian zhou
568725a245
fix: using right rows to build hash table when the tag equal cond is not null and same ts row row number is greater than 16
2023-05-17 08:33:47 +08:00
wangmm0220
7c5b77119f
fix:mofify ci cases
2023-05-17 01:01:45 +08:00
wangmm0220
90099ea1c0
fix:compile error in windows
2023-05-16 18:41:35 +08:00
dapan1121
3e2c8a9192
Merge branch 'enh/tsbsPerf.4' of github.com:taosdata/TDengine into enh/tsbsPerf.4
2023-05-16 18:37:22 +08:00
dapan1121
df973ce28e
fix: remove debug info
2023-05-16 18:37:00 +08:00
wangmm0220
e6860cada8
fix:compile error in windows
2023-05-16 18:35:10 +08:00
dapan1121
a1e776bcf8
Update clientImpl.c
2023-05-16 18:04:54 +08:00
dapan1121
61bc3ab72e
Update clientEnv.c
2023-05-16 18:04:00 +08:00
dapan1121
e4380d63de
enh: add release build option
2023-05-16 18:00:10 +08:00
wangmm0220
a52939127f
fix:dead lock
2023-05-16 17:58:31 +08:00
shenglian zhou
a51de5cc93
fix: add restriction
2023-05-16 16:31:58 +08:00
shenglian zhou
c6555c3b37
fix: join operator finished
2023-05-16 16:25:55 +08:00
wangjiaming0909
789b0c7178
fix: select <expr1>, <expr1##sth else> from ... return error data when strlen(expr1) > TSDB_COL_NAME_LEN
2023-05-16 15:42:30 +08:00
dapan1121
de45d163ca
fix: compile issue
2023-05-16 14:18:23 +08:00
dapan1121
e7df9b8fa0
enh: optimize copy group result
2023-05-16 14:12:48 +08:00
wangmm0220
e6e0ac7603
fix:alwalys in exec if consumer Id mismatch & check result for wal seek ver
2023-05-16 14:01:38 +08:00
Haojun Liao
e35d145734
fix(stream): fix memory leak.
2023-05-16 13:59:13 +08:00
Hui Li
ea50ba248e
Merge pull request #21309 from taosdata/FIX/TD-24069-main
...
fix: ignore crash signals in dmLogCrash
2023-05-16 11:04:21 +08:00
Haojun Liao
30e7cb5860
fix(tmq): avoid return delete msg for table subscription.
2023-05-16 10:42:02 +08:00
Haojun Liao
e1700d00dc
fix(stream): avoid memory leak.
2023-05-16 09:26:19 +08:00
Haojun Liao
5e16db4e19
fix(stream):extract delete msg from wal.
2023-05-16 08:54:03 +08:00
wangmm0220
62520af2e5
fix:core dump
2023-05-16 00:32:21 +08:00
Benguang Zhao
b479d510da
fix: ignore crash signals in dmLogCrash
2023-05-15 19:39:03 +08:00
Haojun Liao
d585f34ea9
fix(tmq): avoid seek to previous position.
2023-05-15 18:48:50 +08:00