Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Madan Jampani
2016-06-06 15:09:03 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67a881f7cdfa18177153d5cb3d1e5f51a88dda4d
67a881f7
1 parent
283a7856
Removed stale TODO
Change-Id: Icafb7ac3de4a03c7fa271edfff00a14c73dd3289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
core/store/primitives/src/main/java/org/onosproject/store/primitives/impl/PartitionManager.java
core/store/primitives/src/main/java/org/onosproject/store/primitives/impl/PartitionManager.java
View file @
67a881f
...
...
@@ -164,8 +164,6 @@ public class PartitionManager extends AbstractListenerManager<PartitionEvent, Pa
diffExaminer
.
partitionDiffs
()
.
values
()
.
stream
()
// TODO: Remove after partition 0 is removed from cluster metadata.
.
filter
(
diff
->
!
diff
.
partitionId
().
equals
(
PartitionId
.
from
(
0
)))
.
filter
(
PartitionDiff:
:
hasChanged
)
.
forEach
(
diff
->
partitions
.
get
(
diff
.
partitionId
()).
onUpdate
(
diff
.
newValue
()));
}
...
...
Please
register
or
login
to post a comment