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
Varun Sharma
2016-06-06 11:30:58 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed9411aae4a90ebf1ec0f6891eb421c82d3493ad
ed9411aa
1 parent
82ee2f52
ONOS-4651 fix
Change-Id: I9f09745237fc5b3b4e1f275288d36db3414e58db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
core/store/dist/src/main/java/org/onosproject/store/group/impl/DistributedGroupStore.java
core/store/dist/src/main/java/org/onosproject/store/group/impl/DistributedGroupStore.java
View file @
ed9411a
...
...
@@ -755,6 +755,9 @@ public class DistributedGroupStore
existing
.
state
());
synchronized
(
existing
)
{
existing
.
setState
(
GroupState
.
PENDING_DELETE
);
getGroupStoreKeyMap
().
put
(
new
GroupStoreKeyMapKey
(
existing
.
deviceId
(),
existing
.
appCookie
()),
existing
);
}
log
.
debug
(
"deleteGroupDescriptionInternal: in device {} issuing GROUP_REMOVE_REQUESTED"
,
deviceId
);
...
...
Please
register
or
login
to post a comment