Minglei Jin
|
3a51e7f971
|
fix: make unit tests building works
|
2022-08-12 18:00:45 +08:00 |
huolibo
|
98c267b4bf
|
fix(driver): adapter windows
|
2022-08-12 09:59:30 +08:00 |
huolibo
|
696bad4b1b
|
fix(driver): get raw block length
|
2022-08-11 17:48:19 +08:00 |
Liu Jicong
|
4352ae4f90
|
Merge pull request #15950 from taosdata/feature/stream
enh(tmq): enable background heartbeat by default
|
2022-08-10 22:05:50 +08:00 |
Shuduo Sang
|
e03adb140a
|
feat: remove temporary interface declarations (#15940)
* add a few stmt_ interface declartion
* add taos_load_table_info
* add taos_set_config(() interface
* add more interfaces
* warn 'reset query cache' only since lack engine support
* update taos-tools
* feat: remove temporary interface declaration
* fix: remove temporary interfaces
|
2022-08-10 21:42:30 +08:00 |
Liu Jicong
|
9e5d347383
|
enh(tmq): enable background heartbeat by default
|
2022-08-10 18:22:22 +08:00 |
Liu Jicong
|
f4b695c8aa
|
Merge pull request #15945 from taosdata/feature/stream
enh(tmq): prevent drop db when topic exists
|
2022-08-10 18:02:33 +08:00 |
Liu Jicong
|
95f696b30d
|
enh(tmq): prevent drop db when topic exists
|
2022-08-10 17:24:47 +08:00 |
Liu Jicong
|
51aa9413d7
|
Merge pull request #15937 from taosdata/feature/stream
enh(tmq): speed up consumer recover
|
2022-08-10 17:19:36 +08:00 |
Haojun Liao
|
6250c1b157
|
Merge pull request #15851 from taosdata/feature/3.0_query_optimize
ehn(query): optimize the query performance.
|
2022-08-10 16:51:46 +08:00 |
Liu Jicong
|
e5e82f0cf2
|
merge 3.0
|
2022-08-10 16:31:23 +08:00 |
Liu Jicong
|
18f6fb6123
|
enh(tmq): speed up consumer recover
|
2022-08-10 16:04:03 +08:00 |
Haojun Liao
|
6d267810a2
|
fix(query): fix the invalid length for json data.
|
2022-08-10 15:22:40 +08:00 |
Haojun Liao
|
99cabaee18
|
fix(query):set correct offset.
|
2022-08-10 14:07:51 +08:00 |
Haojun Liao
|
abc9065094
|
fix(query): set correct raw block info.
|
2022-08-10 13:13:25 +08:00 |
Haojun Liao
|
7df0a65e75
|
fix(query): set correct meta size in handling json.
|
2022-08-09 20:57:34 +08:00 |
wade zhang
|
29d0beb389
|
Merge pull request #15856 from taosdata/docs/TD-17892
docs(driver): jdbc add tmq sample code
|
2022-08-09 14:10:26 +08:00 |
Xiaoyu Wang
|
07ef00e89f
|
merge 3.0
|
2022-08-09 11:36:08 +08:00 |
dapan1121
|
a504f1ffdd
|
fix: remove scl change
|
2022-08-09 09:00:46 +08:00 |
dapan1121
|
a3d4dce3e5
|
Merge branch '3.0' into fix/TD-18076
|
2022-08-08 20:16:13 +08:00 |
dapan1121
|
ea4904fb40
|
fix: fix memory leak issue
|
2022-08-08 20:15:21 +08:00 |
Yihao Deng
|
dc5325544d
|
Merge pull request #15845 from taosdata/fix/avoidTimer
fix: avoid start timer
|
2022-08-08 18:37:37 +08:00 |
huolibo
|
bf932e1d77
|
docs: add tmq sample code
|
2022-08-08 18:03:52 +08:00 |
yihaoDeng
|
6c9ec8dccf
|
Merge branch '33' into stop
|
2022-08-08 17:34:24 +08:00 |
Haojun Liao
|
4d8842c21f
|
other:merge 3.0
|
2022-08-08 16:37:37 +08:00 |
Xiaoyu Wang
|
d4641fdcb6
|
Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy
|
2022-08-08 16:36:52 +08:00 |
Haojun Liao
|
200a669542
|
refactor: do some internal refactor.
|
2022-08-08 16:34:11 +08:00 |
Xiaoyu Wang
|
ef607e5c3f
|
fix: sql command 'show cluster' error
|
2022-08-08 15:49:31 +08:00 |
yihaoDeng
|
498c551094
|
avoid start timer
|
2022-08-08 15:40:24 +08:00 |
dapan1121
|
dc220c0b99
|
Merge pull request #15839 from taosdata/fix/TD-18234
fix: fix memory double free issue
|
2022-08-08 14:41:12 +08:00 |
dapan1121
|
020a656063
|
fix: fix memory double free issue
|
2022-08-08 13:32:20 +08:00 |
Liu Jicong
|
43026ac31d
|
refactor(stream)
|
2022-08-08 11:29:50 +08:00 |
Yihao Deng
|
f66278b39a
|
Merge pull request #15803 from taosdata/feature/startTimer
feature: start timer for particular msg
|
2022-08-06 19:17:55 +08:00 |
dapan1121
|
ff7e2b6c56
|
Merge pull request #15791 from taosdata/fix/TD-18204
fix: fix task timeout error
|
2022-08-06 17:51:39 +08:00 |
dapan1121
|
16a24f5a84
|
fix: add rsp msg size
|
2022-08-06 16:12:49 +08:00 |
yihaoDeng
|
66adfa9e42
|
start timer for particular msg
|
2022-08-06 15:50:12 +08:00 |
yihaoDeng
|
ecd560ccb0
|
start timer for particular msg
|
2022-08-06 15:30:11 +08:00 |
dapan1121
|
c1c3513b08
|
Merge branch '3.0' into enh/ctgPerf
|
2022-08-05 16:09:30 +08:00 |
dapan1121
|
16ba0c658e
|
enh: refactor getting table meta/hash
|
2022-08-05 15:36:05 +08:00 |
Haojun Liao
|
0e4748771a
|
enh(query): support combine multi datablock to pass to upstream operators
|
2022-08-05 14:10:45 +08:00 |
Liu Jicong
|
6f8683de7e
|
enh(tmq): retry consumer close
|
2022-08-04 20:37:02 +08:00 |
Haojun Liao
|
3a5fcefc8d
|
other: merge 3.0
|
2022-08-04 17:24:51 +08:00 |
Xiaoyu Wang
|
a068db58a1
|
fix: the problem that drop stable does not clear the catalog cache
|
2022-08-04 15:09:56 +08:00 |
Cary Xu
|
5ce5dd2da8
|
Merge pull request #15723 from taosdata/feature/TD-11274-3.0
enh: adjust numOfRows in SubmitBlk from int16_t to int32_t
|
2022-08-04 09:36:26 +08:00 |
Yihao Deng
|
1b619f9e86
|
Merge pull request #15715 from taosdata/fix/valgrindBug
fix; valgrind error
|
2022-08-04 09:26:26 +08:00 |
Cary Xu
|
f1790b2776
|
enh: adjust numOfRows in SubmitBlk from int16_t to int32_t
|
2022-08-03 21:03:27 +08:00 |
Haojun Liao
|
0410959aac
|
test: disable some unit case.
|
2022-08-03 19:19:17 +08:00 |
Liu Jicong
|
3ace0b150b
|
fix(tmq): race condition
|
2022-08-03 19:14:36 +08:00 |
Haojun Liao
|
4cd7af0ecf
|
other: merge 3.0
|
2022-08-03 19:02:43 +08:00 |
yihaoDeng
|
8c050431d1
|
fix valgrind error
|
2022-08-03 18:49:59 +08:00 |