refactor: let all operations of mnode into the sync log

This commit is contained in:
Shengliang Guan 2022-05-25 16:47:51 +08:00
parent b638d0ef8c
commit 08a9cabc9c
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ typedef struct SMnodeMgmt {
SSingleWorker monitorWorker;
SReplica replicas[TSDB_MAX_REPLICA];
int8_t replica;
int8_t selfIndex;
bool stopped;
int32_t refCount;
TdThreadRwlock lock;