Removed stale TODO
Change-Id: Icafb7ac3de4a03c7fa271edfff00a14c73dd3289
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -164,8 +164,6 @@ public class PartitionManager extends AbstractListenerManager<PartitionEvent, Pa | ... | @@ -164,8 +164,6 @@ public class PartitionManager extends AbstractListenerManager<PartitionEvent, Pa |
164 | diffExaminer.partitionDiffs() | 164 | diffExaminer.partitionDiffs() |
165 | .values() | 165 | .values() |
166 | .stream() | 166 | .stream() |
167 | - // TODO: Remove after partition 0 is removed from cluster metadata. | ||
168 | - .filter(diff -> !diff.partitionId().equals(PartitionId.from(0))) | ||
169 | .filter(PartitionDiff::hasChanged) | 167 | .filter(PartitionDiff::hasChanged) |
170 | .forEach(diff -> partitions.get(diff.partitionId()).onUpdate(diff.newValue())); | 168 | .forEach(diff -> partitions.get(diff.partitionId()).onUpdate(diff.newValue())); |
171 | } | 169 | } | ... | ... |
-
Please register or login to post a comment