kailixu
|
a6e37622ff
|
chore: more code
|
2023-04-25 22:15:06 +08:00 |
Benguang Zhao
|
23a915da3b
|
enh: adjust error msgs in sync and wal
|
2023-04-25 19:11:51 +08:00 |
Minglei Jin
|
c8cbabe419
|
cache/none column: move to outter scope
|
2023-04-25 18:13:33 +08:00 |
Benguang Zhao
|
fee4050d79
|
enh: rename error code TSDB_CODE_SYN_NEGO_WIN_EXCEEDED
|
2023-04-25 18:05:36 +08:00 |
Benguang Zhao
|
693bc09f19
|
enh: comment off unused error codes in sync and wal
|
2023-04-25 17:36:13 +08:00 |
Haojun Liao
|
19976122f4
|
Update 14-stream.md
|
2023-04-25 17:00:03 +08:00 |
Haojun Liao
|
f720feb56d
|
Update 14-stream.md
|
2023-04-25 16:58:00 +08:00 |
Xiaoyu Wang
|
90b3f0093b
|
Merge pull request #21069 from taosdata/fix/change-learner-config-format
change learner config format
|
2023-04-25 16:42:43 +08:00 |
Xiaoyu Wang
|
d3a53f1704
|
Merge pull request #21073 from taosdata/fix/filter-votor-when-agree-upon
filter voter when agree upon
|
2023-04-25 16:42:31 +08:00 |
Minglei Jin
|
2566bd4ae8
|
row/iter: fix null column iter
|
2023-04-25 16:17:58 +08:00 |
cadem
|
7e2dee8a0f
|
filter voter when agree upon
|
2023-04-25 15:49:17 +08:00 |
Benguang Zhao
|
12f28a4a43
|
enh: unify error msg for no disk space
|
2023-04-25 15:39:11 +08:00 |
cadem
|
2fd9640a39
|
change learner config format
|
2023-04-25 15:15:28 +08:00 |
shenglian zhou
|
ae773fee8b
|
feature: add test case
|
2023-04-25 14:43:22 +08:00 |
dapan1121
|
f22d279f5f
|
Merge pull request #21057 from taosdata/feat/TD-19567
feat: support log slow query by default
|
2023-04-25 13:43:34 +08:00 |
shenglian zhou
|
93ab81437f
|
enhance: code refactor and operator full implement slimit
|
2023-04-25 11:08:58 +08:00 |
kailixu
|
b059cc4ee1
|
chore: code optimization
|
2023-04-25 10:59:02 +08:00 |
Minglei Jin
|
33fba6f99a
|
cache/read: fix transferBuf index
|
2023-04-25 09:48:56 +08:00 |
dapan1121
|
655774c32e
|
fix: move error msg from tsc to shell
|
2023-04-25 09:00:41 +08:00 |
dapan1121
|
16f773544c
|
Merge pull request #21059 from taosdata/enh/stmtIgnoreNullType.3
enh: ignore single row null data type validation
|
2023-04-25 08:39:41 +08:00 |
kailixu
|
781834065a
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-25 08:22:08 +08:00 |
kailixu
|
2d4dd64584
|
chore: more code
|
2023-04-24 20:21:28 +08:00 |
dapan1121
|
28bff83096
|
fix: log thread quit issue
|
2023-04-24 19:29:33 +08:00 |
dapan1121
|
de1161dafb
|
enh: ignore single row null data type validation
|
2023-04-24 19:22:44 +08:00 |
Haojun Liao
|
817dc57611
|
Update 14-stream.md
|
2023-04-24 19:00:07 +08:00 |
Minglei Jin
|
4adc95f9db
|
cache/deserialize: fix binary pData calc
|
2023-04-24 18:21:25 +08:00 |
sunpeng
|
809fe165e7
|
docs: add docs for `taoskeeper with prometheus` (#21052)
|
2023-04-24 17:54:01 +08:00 |
Xiaoyu Wang
|
6f5d8150e1
|
Merge pull request #21055 from taosdata/fix/remove-null-pointer
remove null pointer
|
2023-04-24 17:19:59 +08:00 |
dapan1121
|
b743b889fc
|
Merge pull request #20828 from taosdata/enh/TD-23421-M
enh: support user passwd version
|
2023-04-24 17:16:37 +08:00 |
Haojun Liao
|
4063cfbc4d
|
Merge pull request #21053 from taosdata/feature/3_liaohj
refactor: do some internal refactor and add the sample code.
|
2023-04-24 17:09:52 +08:00 |
Minglei Jin
|
3b88efbd5f
|
cache/delete: fix null column values
|
2023-04-24 17:07:20 +08:00 |
dapan1121
|
6386c32392
|
Merge pull request #21034 from taosdata/szhou/td-23586
enhance: error code refactor
|
2023-04-24 16:53:53 +08:00 |
dapan1121
|
9551a269b3
|
feat: support log slow query by default
|
2023-04-24 16:45:34 +08:00 |
cadem
|
5a512eb767
|
remove null pointer
|
2023-04-24 16:06:56 +08:00 |
Haojun Liao
|
e21fa9fde2
|
fix(tmq): fix error in unit test.
|
2023-04-24 15:48:24 +08:00 |
shenglian zhou
|
758427b3c4
|
fix: use slimit to indicate group for tag scan
|
2023-04-24 15:48:20 +08:00 |
Minglei Jin
|
c7d5b48920
|
cache/read: fix pRes buffer index
|
2023-04-24 15:42:53 +08:00 |
Xiaoyu Wang
|
f5a974489e
|
Merge pull request #21045 from taosdata/fix/block-check-to-async-check
fix/block-check-to-async-check
|
2023-04-24 15:41:17 +08:00 |
Haojun Liao
|
62dad38d5c
|
refactor: do some internal refactor and add the sample code.
|
2023-04-24 15:25:49 +08:00 |
kailixu
|
0a405c10b7
|
chore: code optimization
|
2023-04-24 14:59:52 +08:00 |
Minglei Jin
|
f8bf98f6dc
|
Merge branch '3.0' into fix/TD-23623
|
2023-04-24 14:28:49 +08:00 |
kailixu
|
b26842e398
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-24 14:19:49 +08:00 |
kailixu
|
d5d113aed7
|
chore: fix the SHbParam definition
|
2023-04-24 14:17:13 +08:00 |
cadem
|
470fef6452
|
fix/block check to async check for mnode
|
2023-04-24 13:38:55 +08:00 |
Haojun Liao
|
057cc2d30d
|
Merge pull request #21018 from taosdata/feature/3_liaohj
fix(stream): set the correct start offset for stream task.
|
2023-04-24 12:02:20 +08:00 |
kailixu
|
e27cdfd5c0
|
Merge branch '3.0' into enh/TD-23421-M
|
2023-04-24 10:53:01 +08:00 |
Minglei Jin
|
8f21090343
|
cache/delete: just remove affected cache entries
|
2023-04-24 10:47:28 +08:00 |
Xiaoyu Wang
|
c3bc54c933
|
Merge pull request #21039 from taosdata/FIX/TD-23824-3.0
fix: update commit index from heartbeat on learner in the same way as on follower
|
2023-04-24 10:25:58 +08:00 |
cadem
|
a781d43577
|
fix/block-check-to-async-check
|
2023-04-24 10:23:43 +08:00 |
kailixu
|
2a96acb62e
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-24 10:04:48 +08:00 |