From 08a9cabc9cbaf57e70e7a90710f376f7fda032aa Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Wed, 25 May 2022 16:47:51 +0800 Subject: [PATCH] refactor: let all operations of mnode into the sync log --- source/dnode/mgmt/mgmt_mnode/inc/mmInt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source/dnode/mgmt/mgmt_mnode/inc/mmInt.h b/source/dnode/mgmt/mgmt_mnode/inc/mmInt.h index 030d4b309e..854c06a0c4 100644 --- a/source/dnode/mgmt/mgmt_mnode/inc/mmInt.h +++ b/source/dnode/mgmt/mgmt_mnode/inc/mmInt.h @@ -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; -- GitLab