Haojun Liao
|
e20c8b39f4
|
Merge pull request #22922 from taosdata/fix/TD-26325
fix race crash and add log
|
2023-09-15 17:49:22 +08:00 |
Haojun Liao
|
91e3d70796
|
fix(stream): remove fill-history sink task.
|
2023-09-15 17:46:17 +08:00 |
dapan1121
|
6bb752b92e
|
Merge pull request #22923 from taosdata/fix/TS-4001
stream partition ignore stream_get_all
|
2023-09-15 17:37:09 +08:00 |
Alex Duan
|
47f2c38a56
|
Merge pull request #22910 from taosdata/fix/TS-3987
fix: delete data error
|
2023-09-15 16:19:29 +08:00 |
liuyao
|
c14721744c
|
stream partition ignore stream_get_all
|
2023-09-15 15:01:20 +08:00 |
yihaoDeng
|
6820fb0c5d
|
fix race crash and add log
|
2023-09-15 14:59:44 +08:00 |
dapan1121
|
733002564a
|
Merge pull request #22918 from taosdata/fix/ly_test
project op ignore checkpoint block
|
2023-09-15 13:45:16 +08:00 |
liuyao
|
6d64a22b5f
|
project op ignore checkpoint block
|
2023-09-15 11:41:33 +08:00 |
wade zhang
|
b123dd7df3
|
Merge pull request #22904 from taosdata/FIX/TD-26292-main
enh: ignore compact req during restoring
|
2023-09-15 11:05:18 +08:00 |
shenglian zhou
|
00c0f34d66
|
Merge branch 'szhou/feat/audit-sql' of github.com:taosdata/TDengine into szhou/feat/audit-sql
|
2023-09-15 09:57:42 +08:00 |
shenglian zhou
|
658de2a04e
|
fix: add create table sql to audit log
|
2023-09-15 09:56:56 +08:00 |
Haojun Liao
|
2bfd6e3355
|
refactor: do some internal refactor.
|
2023-09-15 09:25:22 +08:00 |
slzhou
|
b7f01db457
|
Merge branch 'feat/TD-26127-audit-sql' of github.com:taosdata/TDengine into szhou/feat/audit-sql
|
2023-09-15 09:19:45 +08:00 |
dmchen
|
3bcb8d5a86
|
is end
|
2023-09-15 09:18:20 +08:00 |
shenglian zhou
|
62b270823e
|
Merge branch 'feat/TD-26128-audit-sql' of github.com:taosdata/TDengine into szhou/feat/audit-sql
|
2023-09-15 08:49:27 +08:00 |
Haojun Liao
|
117de7ab7d
|
fix(stream): fix error in drop task.
|
2023-09-15 00:51:13 +08:00 |
Haojun Liao
|
500fcad36c
|
Merge pull request #22892 from taosdata/fix/liaohj
refactor: do some internal refactor.
|
2023-09-15 00:46:46 +08:00 |
Haojun Liao
|
73c2782d78
|
fix(stream): update some logs.
|
2023-09-14 23:17:23 +08:00 |
Haojun Liao
|
5f55f489d8
|
fix(stream): fix memory leak.
|
2023-09-14 22:59:11 +08:00 |
Haojun Liao
|
303e8caf0c
|
fix(stream): set the correct guard flag.
|
2023-09-14 22:44:16 +08:00 |
Haojun Liao
|
27f626769e
|
fix(stream): fix memory leak.
|
2023-09-14 19:33:05 +08:00 |
Haojun Liao
|
f2c3e0a6e8
|
fix(stream): disable follower send hb to mnode. and do some internal refactor.
|
2023-09-14 17:22:31 +08:00 |
Hongze Cheng
|
925cc8f55f
|
fix: delete data error
|
2023-09-14 17:20:10 +08:00 |
Benguang Zhao
|
2886913fd8
|
enh: ignore compact req during restoring
|
2023-09-14 16:09:00 +08:00 |
wangmm0220
|
8d2ac4a317
|
fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than bytes & fix tsAssert default value to 0
|
2023-09-14 15:56:01 +08:00 |
dmchen
|
6dcd5cfae9
|
null sql
|
2023-09-14 15:21:59 +08:00 |
Haojun Liao
|
fce5be0eb4
|
fix(stream): fix dead lock.
|
2023-09-14 14:09:05 +08:00 |
Haojun Liao
|
fd6344b319
|
fix(tsdb): check return code.
|
2023-09-14 09:25:35 +08:00 |
Shungang Li
|
9537196ca1
|
fix: tColDataCalcSMA add support for geometry
|
2023-09-14 09:20:32 +08:00 |
Haojun Liao
|
9b70c0c457
|
fix:fix coverity issue and remove unnecessary files.
|
2023-09-14 09:06:10 +08:00 |
Haojun Liao
|
d9f6cf3966
|
fix(stream):fix missing unlock.
|
2023-09-13 14:11:41 +08:00 |
Haojun Liao
|
7305c8dbe1
|
refactor: do some internal refactor about the sched status set
|
2023-09-13 14:00:34 +08:00 |
dapan1121
|
0be7060928
|
Merge pull request #22873 from taosdata/fix/TS-3960
fix: join condition with single param operator
|
2023-09-13 11:08:42 +08:00 |
Haojun Liao
|
ca2fea3e1b
|
refactor(stream): remove unnecessary streamschedTask function to improve the performance.
|
2023-09-13 11:02:38 +08:00 |
Haojun Liao
|
0943c1c5b1
|
fix(stream): limit the token bucket capacity
|
2023-09-13 09:19:59 +08:00 |
Haojun Liao
|
99477babca
|
Merge pull request #22872 from taosdata/fix/coverityScanDyh
fix coverity scan problem
|
2023-09-13 09:18:27 +08:00 |
Haojun Liao
|
09a15bf340
|
refactor: do some internal refactor.
|
2023-09-12 22:07:52 +08:00 |
Haojun Liao
|
4325a0a433
|
Merge pull request #22866 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
|
2023-09-12 21:56:44 +08:00 |
dapan1121
|
dd1457e49c
|
fix: join condition with single param operator
|
2023-09-12 19:18:43 +08:00 |
yihaoDeng
|
8fc33dd74d
|
fix coverity scan problem
|
2023-09-12 18:52:16 +08:00 |
kailixu
|
16dee56b4d
|
fix: set stack size to 8 MB for windows and dup fd for gzdopen
|
2023-09-12 18:46:47 +08:00 |
xsren
|
08ca751483
|
reset file handles limit on windows
|
2023-09-12 18:46:34 +08:00 |
xsren
|
fe6f8d60f6
|
free old pointer as realloc failed.
|
2023-09-12 18:46:27 +08:00 |
xsren
|
431d4380bf
|
fix read line on windows
|
2023-09-12 18:46:11 +08:00 |
Haojun Liao
|
13c20facd0
|
fix(stream): fix syntax error.
|
2023-09-12 18:37:30 +08:00 |
Haojun Liao
|
66676b977e
|
fix(stream): set correct number items in outputQ
|
2023-09-12 18:16:07 +08:00 |
Haojun Liao
|
e457d94ac6
|
refactor: do some internal refactor.
|
2023-09-12 18:09:02 +08:00 |
Haojun Liao
|
4d33387e80
|
Merge pull request #22814 from taosdata/fix/fixTransferCrash2
fix merge error
|
2023-09-12 16:10:07 +08:00 |
Haojun Liao
|
78a5680cf4
|
fix(stream): add some logs.
|
2023-09-12 15:59:09 +08:00 |
Haojun Liao
|
52931b530d
|
Merge pull request #22855 from taosdata/fix/3_liaohj
fix(stream):check error when vnode is closing.
|
2023-09-12 15:58:02 +08:00 |
dapan1121
|
ef7eb478e4
|
Merge pull request #22834 from taosdata/fix/TS-3945
fix: remove incorrect assert
|
2023-09-12 15:55:51 +08:00 |
yihaoDeng
|
63c53b6a3a
|
fix transfer crash
|
2023-09-12 15:03:13 +08:00 |
shenglian zhou
|
d724762f68
|
fix: add audit sql to cmd request
|
2023-09-12 13:35:41 +08:00 |
wade zhang
|
f4e785788a
|
Merge pull request #22833 from taosdata/fix/TS-3943-3.m
fix: neighbor block overlap judgement
|
2023-09-12 11:51:03 +08:00 |
Haojun Liao
|
93159729f6
|
fix(stream):check error when vnode is closing.
|
2023-09-12 11:45:51 +08:00 |
Haojun Liao
|
025a2a3b50
|
Merge pull request #22846 from taosdata/fix/3_liaohj
fix(tsdb): check the schema before merge rows in buffer
|
2023-09-12 11:43:27 +08:00 |
wade zhang
|
a02f28640c
|
Merge pull request #22829 from taosdata/fix/TD-26210-main
fix/TD-26210
|
2023-09-12 11:01:12 +08:00 |
yihaoDeng
|
6ce85f5cae
|
fix transfer crash
|
2023-09-12 10:44:56 +08:00 |
Haojun Liao
|
f602aa965f
|
fix(stream): fix coverity scan issues.
|
2023-09-12 09:16:18 +08:00 |
Haojun Liao
|
a5b93aaf97
|
fix(tsdb): fix invalid read.
|
2023-09-11 23:55:34 +08:00 |
Haojun Liao
|
e8f7146a2c
|
fix(tsdb): check the schema before merge rows in buffer, and do some refactor.
|
2023-09-11 22:19:10 +08:00 |
Haojun Liao
|
cd1f0ea414
|
Merge pull request #22826 from taosdata/fix/3_liaohj
fix(stream): set the correct start version for the step 2 stage in fill history.
|
2023-09-11 21:43:58 +08:00 |
Haojun Liao
|
24524e1a8d
|
fix(stream): fix the invalid length of tag column name.
|
2023-09-11 19:10:54 +08:00 |
Haojun Liao
|
5ab739ae46
|
fix(stream): fix memory leak.
|
2023-09-11 15:29:12 +08:00 |
dapan1121
|
5c21f1ca22
|
fix: remove incorrect assert
|
2023-09-11 15:16:22 +08:00 |
kailixu
|
78d136dffd
|
fix: neighbor block overlap judgement
|
2023-09-11 15:10:39 +08:00 |
dapan1121
|
f831bf7d0f
|
Merge pull request #22810 from taosdata/fix/m/TD-26136
fix: coverity issues
|
2023-09-11 14:50:03 +08:00 |
dmchen
|
a8e538a563
|
fix/TD-26210
|
2023-09-11 14:38:36 +08:00 |
Haojun Liao
|
45880f70d4
|
fix(stream): fix display error in logs.
|
2023-09-11 13:57:33 +08:00 |
Haojun Liao
|
3b79ab3266
|
fix(stream): reset the init ts.
|
2023-09-11 13:50:55 +08:00 |
Haojun Liao
|
c729fc989f
|
fix(stream): set the init start timestamp.
|
2023-09-11 13:49:43 +08:00 |
Haojun Liao
|
0980e021e5
|
fix(stream): set the correct start version for the step 2 stage in fill history.
|
2023-09-11 13:37:19 +08:00 |
Haojun Liao
|
50ef500f51
|
refactor(stream): do sink module refactor.
|
2023-09-11 10:09:31 +08:00 |
wade zhang
|
ddc8c93a9c
|
Merge pull request #22767 from taosdata/mark/tmq
fix:send delete subscribe info to vnode if drop consumer
|
2023-09-10 22:17:26 +08:00 |
wade zhang
|
635d405867
|
Merge pull request #22800 from taosdata/fix/TS-3922-main
fix:[TS-3922] make SStreamObj->->currentTick aligned by 8
|
2023-09-10 22:17:07 +08:00 |
Haojun Liao
|
372747cc23
|
Merge pull request #22818 from taosdata/fix/3_liaohj
fix(stream): fix error in fill history and check quit status of vnode.
|
2023-09-10 20:47:06 +08:00 |
Haojun Liao
|
a9321248a9
|
fix(stream): set the correct flag when there is one token existed.
|
2023-09-10 18:34:03 +08:00 |
Haojun Liao
|
10271aee26
|
fix(stream): fix syntax error in unit test.
|
2023-09-10 14:12:03 +08:00 |
Haojun Liao
|
4ffb4a5b1f
|
refactor: disable some logs.
|
2023-09-10 11:02:32 +08:00 |
Haojun Liao
|
85a5c45098
|
fix(stream): limit the already processed data.
|
2023-09-10 00:01:25 +08:00 |
Haojun Liao
|
9a30573b8b
|
fix(stream): disable scan wal when halt is set.
|
2023-09-09 16:12:08 +08:00 |
Haojun Liao
|
aa8909b267
|
other: add some logs.
|
2023-09-09 15:18:54 +08:00 |
Haojun Liao
|
6f5c855a4b
|
fix(stream): fix msg lost bug.
|
2023-09-09 15:08:36 +08:00 |
Haojun Liao
|
47fd144447
|
other: add some logs.
|
2023-09-09 11:19:51 +08:00 |
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 |
yihaoDeng
|
af08289a06
|
Merge branch 'fix/mainNew' into fix/fixTransferCrash2
|
2023-09-08 19:58:21 +08:00 |
yihaoDeng
|
a0494695de
|
fix merge error
|
2023-09-08 19:48:06 +08:00 |
Haojun Liao
|
b317c8ebff
|
fix(stream): disable merge submit blocks.
|
2023-09-08 12:46:15 +08:00 |
wangjiaming0909
|
952d6e1492
|
fix: coverity issues
|
2023-09-08 10:26:37 +08:00 |
wade zhang
|
e4c83f29e3
|
Merge pull request #22802 from taosdata/fix/TD-25671-main
fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord
|
2023-09-08 09:05:28 +08:00 |
dapan1121
|
cd53ab870a
|
Merge pull request #22805 from taosdata/fix/TD-26160
fix: remove db dead lock issue
|
2023-09-08 08:30:40 +08:00 |
wangmm0220
|
842bb5742a
|
fix:[TS-3922]rollback because cases failed & avoid atomic_store_64 core if parameters not aligned by 8
|
2023-09-07 19:26:33 +08:00 |
wade zhang
|
0499581c98
|
Merge pull request #22788 from taosdata/fix/xsren/TD-26163/basemain
stack overflow
|
2023-09-07 18:37:18 +08:00 |
dapan1121
|
6e5ee57fc1
|
fix: remove db dead lock issue
|
2023-09-07 18:01:06 +08:00 |
Benguang Zhao
|
2d5b18039d
|
fix: next merger iter of tombs in loop of tsdbSnapWriteTombRecord
|
2023-09-07 17:14:50 +08:00 |
dapan1121
|
615c619bba
|
Merge pull request #22782 from taosdata/fix/TS-3897
fix: fix diff not support unsigned type
|
2023-09-07 16:17:42 +08:00 |
wade zhang
|
3ea51721b9
|
Merge pull request #22797 from taosdata/fix/TD-25218-main
Fix/TD-25218: adjust the error code returned when db does not exist
|
2023-09-07 16:13:53 +08:00 |