Haojun Liao
|
1301b92844
|
fix(stream): fix errors in scan-history, introduced by refactor
|
2023-11-07 16:41:15 +08:00 |
Haojun Liao
|
c9a1cc50fb
|
refactor: do some internal refactor.
|
2023-11-07 16:40:04 +08:00 |
Haojun Liao
|
9125fe44c6
|
fix(stream): fix error.
|
2023-11-07 16:40:04 +08:00 |
Haojun Liao
|
8c2f6bab0e
|
fix(stream): exec scan-history in timer.
|
2023-11-07 16:40:03 +08:00 |
Haojun Liao
|
7370daa6e0
|
fix(stream): record the start failure tasks.
|
2023-11-07 16:39:56 +08:00 |
Haojun Liao
|
e38e526dda
|
fix(stream):reset the starting flag for the followers.
|
2023-11-07 16:39:12 +08:00 |
slzhou
|
433d3b7354
|
fix: select tags const from table
|
2023-11-07 15:47:36 +08:00 |
kailixu
|
5f4aa0c445
|
Merge branch 'enh/TD-23769-3.0x' of github.com:taosdata/TDengine into enh/TD-23769-3.0x
|
2023-11-07 15:46:33 +08:00 |
liuyao
|
467c27c758
|
recover flush mark
|
2023-11-07 15:45:38 +08:00 |
dapan1121
|
51f1798474
|
Merge pull request #23514 from taosdata/szhou/3.0/fix/TD-27089
fix: tag scan mode when no columns after const optimization
|
2023-11-07 15:13:52 +08:00 |
kailixu
|
ac62714492
|
Merge branch '3.0' into enh/TD-23769-3.0x
|
2023-11-07 14:20:38 +08:00 |
liuyao
|
e972ab16fe
|
recover flush mark
|
2023-11-07 14:11:08 +08:00 |
Haojun Liao
|
acd20506f6
|
Merge pull request #23542 from taosdata/fix/TD-27041
adj builtin function
|
2023-11-07 13:43:23 +08:00 |
dapan1121
|
3d1afe7adf
|
Merge pull request #23547 from taosdata/fix/3.0/TD-27013
fix: cast error msg
|
2023-11-07 13:35:41 +08:00 |
wade zhang
|
9a342efd85
|
Merge pull request #23513 from taosdata/feat/TS-4094
feat: add dynamic configuration
|
2023-11-07 11:23:21 +08:00 |
shenglian-zhou
|
aaa7b45dc3
|
Merge branch '3.0' into szhou/3.0/fix/TD-27089
|
2023-11-07 11:07:15 +08:00 |
slzhou
|
d574b97015
|
fix: tbname can not contain dot
|
2023-11-07 11:03:42 +08:00 |
liuyao
|
e6fffe58a5
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-27041
|
2023-11-07 09:49:06 +08:00 |
Haojun Liao
|
8fa4acd685
|
Merge pull request #23555 from taosdata/fix/ly_test
release row buff pos
|
2023-11-07 09:12:16 +08:00 |
Bob Liu
|
1b9be71d55
|
fix(excutor): group agg operator copy from hash table directly
|
2023-11-07 08:51:03 +08:00 |
kailixu
|
f5d796a081
|
chore: print stream state
|
2023-11-06 19:53:09 +08:00 |
liuyao
|
4ce81f25da
|
session window max delay
|
2023-11-06 17:45:18 +08:00 |
kailixu
|
2f4c732cfb
|
Merge branch '3.0' into enh/TD-23769-3.0x
|
2023-11-06 17:32:04 +08:00 |
Benguang Zhao
|
8f1e3197b2
|
enh: print lastApplyTerm of snap sender in format of int64
|
2023-11-06 17:31:31 +08:00 |
liuyao
|
1f523abff5
|
release row buff pos
|
2023-11-06 13:40:53 +08:00 |
slzhou
|
5495e1ceac
|
fix: use the right target name
|
2023-11-06 12:33:09 +08:00 |
dapan1121
|
0c4040b48e
|
Merge pull request #23541 from taosdata/fix/TS-4219.3.0
fix: insert syntax error caused coredump
|
2023-11-06 08:48:46 +08:00 |
kailixu
|
7e8c123fca
|
chore: rsma code optimization
|
2023-11-06 08:46:04 +08:00 |
dapan1121
|
faf7001828
|
Merge pull request #23532 from taosdata/szhou/continue-coing
enhance: insert into super table performance improvement
|
2023-11-06 08:43:33 +08:00 |
Haojun Liao
|
d440da0d8c
|
enh(stream): execute scan history by using time slice 1s.
|
2023-11-05 01:26:53 +08:00 |
Haojun Liao
|
c71f6713a7
|
fix(stream): add need update node into update node list.
|
2023-11-05 01:24:23 +08:00 |
Haojun Liao
|
e13f003b90
|
refactor: do some internal refactor.
|
2023-11-05 01:23:23 +08:00 |
kailixu
|
411151d671
|
fix: buffer overflow/buffer use after free/memory leak
|
2023-11-04 08:44:26 +08:00 |
liuyao
|
7c38344642
|
adj builtin function
|
2023-11-03 17:53:36 +08:00 |
wangmm0220
|
5a6c3f2b04
|
fix:add windows support
|
2023-11-03 17:45:37 +08:00 |
dapan1121
|
6c4f94661b
|
fix: insert syntax error caused core
|
2023-11-03 17:43:08 +08:00 |
slzhou
|
9a33f0d59a
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/3.0/fix/TD-27089
|
2023-11-03 16:51:53 +08:00 |
wangjiaming0909
|
741f8b0083
|
fix: cast error msg
|
2023-11-03 16:31:28 +08:00 |
kailixu
|
77eadc59dc
|
Merge branch '3.0' into enh/TD-23769-3.0x
|
2023-11-03 16:26:07 +08:00 |
slzhou
|
e1ea15c8f2
|
enhance: improve performance
|
2023-11-03 16:13:35 +08:00 |
kailixu
|
a48968e5e8
|
enh: rsma checkpoint
|
2023-11-03 14:33:45 +08:00 |
Shungang Li
|
c6f5e2a9bd
|
enh: add dynamic configuration
|
2023-11-03 14:28:02 +08:00 |
Haojun Liao
|
34403534ed
|
Merge branch '3.0' into fix/3_liaohj
|
2023-11-03 14:06:58 +08:00 |
slzhou
|
75d542c758
|
fix: performance improvement
|
2023-11-03 14:03:25 +08:00 |
Benguang Zhao
|
2cf6b3c1e4
|
fix: release duplicate msgs in syncSnapBufferRecv
|
2023-11-03 14:01:39 +08:00 |
Haojun Liao
|
53b2158c54
|
refactor: do some internal refactor.
|
2023-11-03 13:51:17 +08:00 |
dapan1121
|
0af6f2fb0e
|
Merge pull request #23530 from taosdata/fix/TD-27080
fix: return error response while fetching in quick response mode
|
2023-11-03 13:43:03 +08:00 |
wade zhang
|
717ddf5107
|
Merge pull request #23501 from taosdata/FIX/TD-26596-3.0
fix: set ack of response properly in syncSnapSendRsp
|
2023-11-03 11:57:24 +08:00 |
wangmm0220
|
0a1f1085fc
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-26060
|
2023-11-03 11:33:50 +08:00 |
wangmm0220
|
3ac11eba0e
|
fix:modify upload checkpoint interface
|
2023-11-03 11:33:18 +08:00 |
dapan1121
|
bb48b457ca
|
fix: return error response while fetching in quick response mode
|
2023-11-03 11:28:16 +08:00 |
slzhou
|
52608cf84d
|
fix: performace improvement
|
2023-11-03 10:38:43 +08:00 |
dapan1121
|
92240d7f95
|
Merge pull request #23505 from taosdata/fix/3.0/TS-4052
fix: nano seconds database error
|
2023-11-03 10:27:40 +08:00 |
shenglian zhou
|
55e8607206
|
fix: calc const optimization only when not tag scan
|
2023-11-03 10:17:23 +08:00 |
Benguang Zhao
|
456c8d23f3
|
fix: set cursor properly in syncSnapBufferRecv
|
2023-11-03 10:09:07 +08:00 |
Haojun Liao
|
ff5d69352f
|
Merge pull request #23493 from taosdata/fix/3_liaohj
fix(stream): add unsupport trans.
|
2023-11-03 09:07:33 +08:00 |
kailixu
|
d9ed63473c
|
Merge branch '3.0' into enh/TD-23769-3.0x
|
2023-11-03 08:37:41 +08:00 |
kailixu
|
6c944bb192
|
enh: skip rsma_task during load stream tasks
|
2023-11-02 20:32:54 +08:00 |
wangmm0220
|
159873692c
|
feat:checkpoint bakeup using rsync
|
2023-11-02 20:13:29 +08:00 |
Haojun Liao
|
7a32b3a209
|
fix(stream): not transfer state if state is not appropriate.
|
2023-11-02 19:12:36 +08:00 |
Benguang Zhao
|
ce4fb52926
|
enh: resend end msg on timeout in snapshotReSend
|
2023-11-02 18:56:00 +08:00 |
Benguang Zhao
|
995a1e1f8e
|
enh: send rsp on duplicate msgs in syncSnapBufferRecv
|
2023-11-02 18:41:25 +08:00 |
Benguang Zhao
|
3221aef1a3
|
refact: improve code with syncSnapSendMsg
|
2023-11-02 18:41:25 +08:00 |
Benguang Zhao
|
7852b2cecf
|
fix: set ack of response properly in syncSnapSendRsp
|
2023-11-02 18:41:25 +08:00 |
Haojun Liao
|
706f1e4744
|
fix(stream): fix deadlock in transfer state.
|
2023-11-02 18:18:04 +08:00 |
kailixu
|
2d597659bc
|
enh: rsma checkpoint
|
2023-11-02 15:20:54 +08:00 |
dapan1121
|
be6a6976db
|
fix: adjust view not exist log level
|
2023-11-02 14:34:19 +08:00 |
kailixu
|
76536e1c82
|
enh: rsma logic
|
2023-11-02 11:03:18 +08:00 |
Haojun Liao
|
c48c801e19
|
fix(stream): return error code.
|
2023-11-02 11:02:40 +08:00 |
Haojun Liao
|
95efa07e92
|
fix(stream): add full unsupported event filtering.
|
2023-11-02 11:02:39 +08:00 |
Haojun Liao
|
05b3d51803
|
fix(stream): add qualified status in assert
|
2023-11-02 11:02:39 +08:00 |
kailixu
|
9649e87cab
|
fix: rsma checkpoint
|
2023-11-02 09:44:43 +08:00 |
wangjiaming0909
|
b71a013b8d
|
fix: nano seconds database error
|
2023-11-02 09:36:46 +08:00 |
Haojun Liao
|
dc8a90c864
|
fix(stream): fix memory leak.
|
2023-11-02 08:13:11 +08:00 |
Haojun Liao
|
e1b3e00b3d
|
fix(stream): fix memory leak.
|
2023-11-01 20:10:20 +08:00 |
kailixu
|
3803f952f9
|
chore: rsma checkpoint verify
|
2023-11-01 20:05:00 +08:00 |
Haojun Liao
|
6dc468c55f
|
fix(stream): fix dead-lock
|
2023-11-01 19:38:13 +08:00 |
Haojun Liao
|
fa7ebf63ea
|
refactor: do some internal refactor.
|
2023-11-01 19:38:13 +08:00 |
Haojun Liao
|
9156e8449d
|
fix(stream): fix deference null ptr.
|
2023-11-01 19:38:13 +08:00 |
Haojun Liao
|
7cf90dde5c
|
refactor: do some internal refactor.
|
2023-11-01 19:38:13 +08:00 |
Haojun Liao
|
00f029e44f
|
refactor: add some logs.
|
2023-11-01 19:38:12 +08:00 |
Haojun Liao
|
385e699cc2
|
fix(stream): do some internal refactor.
|
2023-11-01 19:38:12 +08:00 |
Haojun Liao
|
bd12ae88e1
|
fix(stream):fix the bug when event in waiting list not fulfilled.
|
2023-11-01 19:38:12 +08:00 |
Haojun Liao
|
9a9c1d689d
|
fix(stream): add lock log.
|
2023-11-01 19:38:12 +08:00 |
kailixu
|
c32e60d199
|
chore: more code for rsma checkpoint
|
2023-11-01 16:27:41 +08:00 |
kailixu
|
59be62c96e
|
chore: set stream input checkpoint
|
2023-11-01 15:34:17 +08:00 |
slzhou
|
4a2c52783b
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/insert-stb-tbname
|
2023-11-01 14:10:02 +08:00 |
slzhou
|
bd64b9102d
|
fix: fix address sanitizer error
|
2023-11-01 13:25:54 +08:00 |
Haojun Liao
|
3f561fb8e4
|
fix(stream): remove invalid assert.
|
2023-11-01 11:43:02 +08:00 |
Haojun Liao
|
3e6c89d8eb
|
fix(stream): add unsupport trans.
|
2023-11-01 11:43:02 +08:00 |
dapan1121
|
6305353290
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-25204
|
2023-11-01 10:38:50 +08:00 |
kailixu
|
1530fe0c49
|
Merge branch '3.0' into enh/TD-23769-3.0x
|
2023-11-01 09:52:16 +08:00 |
kailixu
|
ad1e6accd4
|
chore: build checkpoint for rsma
|
2023-11-01 09:45:58 +08:00 |
Haojun Liao
|
7359f98eca
|
Merge pull request #23428 from taosdata/fix/3_liaohj
other: merge refactor into 3.0
|
2023-11-01 09:44:31 +08:00 |
slzhou
|
efb0c61cac
|
fix: fix compilation error
|
2023-11-01 08:43:29 +08:00 |
shenglian zhou
|
42a7553fe0
|
enhance: refactor getStbRowValues
|
2023-11-01 08:35:38 +08:00 |
shenglian zhou
|
7636f09bfb
|
enhance: refactor getStbRowValues
|
2023-11-01 08:32:31 +08:00 |
Haojun Liao
|
294c59150c
|
fix(stream): add jump out loop by checking task status.
|
2023-10-31 19:31:28 +08:00 |
dapan1121
|
91df56fcf0
|
Merge remote-tracking branch 'origin/3.0' into feat/TD-25204
|
2023-10-31 18:44:54 +08:00 |
dapan1121
|
c9c8c01df9
|
fix: change error code to retry table meta
|
2023-10-31 18:39:39 +08:00 |