Commit Graph

68 Commits

Author SHA1 Message Date
Shengliang Guan d9c261cd13 refact: remove some error codes 2022-12-03 10:17:02 +08:00
Shengliang Guan 5625ea9f2a fix: failed to read sdb while udf larger then 10M 2022-11-02 17:09:53 +08:00
Shengliang Guan f2e1bd55d3 fix: failed to read sdb while udf larger then 10M 2022-11-02 17:08:15 +08:00
Shengliang Guan 5240814261 test: improve coverall 2022-10-27 17:45:50 +08:00
Minghao Li a35ad361d0 refacotr(sync): call syncBeginSnapshot instead of walBeginSnapshot 2022-10-20 18:01:43 +08:00
Shengliang Guan 00080750fa fix: mnode may deadlock while drop another mnode if it crashed 2022-10-17 20:40:11 +08:00
Hongze Cheng 6ed0634fb7 format more code 2022-10-13 11:56:16 +08:00
Shengliang Guan e98335bdfa fix: coverity issues 2022-10-08 11:29:46 +08:00
Shengliang Guan e5abe59bb1 fix: coverity issues 2022-09-28 09:29:54 +08:00
Shengliang Guan 3810b5d4fa fix: add more info log for mnode 2022-09-23 15:42:36 +08:00
Liu Jicong bf37f3fa68 feat(wal): remove wal log size limitation 2022-07-20 16:15:53 +08:00
Shengliang Guan 390264db3f enh: assert the term of the snapshot as same as the memory 2022-07-19 17:11:15 +08:00
Shengliang Guan f5c0ab8579 feat: drop dnode 2022-06-22 14:55:29 +08:00
Shengliang Guan ab0d7d31bc refactor: get sdb snapshot in atomic way 2022-06-20 18:37:46 +08:00
Shengliang Guan db4e02c7c7 fix: add log to debug mnode sync 2022-06-17 15:23:17 +08:00
Shengliang Guan ad5f9555fb refactor: sdb commit index 2022-06-17 14:48:30 +08:00
Shengliang Guan 35c74839f6 test: case from drop dnode which has mnode 2022-06-11 17:59:57 +08:00
Shengliang Guan 95ca88432f fix: save sync config in mnode 2022-06-11 10:58:57 +08:00
Shengliang Guan b90f1f246c refactor: adjust mnode trace log 2022-06-10 16:31:33 +08:00
Shengliang Guan 4da408afe6 enh: call walEndSnapshot while sdb writefile 2022-06-09 17:44:39 +08:00
Shengliang Guan 17f8ccc901 enh: record config index 2022-06-09 14:12:52 +08:00
Shengliang Guan 24a6b352ef refactor: adjust some logs 2022-06-07 15:11:16 +08:00
Shengliang Guan 86f8bf6cb1 refactor: make trans support multi steps 2022-05-31 14:38:15 +08:00
Shengliang Guan edb7a2c0b2 refactor: mnode snapshot 2022-05-29 13:14:36 +08:00
Shengliang Guan 147c7ee0b4 enh: sdb snapshot 2022-05-28 16:41:38 +08:00
Shengliang Guan 576a7ee0a7 enh: sdb snapshot 2022-05-28 15:00:18 +08:00
Shengliang Guan f6c676a174 enh: sdb snapshot 2022-05-28 11:11:48 +08:00
Shengliang Guan dfdaf1cd51 enh: sdb snapshot 2022-05-27 23:00:13 +08:00
Shengliang Guan 229cb7b7d9 refactor: sdb header 2022-05-25 12:32:28 +08:00
Shengliang Guan d2d0ae20aa refactor: mnode snapshot 2022-05-24 19:29:23 +08:00
Shengliang Guan 68b7f6946d refactor: sync integrate into mnode 2022-05-23 13:15:27 +08:00
Shengliang Guan 38394c1829 enh: add file ver to sdb 2022-05-20 20:47:00 +08:00
Shengliang Guan 2ee38b94fd refactor: change lockfree to rwlock 2022-05-19 15:52:35 +08:00
afwerar 02e6b38270 fix(os): make taosd run on win. 2022-05-09 03:22:05 +08:00
Shengliang Guan c5276942a0 fix: write sdb on row status is dropping 2022-04-29 14:28:15 +08:00
Shengliang Guan 02400c15b6 test: add unitest for sdb 2022-04-28 21:22:03 +08:00
Shengliang Guan a13cb870f3 test: add unitest for sdb 2022-04-28 20:17:37 +08:00
Shengliang Guan ef2b59580e test: add unitest for sdb 2022-04-28 19:16:13 +08:00
shenglian zhou 35711ee710 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-04-27 07:31:36 +08:00
Shengliang Guan 1f2b8ae1df refactor(cluster): adjust log print 2022-04-26 17:42:57 +08:00
Shengliang Guan 2225622500 Merge branch '3.0_udfd' of https://github.com/taosdata/TDengine into 3.0_udfd 2022-04-26 17:19:34 +08:00
Shengliang Guan 16887683f3 fix: crash while create udf 2022-04-26 17:19:23 +08:00
Shengliang Guan 9e41cce370 refactor(cluster): adjust acct log 2022-04-26 15:47:45 +08:00
afwerar c11946fd75 [TD-13756]<fix>: Fix macro name error. 2022-04-11 18:55:43 +08:00
afwerar 222db126bc [TD-13758]<fix>: redefine memory api. 2022-03-26 00:29:53 +08:00
Shuduo Sang 3c6c518470
[TD-13063]<feature>: 3.0 on windows (#10765)
* [TD-13063]<feature>: 3.0 on Windows

* add pthread in contrib

* fix linux compile

* fix osSemaphore

* add gnu regex for Windows

* fix compile error for Windows

* support arm platform

* port more OS files

* fix for Windows compile

* port more files

* fix macOS on x86_64

* port osFile

* port osSemaphone.h

* port osSocket.c

* port tconfig.c

* port ttimer.c

* add couple files

* merge with 3.0
2022-03-16 11:37:31 +08:00
afwerar 5a37fdf28f [TD-13062]<fix>: cross platform file system. 2022-02-25 01:47:20 +08:00
Shengliang Guan 2c3f35e7c7 save sdb in every 3 seconds 2022-01-25 11:46:15 +00:00
Shengliang Guan dcb0de0b5c test cases for trans 2022-01-04 01:17:25 -08:00
Shengliang Guan c94f30e383 add some logs 2022-01-03 23:20:29 -08:00