Skip to content
Snippets Groups Projects

Resolve "Follow-up from "refactor: pico.space.raft_group -> pico.space.instance""

Merged Georgy Moshkin requested to merge 193-codereview-fixes into master
2 files
+ 11
11
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -392,7 +392,7 @@ impl NodeImpl {
.state
.get(PropertyName::ReplicationFactor)?
.ok_or_else(|| Error::other("missing replication_factor value in storage"))?;
Topology::from_instances(instances).with_replication_factor(replication_factor)
Topology::new(instances).with_replication_factor(replication_factor)
}
};
Loading