-
Type: Task
-
Status: Resolved (View Workflow)
-
Priority: High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: SEBA-Next
-
Component/s: ONOS & Apps
-
Labels:None
-
Story Points:1
We utilize computeIfPresent() method of ConsistentMap in the remove-sink workflow to take action in case an entry is present in the map. However, we experienced that this method stucks and causes ONOS sub-system to throw time-out exceptions. Therefore, we replace the usage of computeIfPresent() with contains() method in the scope of this task.