Haojun Liao
|
e3e42cdfbd
|
fix(query): set update ts flag for stream.
|
2022-12-13 00:16:40 +08:00 |
Haojun Liao
|
ba50a7c30d
|
refactor(query): add additional attribute to denote if current block has already loaded data.
|
2022-12-12 14:25:26 +08:00 |
Shengliang Guan
|
37f4d4f4a4
|
Merge pull request #18880 from taosdata/main
fix(query): does not return error code if queried table does not exists.
|
2022-12-10 16:00:31 +08:00 |
Shengliang Guan
|
aa512f1d55
|
Merge pull request #18874 from taosdata/fix/TD-21117
fix: control rpc qitem memory
|
2022-12-10 15:58:31 +08:00 |
Shengliang Guan
|
9e8f4f5e71
|
Merge pull request #18862 from taosdata/feature/3_liaohj
fix(query): return with error code if the table does not exist
|
2022-12-10 15:56:30 +08:00 |
Haojun Liao
|
eeefd1a4b5
|
fix(query): does not return error code if queried table does not exists.
|
2022-12-10 14:35:56 +08:00 |
Shengliang Guan
|
50b66df39f
|
fix: control rpc qitem memory
|
2022-12-10 14:02:57 +08:00 |
Shengliang Guan
|
585efa1ffd
|
Merge pull request #18864 from taosdata/fix/metaCacheMemLeak
fix:fix mem leak
|
2022-12-10 11:28:29 +08:00 |
yihaoDeng
|
e7e34456fb
|
fix mem leak
|
2022-12-09 22:25:26 +08:00 |
yihaoDeng
|
c5db51f484
|
fix mem leak
|
2022-12-09 21:48:48 +08:00 |
Shengliang Guan
|
016f7642de
|
Merge pull request #18854 from taosdata/feature/stream
fix: mem leak
|
2022-12-09 21:48:20 +08:00 |
Haojun Liao
|
44dc2564eb
|
fix(query): return with error code if the table does not exist during creating tsdbReader
|
2022-12-09 21:07:03 +08:00 |
Liu Jicong
|
a6fff95795
|
fix: close wal ref
|
2022-12-09 17:18:21 +08:00 |
Hongze Cheng
|
8bc39b7c90
|
fix sem wait
|
2022-12-09 17:14:00 +08:00 |
Minglei Jin
|
66fba7ec60
|
meta/begin: a comment to describe the default heap option
|
2022-12-09 16:28:26 +08:00 |
Minglei Jin
|
5f2b393c0c
|
meta/snapshot: use nil heap and abort tdb when rollback
|
2022-12-09 16:23:43 +08:00 |
Hongze Cheng
|
7b20c09f34
|
more code
|
2022-12-09 16:19:49 +08:00 |
Hongze Cheng
|
68128bc27c
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/td-21029
|
2022-12-09 15:50:30 +08:00 |
Hongze Cheng
|
63cc4e27b1
|
more code
|
2022-12-09 15:50:22 +08:00 |
Minglei Jin
|
c22fa53bc4
|
fix: release lock and memory in exceptional cases
|
2022-12-09 10:22:43 +08:00 |
Hongze Cheng
|
d992b64903
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/td-21076
|
2022-12-08 21:38:36 +08:00 |
Hongze Cheng
|
24ee499670
|
fix: coredump
|
2022-12-08 21:38:08 +08:00 |
Shengliang Guan
|
bff8047835
|
Merge pull request #18805 from taosdata/fix/TD-19250-7
fix: dismiss coverity issues
|
2022-12-08 21:17:24 +08:00 |
Hongze Cheng
|
1b433cac0c
|
fix tsdb snapshot problem
|
2022-12-08 17:44:47 +08:00 |
dapan1121
|
311365ea6f
|
Merge pull request #18762 from taosdata/fix/TD-20929
fix:read the deleted data
|
2022-12-08 17:21:41 +08:00 |
54liuyao
|
6c9d6e2aa8
|
fix:read the deleted data
|
2022-12-08 15:42:37 +08:00 |
Shengliang Guan
|
fc0412b69a
|
Merge pull request #18791 from taosdata/fix/TD-20964-3.0
fix: update diskId when migrate DFileSet
|
2022-12-08 13:58:29 +08:00 |
Minglei Jin
|
da31f5e588
|
fix: dismiss coverity issues
|
2022-12-08 13:54:41 +08:00 |
kailixu
|
399dace80f
|
chore: code format optimization
|
2022-12-08 12:00:04 +08:00 |
kailixu
|
5ca21df5d0
|
Merge branch '3.0' into fix/TD-20964-3.0
|
2022-12-08 11:59:21 +08:00 |
Minglei Jin
|
1a066d19f7
|
fix: dismiss coverity issues
|
2022-12-08 10:55:08 +08:00 |
dapan1121
|
5b21a2394c
|
Merge pull request #18779 from taosdata/fix/TD-20958-3.0
fix(query): ensure the SMA SArray* capacity is enough big to save all the columns for scanning
|
2022-12-08 09:13:04 +08:00 |
kailixu
|
2d75447bb2
|
fix: update diskId when migrate DFileSet
|
2022-12-08 02:11:39 +08:00 |
Shengliang Guan
|
6d94afe48f
|
Revert "refact: adjust some assert cases"
|
2022-12-07 21:51:17 +08:00 |
Shengliang Guan
|
4172acf95d
|
git lo
|
2022-12-07 19:39:53 +08:00 |
Shengliang Guan
|
cc87f99854
|
Merge pull request #18778 from taosdata/feature/3_liaohj
fix(query):fix the invalid write operation.
|
2022-12-07 19:34:33 +08:00 |
Shengliang Guan
|
b286959aed
|
Merge pull request #18769 from taosdata/FIX/TD-21043-3.0
enh: check contiguousness of indexes applied to vnode
|
2022-12-07 19:32:31 +08:00 |
Shengliang Guan
|
d5126d469a
|
refact: replcase ASSERT with tAssert
|
2022-12-07 18:42:48 +08:00 |
Shengliang Guan
|
f69a188f7e
|
refact: replcase ASSERT with tAssert
|
2022-12-07 18:37:40 +08:00 |
Haojun Liao
|
2736380b29
|
fix(query):fix the invalid write operation.
|
2022-12-07 18:08:34 +08:00 |
Alex Duan
|
cc285d4900
|
fix(query): SMA ensure support info pColAgg capacity over column numfor this table
|
2022-12-07 18:00:32 +08:00 |
Alex Duan
|
15b8b28972
|
fix(query): SMA ensure support info pColAgg capacity over column numfor this table
|
2022-12-07 17:52:49 +08:00 |
Benguang Zhao
|
50883689e7
|
enh: check contiguousness of indexes applied to vnode tsdb
|
2022-12-07 17:30:22 +08:00 |
Hongze Cheng
|
a4549b00de
|
fix: retention
|
2022-12-07 15:11:37 +08:00 |
Haojun Liao
|
68273aef52
|
Merge branch '3.0' into feature/3_liaohj
|
2022-12-06 10:36:32 +08:00 |
Shengliang Guan
|
aad8469e86
|
Merge pull request #18716 from taosdata/feature/3.0_sync_pipeline
fix(sync): close snapshot receiver in pre-close
|
2022-12-06 09:47:00 +08:00 |
Haojun Liao
|
114943ddb0
|
fix(query): set the correct flag when no neighbors exist.
|
2022-12-05 22:28:26 +08:00 |
Haojun Liao
|
d5b493677b
|
fix(query): set column sma into the correct position.
|
2022-12-05 20:39:37 +08:00 |
Haojun Liao
|
9e04f42635
|
fix(query): check for neighbor block when merging data block.
|
2022-12-05 20:20:48 +08:00 |
Minghao Li
|
a1ed4b334c
|
fix(sync): close snapshot receiver in pre-close
|
2022-12-05 18:50:19 +08:00 |
Haojun Liao
|
136937d69a
|
fix(query): insert null column sma firstly.
|
2022-12-05 17:05:07 +08:00 |
Minglei Jin
|
35b958a1c4
|
fix: commit tdb in write thread
|
2022-12-05 11:17:14 +08:00 |
dapan1121
|
da74ede563
|
Merge pull request #18679 from taosdata/fix/TD-20904-3.0
fix: tsdb do retention fix
|
2022-12-05 09:50:25 +08:00 |
Shengliang Guan
|
c45001744f
|
Merge pull request #18674 from taosdata/feat/async_commit
feat: async commit
|
2022-12-04 22:31:04 +08:00 |
kailixu
|
cf0995f749
|
feat: async commit for rsma
|
2022-12-04 20:26:58 +08:00 |
Minglei Jin
|
a4adcbbe0d
|
vnode/async-commit: adapter vnode-commit to use txn commit
|
2022-12-04 18:13:51 +08:00 |
kailixu
|
0d68190378
|
Merge branch '3.0' into fix/TD-20904-3.0
|
2022-12-04 17:50:35 +08:00 |
kailixu
|
9b9ebea6f5
|
fix: tsdb do retention fix
|
2022-12-04 17:49:37 +08:00 |
dapan1121
|
f9f60a8f39
|
Merge pull request #18646 from taosdata/fix/TD-20684-3.0
feat(api): add new api int64_t taos_affected_rows64
|
2022-12-04 16:47:51 +08:00 |
Hongze Cheng
|
2a20347210
|
add more code
|
2022-12-04 15:14:04 +08:00 |
Hongze Cheng
|
df6eb27b75
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-04 14:51:05 +08:00 |
Hongze Cheng
|
f78efdac7e
|
fix asan error
|
2022-12-04 14:50:58 +08:00 |
Shengliang Guan
|
af3bd5bc9a
|
Merge pull request #18670 from taosdata/fix/liao_cov
enh(query): avoid repeatly load del file.
|
2022-12-04 13:20:14 +08:00 |
Haojun Liao
|
0d687a533e
|
fix(query): check for null ptr.
|
2022-12-04 11:35:54 +08:00 |
Hongze Cheng
|
0dce1e1047
|
async commit
|
2022-12-04 11:15:15 +08:00 |
Hongze Cheng
|
8aad71c928
|
more code
|
2022-12-04 10:07:08 +08:00 |
Hongze Cheng
|
d977929c99
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-04 09:37:29 +08:00 |
Haojun Liao
|
fca20668f5
|
fix(query): check for 0 tables in tsdbreader
|
2022-12-03 23:52:38 +08:00 |
Haojun Liao
|
803762c4e0
|
enh(query): avoid repeatly load del file.
|
2022-12-03 22:57:00 +08:00 |
Shengliang Guan
|
cc8e1071ab
|
Merge pull request #18668 from taosdata/FIX/TD-19334-3.0
fix: synchronize syncPropose for executing blocking msgs in vnodeProposeMsg
|
2022-12-03 22:06:40 +08:00 |
Benguang Zhao
|
a7807d3ee4
|
fix: synchronize syncPropose for executing blocking msgs in vnodeProposeMsg
|
2022-12-03 20:53:56 +08:00 |
Shengliang Guan
|
b4cb000634
|
Merge pull request #18659 from taosdata/refact/TD-20127
refact: remove some error codes
|
2022-12-03 13:00:24 +08:00 |
Shengliang Guan
|
d9c261cd13
|
refact: remove some error codes
|
2022-12-03 10:17:02 +08:00 |
Benguang Zhao
|
7eca212756
|
Merge branch '3.0' into FIX/TD-19334-3.0
|
2022-12-03 10:02:59 +08:00 |
Benguang Zhao
|
2ce07c6ec1
|
fix: get result of tmsPutToQueue for FpCommitCb
|
2022-12-03 09:05:50 +08:00 |
Alex Duan
|
213b97b79a
|
feat(api): taos_affected_rows64 add and modfiy tmsg.h
|
2022-12-02 23:20:19 +08:00 |
Shengliang Guan
|
f3e980de14
|
enh: remove TSDB_CODE_RPC_REDIRECT
|
2022-12-02 22:45:11 +08:00 |
Shengliang Guan
|
524de026a5
|
enh: remove TSDB_CODE_RPC_REDIRECT
|
2022-12-02 22:24:35 +08:00 |
Shengliang Guan
|
6d70f48802
|
Merge pull request #18592 from taosdata/feature/3_liaohj
enh(query): optimize query perf.
|
2022-12-02 21:00:35 +08:00 |
Shengliang Guan
|
14a384e93f
|
Merge pull request #18640 from taosdata/fix/TS-2189-xx
fix(tsdb/cache): use lru erase to invalidate cache entries
|
2022-12-02 20:42:13 +08:00 |
Shengliang Guan
|
61cd753947
|
enh: remove sync batch propose in vnode
|
2022-12-02 18:59:03 +08:00 |
Minglei Jin
|
55fb892e70
|
fix(tsdb/cache): use lru erase to invalidate cache entries
|
2022-12-02 17:53:16 +08:00 |
Haojun Liao
|
27ed740eb5
|
refactor: do some internal refactor.
|
2022-12-02 17:52:49 +08:00 |
Shengliang Guan
|
24ee4b4289
|
Merge branch '3.0' into enh/TD-20891
|
2022-12-02 16:44:46 +08:00 |
Hongze Cheng
|
e9356fa59d
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-02 16:28:53 +08:00 |
Shengliang Guan
|
13f36ec20a
|
refact: remove TSDB_CODE_APP_NOT_READY and TSDB_CODE_NODE_NOT_DEPLOYED
|
2022-12-02 16:06:10 +08:00 |
Haojun Liao
|
42a512c39f
|
refactor: do some internal refactor.
|
2022-12-02 15:52:32 +08:00 |
Hongze Cheng
|
1e8b9fdda0
|
more core
|
2022-12-02 15:46:36 +08:00 |
Hongze Cheng
|
129c692f3e
|
more async commit
|
2022-12-02 15:44:24 +08:00 |
Minglei Jin
|
6cb65f336d
|
Merge branch 'v3.0' into feat/async_commit
|
2022-12-02 14:49:58 +08:00 |
Xiaoyu Wang
|
85ea8bbbb3
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-12-02 14:04:50 +08:00 |
Shengliang Guan
|
a366696478
|
Merge pull request #18596 from taosdata/feature/stream
refactor(stream): distributed checkpoint
|
2022-12-02 07:51:10 +08:00 |
Liu Jicong
|
3424b184d3
|
refactor(stream): distributed checkpoint
|
2022-12-02 03:48:45 +08:00 |
Haojun Liao
|
24614d03bd
|
fix(query): set correct sma retrieve procedure.
|
2022-12-01 21:35:01 +08:00 |
Hongze Cheng
|
043cc1104e
|
more code
|
2022-12-01 20:26:56 +08:00 |
Haojun Liao
|
efcc3b06bb
|
fix(query): fix memory leak.
|
2022-12-01 20:01:09 +08:00 |
Hongze Cheng
|
3fc30c991e
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-01 18:59:21 +08:00 |
Haojun Liao
|
8c62d5f9fa
|
fix(query): fix bug in tsdbread.
|
2022-12-01 18:34:26 +08:00 |
Haojun Liao
|
f8a2ab8338
|
refactor: do some internal refactor.
|
2022-12-01 17:24:26 +08:00 |
Shengliang Guan
|
806658545a
|
Merge pull request #18449 from taosdata/FIX/TD-19334-3.0
feat: implement pipelining of sync
|
2022-12-01 16:40:07 +08:00 |
Shengliang Guan
|
af58402afc
|
Merge pull request #18593 from taosdata/fix/TD-20798
enh: show leader ** if vnode can read and can't write
|
2022-12-01 15:08:46 +08:00 |
Minghao Li
|
86d5cba6be
|
refactor(sync): delete code wait snapshot end in pre-close
|
2022-12-01 13:34:33 +08:00 |
slzhou
|
58c75dde6f
|
fix: add seperate group for normal table when group by db_name/stbable_name
|
2022-12-01 11:38:34 +08:00 |
slzhou
|
903718940d
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/table-count-scan
|
2022-12-01 09:14:10 +08:00 |
Haojun Liao
|
cefe4be1ab
|
refactor: do some internal refactor.
|
2022-12-01 00:34:06 +08:00 |
Benguang Zhao
|
55bae49d56
|
Merge branch 3.0 to FIX/TD-19334-3.0
|
2022-11-30 23:47:30 +08:00 |
Benguang Zhao
|
3cbe109e4b
|
fix: initialize vnode state applyTerm with commitTerm in vnodeOpen
|
2022-11-30 22:41:33 +08:00 |
Shengliang Guan
|
1e8a816155
|
enh: show leader ** if vnode can read and can't write
|
2022-11-30 21:42:42 +08:00 |
Shengliang Guan
|
d4035e26e1
|
Merge pull request #18579 from taosdata/fix/liao_cov
refactor: do some internal refactor.
|
2022-11-30 20:16:56 +08:00 |
Haojun Liao
|
124fb5fc50
|
refactor: do some internal refactor.
|
2022-11-30 17:52:12 +08:00 |
Hongze Cheng
|
df7c07a541
|
Merge branch 'fix/tdb-async-commit' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-11-30 16:48:09 +08:00 |
Shengliang Guan
|
d639198be5
|
Merge pull request #18561 from taosdata/fix/TD-20805
enh: show more info while drop dnode
|
2022-11-30 16:10:42 +08:00 |
slzhou
|
323e52b8c5
|
Merge branch 'enh/3.0_planner_optimize' into szhou/table-count-scan
|
2022-11-30 15:43:41 +08:00 |
Haojun Liao
|
3f0c93a623
|
enh(query): optimize query perf.
|
2022-11-30 14:53:25 +08:00 |
Haojun Liao
|
e45023f3e9
|
fix(query): add an null ptr checking before copying memory.
|
2022-11-30 12:23:08 +08:00 |
Shengliang Guan
|
3850b58a3d
|
fix: cannot close vnode while transferring snapshot
|
2022-11-30 11:08:30 +08:00 |
Shengliang Guan
|
82bc543ed7
|
fix: cannot close mnode while transferring snapshot
|
2022-11-30 11:05:25 +08:00 |
Shengliang Guan
|
b6d3d2322c
|
fix: cannot close vnode while transferring snapshot
|
2022-11-30 11:02:07 +08:00 |
Shengliang Guan
|
4b11f358dd
|
Merge pull request #18554 from taosdata/feature/stream
fix(stream): delete multiple row
|
2022-11-30 10:54:38 +08:00 |
Liu Jicong
|
548684e5ac
|
fix(stream): delete multiple row
|
2022-11-29 23:39:58 +08:00 |
Haojun Liao
|
445c4f28f0
|
enh(query): optimize the perf.
|
2022-11-29 23:34:22 +08:00 |
slzhou
|
6d86fb5b51
|
Merge branch 'enh/3.0_planner_optimize' into szhou/table-count-scan
|
2022-11-29 22:19:36 +08:00 |
Benguang Zhao
|
470441c541
|
Merge branch 3.0 to FIX/TD-19334-3.0
|
2022-11-29 18:24:01 +08:00 |
yihaoDeng
|
d463f05b3f
|
change paramter
|
2022-11-29 10:28:32 +08:00 |
Minglei Jin
|
506554b5d2
|
Merge branch 'v3.0' into fix/tdb-async-commit
|
2022-11-28 16:20:48 +08:00 |
Shengliang Guan
|
fc87007086
|
Merge pull request #18509 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-11-28 15:58:12 +08:00 |
Benguang Zhao
|
dc2dcea3de
|
Merge branch 3.0 to FIX/TD-19334-3.0
|
2022-11-28 14:27:10 +08:00 |
Benguang Zhao
|
8475aaaaf1
|
enh: add ASSERT info msg in tsdbStartCommit
|
2022-11-28 13:48:57 +08:00 |
Haojun Liao
|
6e81e8cc73
|
refactor: do some internal refactor.
|
2022-11-28 12:32:40 +08:00 |
Shengliang Guan
|
c75fa4f7d2
|
Merge pull request #18504 from taosdata/feature/stream
fix: memory leak
|
2022-11-28 11:05:36 +08:00 |
Liu Jicong
|
bdfef853e5
|
fix: memory leak
|
2022-11-28 09:37:56 +08:00 |
Shengliang Guan
|
e6aed5195d
|
Merge pull request #18468 from taosdata/feature/3_liaohj
refactor: improve the perf in query
|
2022-11-27 23:10:00 +08:00 |
Haojun Liao
|
203ea1f9c8
|
fix(query): fix error
|
2022-11-27 14:57:44 +08:00 |
slzhou
|
b5b6fff68b
|
feature: save work
|
2022-11-27 13:50:36 +08:00 |
Benguang Zhao
|
4edef438ea
|
enh: transfer ownership of msgs while committing sync log entries
|
2022-11-26 21:57:23 +08:00 |
Haojun Liao
|
0948216ca9
|
fix(query): fix dead lock.
|
2022-11-26 21:13:34 +08:00 |
Liu Jicong
|
22372ad1e0
|
fix: memory leak
|
2022-11-26 16:09:16 +08:00 |
Haojun Liao
|
60d6b8e2ee
|
fix(query): change the ptr
|
2022-11-26 11:51:15 +08:00 |
Haojun Liao
|
861b9b8264
|
fix(query): fix memory leak.
|
2022-11-26 11:46:36 +08:00 |
Shengliang Guan
|
ccc2407fe6
|
Merge pull request #18459 from taosdata/feature/stream
enh(stream): new api for stream queue
|
2022-11-26 09:26:01 +08:00 |
Haojun Liao
|
0015e65f5b
|
fix(query): remove invalid free
|
2022-11-26 02:13:46 +08:00 |
Haojun Liao
|
98771bb461
|
fix(query): deprecate the error reported by asan.
|
2022-11-26 01:50:17 +08:00 |
Haojun Liao
|
802ca0f607
|
fix(query): fix memory leak.
|
2022-11-26 00:58:29 +08:00 |
Haojun Liao
|
c6795b68d2
|
fix(query): check list size before iterate it.
|
2022-11-26 00:12:27 +08:00 |
slzhou
|
c2a7404b42
|
save work in case it losts
|
2022-11-25 23:00:14 +08:00 |
Haojun Liao
|
7fe4cf7bbe
|
Merge branch '3.0' into feature/3_liaohj
|
2022-11-25 22:24:59 +08:00 |
Minglei Jin
|
59a1571945
|
fix(meta/cache): invalidate suid cache when create/drop ctb & update tag
|
2022-11-25 21:15:02 +08:00 |
Liu Jicong
|
48894c8bdb
|
enh(stream): new api for stream queue
|
2022-11-25 18:03:40 +08:00 |
kailixu
|
993e569403
|
fix: asan problems for rsma
|
2022-11-25 16:16:36 +08:00 |
kailixu
|
a70583c4af
|
fix: asan problems for rsma
|
2022-11-25 16:15:15 +08:00 |
Benguang Zhao
|
68f8ebac9d
|
Merge branch 3.0 to FIX/TD-19334-3.0
|
2022-11-25 13:10:06 +08:00 |
Haojun Liao
|
f8bc4df4af
|
refactor: do some internal refactor.
|
2022-11-25 11:58:46 +08:00 |
Minglei Jin
|
f570d61d48
|
fix(meta): return invalid message if cannot getting value from uididx
|
2022-11-24 19:24:44 +08:00 |
Haojun Liao
|
9a208b2d09
|
other: merge 3.0
|
2022-11-24 17:08:15 +08:00 |
Minghao Li
|
9f38bfeb2c
|
refactor(sync): modify info log to trace log
|
2022-11-24 16:50:58 +08:00 |
Minghao Li
|
7fba711d40
|
refactor(sync): add info log
|
2022-11-24 16:03:43 +08:00 |
Benguang Zhao
|
22d64b9c0b
|
fix: remove syncNodeReplicateOne from syncNodeOnSnapshotReply
|
2022-11-24 15:55:31 +08:00 |
Minghao Li
|
e43794c366
|
fix(sync): if msg commit, put it into apply-queue, do not care return code
|
2022-11-24 15:51:48 +08:00 |
Shengliang Guan
|
335a572d86
|
Revert "Revert "enh: row optimize2""
|
2022-11-24 10:12:25 +08:00 |
Hongze Cheng
|
ffbb04d40a
|
Revert "enh: row optimize2"
|
2022-11-24 09:21:26 +08:00 |
Shengliang Guan
|
7f4a14fbb7
|
Merge pull request #18369 from taosdata/szhou/fixbugs
fix: build data from mem/imem first when large nchar column incur …eBlockShouldLoad since SDataBlockToLoadInfo.moreThanCapacity
|
2022-11-24 08:24:41 +08:00 |
Shengliang Guan
|
962aa4aff4
|
Merge pull request #18383 from taosdata/feature/stream
fix(stream): memory leak
|
2022-11-24 08:17:40 +08:00 |
shenglian zhou
|
7f6ff39648
|
feat: table merge scan save work
|
2022-11-23 19:47:24 +08:00 |
slzhou
|
db7a7fa4bd
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs
|
2022-11-23 15:59:58 +08:00 |
Hongze Cheng
|
df5bcae11b
|
more code
|
2022-11-23 15:45:19 +08:00 |
slzhou
|
9a85050ff3
|
fix: direct return file block only rows <= capacity
|
2022-11-23 15:43:57 +08:00 |
Hongze Cheng
|
d7c30d6e4a
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize2
|
2022-11-23 15:04:51 +08:00 |
slzhou
|
c1ba62b26f
|
fix: build from buf first when buf data is in block gap and only capacity caused load
|
2022-11-23 14:52:07 +08:00 |
dapan1121
|
188e6e6c7d
|
Merge pull request #18325 from taosdata/enh/msgRefactor2
enh: refact some messages
|
2022-11-23 13:53:37 +08:00 |
Liu Jicong
|
3b84053893
|
fix(stream): memory leak
|
2022-11-23 12:32:02 +08:00 |
Hongze Cheng
|
6e23c8cdb3
|
more code
|
2022-11-23 10:45:58 +08:00 |
Hongze Cheng
|
2313ebc648
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize
|
2022-11-23 09:36:31 +08:00 |
Shengliang Guan
|
f06145d37b
|
Merge pull request #18368 from taosdata/feature/stream
fix(stream): memory leak
|
2022-11-23 09:18:05 +08:00 |
slzhou
|
0161374a8b
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs
|
2022-11-22 22:59:06 +08:00 |
slzhou
|
272a161a61
|
fix: build data from mem/imem first when large nchar column incur fileBlockShouldLoad since SDataBlockToLoadInfo.moreThanCapacity
|
2022-11-22 22:06:39 +08:00 |
Liu Jicong
|
d4c7394143
|
fix(stream): memory leak
|
2022-11-22 22:03:08 +08:00 |
Shengliang Guan
|
d588cd37f8
|
Merge pull request #18357 from taosdata/fix/liao_cov
fix(query): fix memory leak.
|
2022-11-22 20:49:33 +08:00 |
Haojun Liao
|
7c7b2f1cef
|
fix(query): fix memory leak.
|
2022-11-22 18:06:01 +08:00 |
kailixu
|
da535cd04c
|
fix: init/free SBatchDeleteReq for tsma
|
2022-11-22 15:38:21 +08:00 |
kailixu
|
d1249017dd
|
fix: init/free SBatchDeleteReq for tsma
|
2022-11-22 15:35:53 +08:00 |
kailixu
|
bcac60ae35
|
fix: init/free SBatchDeleteReq for tsma
|
2022-11-22 15:32:51 +08:00 |
Haojun Liao
|
b70a616a2d
|
refactor: do some internal refactor.
|
2022-11-22 15:27:33 +08:00 |
Haojun Liao
|
4d206fd3b2
|
refactor: do some internal refactor.
|
2022-11-22 14:59:17 +08:00 |
Haojun Liao
|
93ad9e9d3d
|
refactor: do some internal refactor.
|
2022-11-22 14:29:30 +08:00 |
Hongze Cheng
|
cede9e14da
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize
|
2022-11-22 13:54:40 +08:00 |
dapan1121
|
44462ef869
|
Merge pull request #18321 from taosdata/szhou/fixbugs
fix: fix error for select count(c2),count(ts) from table caused by null ts column aggregation
|
2022-11-22 13:17:11 +08:00 |
Haojun Liao
|
0af77e6ae2
|
refactor: do some internal refactor.
|
2022-11-22 12:43:00 +08:00 |
Shengliang Guan
|
4f89b690df
|
Merge pull request #18318 from taosdata/fix/liao_cov
fix(query): fix some memory leaks.
|
2022-11-22 12:41:34 +08:00 |
Hongze Cheng
|
390709e3c8
|
add interface
|
2022-11-22 12:37:47 +08:00 |
Shengliang Guan
|
c2bebf3f16
|
Merge pull request #18326 from taosdata/fix/TD-20606
fix: free the batch create table reqs' decoded comment field
|
2022-11-22 12:17:33 +08:00 |
Hongze Cheng
|
40470531e7
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize
|
2022-11-22 11:59:47 +08:00 |
Haojun Liao
|
fbb0a1e921
|
fix(query): set correct tsdbreader during the creation of tableblockscan info
|
2022-11-22 11:08:55 +08:00 |
Minglei Jin
|
b9f7d181b6
|
fix: free the batch create table reqs' decoded comment field
|
2022-11-22 10:47:50 +08:00 |
dapan1121
|
19852ba85b
|
Merge remote-tracking branch 'origin/3.0' into enh/msgRefactor2
|
2022-11-22 10:45:11 +08:00 |
Haojun Liao
|
56edf57c12
|
refactor: do some internal refactor.
|
2022-11-22 09:52:53 +08:00 |
slzhou
|
bb51d3cac7
|
fix: fix error for select count(c2),count(ts) from table caused by invalid ts column aggregation
|
2022-11-21 23:11:00 +08:00 |
Haojun Liao
|
8fee089aaf
|
refactor: do some internal refactor.
|
2022-11-21 22:48:25 +08:00 |
Haojun Liao
|
6d5a256774
|
fix(query): fix some memory leaks.
|
2022-11-21 22:40:20 +08:00 |
Liu Jicong
|
9358429e78
|
Merge branch '3.0' into feature/stream
|
2022-11-21 20:54:21 +08:00 |
dapan1121
|
c66390d401
|
enh: refact tmq pull message
|
2022-11-21 20:38:42 +08:00 |