Benguang Zhao
|
b8933389bb
|
enh: keep the trailing empty wal file in walCheckAdnRepairMeta
|
2023-05-11 09:42:46 +08:00 |
Benguang Zhao
|
7433bad888
|
enh: tidy up walEndSnapshot
|
2023-05-11 09:14:37 +08:00 |
Benguang Zhao
|
2a558323be
|
fix: set absent closeTs with mtime of log files during walCheckAndRepairMeta
|
2023-05-10 20:35:08 +08:00 |
Hui Li
|
b1b85c3d95
|
Merge pull request #21227 from taosdata/fix/TD-24058
fix:[TD-24058]send poll result to client if no data 5 times to avoid …
|
2023-05-10 11:12:20 +08:00 |
dapan1121
|
7d1a6e0e40
|
Merge pull request #21221 from taosdata/szhou/fix-ts3374
fix: check varchar/nchar column length for alter normal table
|
2023-05-10 08:59:12 +08:00 |
dapan1121
|
d0e26d2efc
|
Merge pull request #21216 from taosdata/fix/TS-3358
fix:after restarting taosd, stream does not work.
|
2023-05-09 19:01:43 +08:00 |
dapan1121
|
653f7f02f3
|
Merge pull request #21218 from wangjiaming0909/fix/3.0/TS-3319
fix: show table distributed t; set the unit of Size to KB
|
2023-05-09 18:57:55 +08:00 |
wangmm0220
|
587f750c94
|
fix:[TD-24058]send poll result to client if no data 5 times to avoid lost data
|
2023-05-09 17:42:11 +08:00 |
liuyao
|
8224d49702
|
fix:after restarting taosd, stream does not work.
|
2023-05-09 17:24:11 +08:00 |
wangjiaming0909
|
479bb157e0
|
fix: select _block_dist() from t; set the unit of Size to KB
|
2023-05-09 15:19:21 +08:00 |
shenglian zhou
|
50feb64748
|
fix: add check nchar/varchar column length for normal table
|
2023-05-09 14:29:09 +08:00 |
dapan1121
|
f4f3b886fc
|
Merge pull request #21213 from wangjiaming0909/fix/TS-3350
fix: data compare of signed and unsigned integers
|
2023-05-09 08:58:55 +08:00 |
Hui Li
|
a68a5b73b8
|
Merge pull request #21212 from taosdata/fix/TD-24030
fix: fix invalid read
|
2023-05-08 20:30:44 +08:00 |
dapan1121
|
95b228a050
|
Merge pull request #21194 from taosdata/fix/TD-24010
fix:[TD-24010] subscribeStb.py failed in windows CI
|
2023-05-08 20:29:47 +08:00 |
wangjiaming0909
|
e22c62ffba
|
fix: data compare of signed and unsigned integers
|
2023-05-08 18:13:37 +08:00 |
yihaoDeng
|
c3e0de0bfc
|
fix invalid read
|
2023-05-08 09:21:20 +00:00 |
Benguang Zhao
|
bd5372c378
|
fix: protect against nullptr in syncRespCleanRsp
|
2023-05-08 17:08:24 +08:00 |
wangmm0220
|
f9142c0ddb
|
fix:[TD24010] lost data if apply ver is small than commit ver
|
2023-05-08 16:49:56 +08:00 |
dapan1121
|
5d4830956a
|
Merge pull request #21187 from taosdata/szhou/fix-ts23905-ts23865
fix: forbid some stream computing
|
2023-05-08 16:24:00 +08:00 |
slzhou
|
2f45a3dfdb
|
fix: change variable name
|
2023-05-08 14:42:31 +08:00 |
wangmm0220
|
261f2736f7
|
fix:[TD-24010] subscribeStb.py failed in windows CI
|
2023-05-06 19:17:36 +08:00 |
Haojun Liao
|
c6007d53e8
|
Merge pull request #21190 from taosdata/fix/TS-3347
fix:[TS-3347]set ver to first version if version stored is smaller th…
|
2023-05-06 18:51:49 +08:00 |
dapan1121
|
1de5f84536
|
Merge pull request #21184 from taosdata/fix/TD-23898-a
fix: fix taosd not exit when press ctrl+c
|
2023-05-06 17:46:38 +08:00 |
slzhou
|
04e9648d8e
|
enhance: change variable name
|
2023-05-06 17:16:27 +08:00 |
slzhou
|
276e5daa8c
|
fix: pseudo column function are treated as variable
|
2023-05-06 17:13:14 +08:00 |
wangmm0220
|
ee32620808
|
fix:[TS-3347]set ver to first version if version stored is smaller than first version in wal when subscribe db
|
2023-05-06 16:22:30 +08:00 |
shenglian zhou
|
83c857a017
|
fix: fix compilation error
|
2023-05-06 16:17:34 +08:00 |
shenglian zhou
|
c8ac3a581e
|
fix: forbid some stream computing
|
2023-05-06 15:50:38 +08:00 |
Ganlin Zhao
|
33d4e0cc67
|
fix: fix taosd not exit when press ctrl+c
|
2023-05-06 15:03:17 +08:00 |
Haojun Liao
|
1fa4327f6c
|
Merge branch 'main' into fix/liaohj_main
|
2023-05-06 10:15:23 +08:00 |
Haojun Liao
|
3afc5bdfcf
|
refactor: add some logs.
|
2023-05-06 10:09:51 +08:00 |
Haojun Liao
|
29fcd1b83a
|
refactor: do some internal refactor.
|
2023-05-06 10:08:05 +08:00 |
Haojun Liao
|
5d4a3116d5
|
Merge pull request #21139 from taosdata/fix/liaohj_main
refactor: do some internal refactor.
|
2023-05-06 09:49:26 +08:00 |
wade zhang
|
2025aa5650
|
Merge pull request #21167 from taosdata/fix/TD-23953
fix(tdb/decoder): free decoder's value if not needed by user
|
2023-05-06 08:32:29 +08:00 |
Haojun Liao
|
cbf0cd41ec
|
Merge pull request #21169 from taosdata/fix/stop_tsdb_read
fix(stream): opt task scan performance.
|
2023-05-05 22:08:11 +08:00 |
Haojun Liao
|
8958aabe4b
|
fix(stream): opt task scan performance.
|
2023-05-05 19:33:30 +08:00 |
Haojun Liao
|
4be94940e1
|
Merge pull request #21164 from taosdata/fix/stop_tsdb_read
fix(stream): secure the delete task operation. TD-1198
|
2023-05-05 18:40:23 +08:00 |
Haojun Liao
|
08ce790cda
|
fix(query): fix memory leak.
|
2023-05-05 18:20:27 +08:00 |
Minglei Jin
|
8286c145b6
|
fix(tdb/decoder): free decoder's value if not needed by user
|
2023-05-05 16:15:15 +08:00 |
Haojun Liao
|
8b12d4d3da
|
fix(stream): secure the delete task operation. TD-1198
|
2023-05-05 15:02:03 +08:00 |
dapan1121
|
e889249c54
|
fix: grant no table specifed issue
|
2023-05-05 14:33:09 +08:00 |
dapan1121
|
3976504b47
|
fix: subtable grant is not allowed
|
2023-05-05 14:01:15 +08:00 |
Haojun Liao
|
9b5c205498
|
fix(stream): set correct ssdatablock for tqRetrieveDataBlock
|
2023-05-05 13:41:25 +08:00 |
Haojun Liao
|
09a04052ec
|
refactor: do some internal refactor.
|
2023-05-04 16:15:14 +08:00 |
Haojun Liao
|
11dccf12de
|
Merge pull request #21131 from taosdata/fix/liaohj_main
refactor: do some internal refactor.
|
2023-05-04 11:26:00 +08:00 |
Haojun Liao
|
851193a033
|
Merge pull request #21060 from taosdata/fix/TS-3222
opti:change push mgr to consume msg for subscribe
|
2023-05-04 10:16:41 +08:00 |
dapan1121
|
4bc30ff2cf
|
Merge pull request #21126 from taosdata/fix/TD-23864
enh: optimize tbname condition
|
2023-05-04 08:54:04 +08:00 |
Haojun Liao
|
3b814f2478
|
fix(stream): do some internal refactor.
|
2023-05-01 23:21:29 +08:00 |
Haojun Liao
|
a1263b8b04
|
fix(query):fix syntax error.
|
2023-05-01 19:40:26 +08:00 |
Haojun Liao
|
3c61932ecc
|
refactor: do some internal refactor.
|
2023-05-01 19:28:54 +08:00 |