Liu Jicong
996f995644
fix(sma): drop stream when drop sma
2022-06-25 18:14:42 +08:00
Liu Jicong
bdd4134fc1
Revert "fix(sma): drop stream when drop sma"
2022-06-25 18:11:11 +08:00
Liu Jicong
47ae534c0f
fix(sma): drop stream when drop sma
2022-06-25 17:44:54 +08:00
Liu Jicong
81ed902d7f
fix(stream): stream rsp to retrieve msg if data is empty
2022-06-25 14:03:06 +08:00
Liu Jicong
f53521cb8c
test(stream): partition by tbname
2022-06-24 16:50:11 +08:00
Liu Jicong
ef554e9884
Merge pull request #14191 from taosdata/feature/stream
...
fix(wal): set first version to -1 if all log rollbacked
2022-06-24 11:45:24 +08:00
Liu Jicong
a1cc2571ee
fix(wal): set first version to -1 if all log rollbacked
2022-06-24 11:13:40 +08:00
Minghao Li
983bf5b865
fix(wal): read handle version
2022-06-23 15:26:42 +08:00
Liu Jicong
04f11e2646
feat(wal): provide is empty api
2022-06-22 19:40:37 +08:00
Liu Jicong
82a1cc8e41
fix(wal): return correct msg for open wal file
2022-06-22 11:21:33 +08:00
Minghao Li
363c98e9ed
refactor(sync): abstract for log store
2022-06-21 17:45:08 +08:00
Liu Jicong
5572abe1b4
feat(stream): drop task
2022-06-15 21:41:59 +08:00
Liu Jicong
7ab3a1e42c
feat(wal): support restore from snapshot
2022-06-09 23:08:06 +08:00
Liu Jicong
b23fa19bc4
feat(stream): sink table can be other db
2022-06-09 16:50:11 +08:00
Liu Jicong
0ead238adb
feat(tmq): support check col and tag modifiable
2022-06-02 15:53:30 +08:00
Liu Jicong
361332505c
feat(wal): support restore from snapshot
2022-06-02 11:38:04 +08:00
Liu Jicong
0ad9c4cebd
fix: init once
2022-05-23 20:58:40 +08:00
Liu Jicong
3629958b43
feat(tmq): serializer and deserializer for tq exec
2022-05-23 20:31:35 +08:00
afwerar
5acf419019
fix(os): win not close file ctest error
2022-05-21 23:47:39 +08:00
Shengliang Guan
77575d1e70
refactor: shm queue in multi process mode
2022-05-18 14:20:46 +08:00
Liu Jicong
acea83e535
fix(wal): wal read error
2022-05-13 01:22:29 +08:00
Liu Jicong
a8831af513
fix(wal): int overflow
2022-05-12 22:40:32 +08:00
Liu Jicong
af2d2db5d3
fix(wal): int overflow
2022-05-12 20:56:29 +08:00
Liu Jicong
1c98d780a0
fix(wal): int overflow
2022-05-12 20:51:08 +08:00
Liu Jicong
2218213134
enh(wal): add log
2022-05-12 17:01:33 +08:00
Liu Jicong
06853043bd
feat(tmq): add config msg.with.table.name
2022-05-12 14:57:58 +08:00
Liu Jicong
1dbe0650e0
enh(wal): set errno code
2022-05-12 14:20:50 +08:00
Liu Jicong
714dd4f497
enh(tmq): only read committed log
2022-05-11 14:42:20 +08:00
Liu Jicong
661fbd2e46
enh(stream): improve topic show
2022-05-09 16:35:59 +08:00
Liu Jicong
861fde2508
fix(stream): create stb in stream
2022-05-07 10:21:51 +08:00
Liu Jicong
6b18948884
enh(wal): set error code
2022-05-07 00:14:52 +08:00
Liu Jicong
fa03303bad
reject wal write if exceeds limit
2022-04-26 17:19:09 +08:00
Liu Jicong
28325c9080
reject wal write if exceeds limit
2022-04-26 17:18:10 +08:00
Liu Jicong
a14b8dcc99
enh(tmq): delayed task
2022-04-26 14:32:37 +08:00
Liu Jicong
575f64197d
enh(wal): skip read for specific msg
2022-04-24 16:51:32 +08:00
Liu Jicong
3d972f81a2
refacor(wal): rename len to bodyLen
2022-04-24 13:42:54 +08:00
afwerar
fc24521621
fix(os): windows compile 3.0.
2022-04-22 09:54:27 +08:00
afwerar
c11946fd75
[TD-13756]<fix>: Fix macro name error.
2022-04-11 18:55:43 +08:00
afwerar
2662a3b69d
[TD-13254]<fix>: make 3.0 grant.
2022-04-10 19:08:16 +08:00
Liu Jicong
3e5da8bedb
fix
2022-03-31 15:52:54 +08:00
Liu Jicong
e0f192046c
multiple level stream schedule
2022-03-28 11:47:39 +08:00
Liu Jicong
a00a42759e
fix
2022-03-26 20:33:08 +08:00
Liu Jicong
71097ea56a
put schema into stream
2022-03-26 16:48:14 +08:00
Liu Jicong
96eb6a9bcf
wal add sync info
2022-03-26 15:47:58 +08:00
Liu Jicong
7bd71bcb81
wal add sync info
2022-03-26 15:36:49 +08:00
afwerar
222db126bc
[TD-13758]<fix>: redefine memory api.
2022-03-26 00:29:53 +08:00
afwerar
79057240bd
[TD-13759]<fix>: redefine thread api.
2022-03-20 00:47:45 +08:00
afwerar
30c10ef8b3
[TD-13063]<fix>: prepare for win compilation.
2022-03-17 14:22:36 +08:00
Shuduo Sang
23bef711fc
Feature/sangshuduo/td 13063 3.0 windows ( #10720 )
...
* [TD-13063]<feature>: 3.0 on Windows
* add pthread in contrib
* fix linux compile
* fix osSemaphore
* add gnu regex for Windows
* fix compile error for Windows
* support arm platform
* port more OS files
* fix for Windows compile
* port more files
* fix macOS on x86_64
* port osFile
* port osSemaphone.h
* port osSocket.c
* port tconfig.c
* port ttimer.c
* add couple files
2022-03-15 21:35:04 +08:00
Liu Jicong
94bc3a6e52
Merge pull request #10680 from taosdata/feature/tq
...
add mnode stream
2022-03-10 17:22:36 +08:00