We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c0703 commit f7c30f7Copy full SHA for f7c30f7
src/contrib/cluster/Akka.DistributedData/Replicator.cs
@@ -313,8 +313,6 @@ public static Props Props(ReplicatorSettings settings) =>
313
private ImmutableSortedSet<Address> _exitingNodes = ImmutableSortedSet<Address>.Empty;
314
315
private ImmutableDictionary<UniqueAddress, long> _removedNodes = ImmutableDictionary<UniqueAddress, long>.Empty;
316
- private ImmutableDictionary<UniqueAddress, long> _pruningPerformed = ImmutableDictionary<UniqueAddress, long>.Empty;
317
- private ImmutableHashSet<UniqueAddress> _tombstonedNodes = ImmutableHashSet<UniqueAddress>.Empty;
318
319
/// <summary>
320
/// All nodes sorted with the leader first
0 commit comments