Commit Graph

117 Commits

Author SHA1 Message Date
Shengliang Guan 35c74839f6 test: case from drop dnode which has mnode 2022-06-11 17:59:57 +08:00
Shengliang Guan d702cb1486 refactor: adjust mnode log 2022-06-11 12:55:16 +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 a047d4a559 Merge remote-tracking branch 'origin/feature/sync-refactor' into fix/mnode 2022-06-07 16:37:50 +08:00
Shengliang Guan 24a6b352ef refactor: adjust some logs 2022-06-07 15:11:16 +08:00
Shengliang Guan e5f2b786fb feat: drop dnode 2022-06-07 13:41:41 +08:00
Shengliang Guan a56f149af9 refactor: get last commit index to mnode 2022-06-07 13:01:48 +08:00
Shengliang Guan 5838956831 refactor: dnode online 2022-06-06 14:45:53 +08:00
Shengliang Guan 1907c0e66c enh: add creating and dropping states to mnode 2022-06-01 21:16:22 +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 c44ec05229 fix: error in sync sem 2022-05-27 15:21:59 +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 6c1d1927c9 refactor: sync integrate into mnode 2022-05-23 09:58:21 +08:00
Shengliang Guan 32d48f3b8f refactor: sync integrate into mnode 2022-05-22 17:45: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
yihaoDeng 3cbf4ad4d2 fix: avoid invalid read/write 2022-05-18 14:11:23 +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 0052d5bc21 refactor: adjust status in sdb 2022-04-29 14:20:28 +08:00
Shengliang Guan 5fdaceb861 refactor: adjust lock in sdb 2022-04-29 11:30:44 +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
Shengliang Guan 88fb43a165
Merge pull request #11979 from taosdata/feature/dnode
test: add unitest for sdb
2022-04-28 14:33:59 +08:00
Shengliang Guan 7d3dd776f1 test: add unitest for sdb 2022-04-28 13:56:10 +08:00
shenglian zhou 974c679c84 Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf 2022-04-28 10:30:20 +08:00
Shengliang Guan 46af79b90c test: add unitest for sdb 2022-04-28 09:55:31 +08:00
Shengliang Guan 0136cae760 refactor(cluster): add cb func on transaction start and stop 2022-04-27 10:35:21 +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 cfe7abce4b refactor(cluster): make sdb ver atomic 2022-04-26 17:45:37 +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 2662a3b69d [TD-13254]<fix>: make 3.0 grant. 2022-04-10 19:08:16 +08:00
Liu Jicong adf8bd5e82 add log 2022-04-01 21:30:06 +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