Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Jan 16, 2025
1 parent 603555e commit 0edf96c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package org.apache.seata.server.cluster.raft.execute;

import org.apache.seata.server.session.SessionHolder;
import org.apache.seata.server.storage.raft.sore.RaftVGroupMappingStoreManager;
import org.apache.seata.server.store.VGroupMappingStoreManager;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand All @@ -32,7 +32,6 @@ public abstract class AbstractRaftMsgExecute implements RaftMsgExecute<Boolean>

protected RaftLockManager raftLockManager = (RaftLockManager)LockerManagerFactory.getLockManager();

protected RaftVGroupMappingStoreManager raftVGroupMappingStoreManager = (RaftVGroupMappingStoreManager) SessionHolder.getRootVGroupMappingManager();

protected VGroupMappingStoreManager raftVGroupMappingStoreManager = SessionHolder.getRootVGroupMappingManager();

}

0 comments on commit 0edf96c

Please sign in to comment.