Commit Graph

20122 Commits

Author SHA1 Message Date
wangmm0220 c576d1fa91 fix:error for subscribe stable 2023-02-03 14:54:25 +08:00
wangmm0220 c8d49b603d fix:roll back htol length for block raw data 2023-02-02 17:23:01 +08:00
wangmm0220 8a21d7f307 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-21899 2023-02-01 16:13:06 +08:00
wangmm0220 2bf0916bcf fix:split block data if there are none value in block for taosx 2023-02-01 16:12:59 +08:00
Xiaoyu Wang fc829aec52
Merge pull request #19689 from taosdata/fix/TD-22030
fix(query): reset snap to null after untaking mem snap
2023-01-31 16:51:07 +08:00
wangmm0220 936b15629f fix:remove htonl length in block encode 2023-01-31 15:26:58 +08:00
Minglei Jin 0257c4a90b fix(query): release reader's lock if not composed block 2023-01-31 15:04:48 +08:00
wangmm0220 2ad5869659 fix:add log for block encode 2023-01-31 14:25:39 +08:00
Xiaoyu Wang 677a27a097
Merge pull request #19690 from taosdata/fix/3.0_merge_main
Fix/3.0_merge_main
2023-01-31 09:20:29 +08:00
xinsheng Ren 3d2b5ea6b6
Fix/xsren/td 20179/win version info (#19708)
* fix:get system info on windows

* fix:head file

* fix:del tchar.h
2023-01-31 00:49:18 +08:00
Minglei Jin 251fdd35ba fix(tsdb/read): wrap tsdb reader's lock with acquire/release 2023-01-30 19:26:36 +08:00
Hongze Cheng 2d03fb6041 fix memory leak 2023-01-30 18:16:55 +08:00
wangmm0220 4128c5653c fix:error in tmq for taosx 2023-01-30 17:23:04 +08:00
Hongze Cheng c04810e8d5 fix: more code 2023-01-30 15:51:54 +08:00
Hongze Cheng 5904f967f5 fix: snapshot problem 2023-01-30 15:38:19 +08:00
Hongze Cheng dcd0ade349 fix double free problem 2023-01-30 14:24:00 +08:00
Hongze Cheng 90ff718c57 Merge branch 'fix/TD-22070' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 11:41:26 +08:00
Hongze Cheng 9502fb3633 fix memory leak 2023-01-30 11:40:41 +08:00
Hongze Cheng 0f00862d8b Merge branch 'fix/TD-22070' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 10:17:59 +08:00
Hongze Cheng 3deedfb5c6 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-30 10:11:45 +08:00
wangmm0220 94a3fa4ff3 fix:htol(length) & set vgId,uid correct for auto create table in taosx 2023-01-30 09:55:22 +08:00
Hongze Cheng 76e3720530 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-22070 2023-01-30 09:32:23 +08:00
Shengliang Guan 98e174606c
Merge pull request #19578 from taosdata/FIX/TD-21942-main
enh: trim the last WAL idx file which is not fsynced
2023-01-30 09:31:28 +08:00
Shengliang Guan 0ca1d55d4c
Merge pull request #19696 from taosdata/FIX/TD-22081-main
fix: round lastApplyIndex up to beginIndex -1 in syncBeginSnapshot
2023-01-30 09:29:41 +08:00
Hongze Cheng 4d6e0b6a78 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-22070 2023-01-30 09:23:46 +08:00
Haojun Liao a4f4eb84f4
Merge pull request #19686 from taosdata/fix/nodisk
fix(query): add qsort for alpine.
2023-01-29 21:59:31 +08:00
Benguang Zhao bd23a36f86 fix: round lastApplyIndex up to beginIndex -1 in syncBeginSnapshot 2023-01-29 18:03:09 +08:00
Benguang Zhao 2f9218b79c fix: tqOffsetSnapRead success on tq/offset-ver not existing 2023-01-29 15:14:26 +08:00
Hongze Cheng 27f3b02196 more code fix 2023-01-29 15:09:13 +08:00
Hongze Cheng f6335a795b fix: assert coredump 2023-01-29 14:47:45 +08:00
wangmm0220 d7e15881f5 fix:length error in data block 2023-01-29 14:08:56 +08:00
Hongze Cheng 5e7b6602c5 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/3.0_merge_main 2023-01-29 14:05:15 +08:00
Haojun Liao 4892740cb1 fix(query): fix error on windows. 2023-01-29 14:00:00 +08:00
Haojun Liao 995b75f77f fix(query): fix syntax error on windows. 2023-01-29 13:44:30 +08:00
Minglei Jin 101772fe1b fix(query): reset snap to null after untaking mem snap 2023-01-29 13:43:37 +08:00
Xiaoyu Wang c030fdc04f
Merge pull request #19688 from taosdata/fix/TD-21761
Fix/TD-21761
2023-01-29 13:40:28 +08:00
Haojun Liao ef8b68bc80 fix(query): fix syntax error on windows. 2023-01-29 13:31:43 +08:00
Haojun Liao 71ab33ff1f
Merge pull request #19687 from taosdata/fix/qsort_alpine
fix(query): add qsort for alpine.
2023-01-29 11:08:07 +08:00
Xiaoyu Wang 6e247e8911
Merge pull request #19679 from taosdata/fix/TD-22030
fix(query): reset iter, iiter's hasVal to false when suspending reader
2023-01-29 11:04:41 +08:00
Xiaoyu Wang 284286cbc4
Merge pull request #19621 from taosdata/FIX/TD-21218-main
enh: remove unused old routines in sync
2023-01-29 10:56:29 +08:00
Hongze Cheng e0b0ce2395 refact more code 2023-01-29 10:21:39 +08:00
Haojun Liao 8d2633cd99 fix(query): add qsort for alpine. 2023-01-29 09:47:28 +08:00
Haojun Liao 555ee2b556 fix(query): add qsort for alpine. 2023-01-29 09:43:03 +08:00
Minglei Jin ac3e6323e2 fix(query): reset all block scan info when suspending reader 2023-01-29 09:33:32 +08:00
Hongze Cheng 792add53c2 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-21761 2023-01-29 09:18:10 +08:00
Hongze Cheng ded3d6e7c9 more code 2023-01-29 09:08:02 +08:00
Xiaoyu Wang 16bae8ebe3
Merge pull request #19636 from taosdata/FIX/TD-21267-main
fix: not keep wal log vnodeCommit'ed for single replica db
2023-01-29 09:02:27 +08:00
Hongze Cheng f3e199dda2 Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TD-21761 2023-01-28 19:34:08 +08:00
Hui Li f01deae2f0
Merge pull request #19681 from taosdata/fix/wal_ref
fix: wal ref
2023-01-28 18:51:30 +08:00
wangmm0220 d96cdff8f3 fix:add logic for auto create table while inserting data for taosx 2023-01-28 18:25:43 +08:00