fix: fix startup failure
This commit is contained in:
parent
a26f369d95
commit
dc416377dc
@ -302,7 +302,6 @@ class NacosStateMachine extends StateMachineAdapter {
|
||||
|
||||
@Override
|
||||
public boolean onSnapshotLoad(SnapshotReader reader) {
|
||||
System.out.println("snapshot load");
|
||||
final Map<String, LocalFileMeta> metaMap = new HashMap<>(
|
||||
reader.listFiles().size());
|
||||
for (String fileName : reader.listFiles()) {
|
||||
|
Loading…
Reference in New Issue
Block a user