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
Jonathan Hart
2015-04-03 11:30:11 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04662935457a64f00865fd05108f26af5daed6f1
04662935
1 parent
aabee15b
Remove old debugging log
Change-Id: Id33700442b739acddc96da7d02c157a32305678b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java
core/store/dist/src/main/java/org/onosproject/store/intent/impl/PartitionManager.java
View file @
0466293
...
...
@@ -115,7 +115,6 @@ public class PartitionManager implements PartitionService {
// ... does it add significant computational complexity? is it worth it?
//int partition = consistentHash(intentKey.hash(), NUM_PARTITIONS);
PartitionId
id
=
new
PartitionId
(
partition
);
log
.
debug
(
"Getting partition for {}: {}"
,
intentKey
,
id
);
//FIXME debug
return
id
;
}
...
...
Please
register
or
login
to post a comment