[VTN-13] Incorrect log message which indicates failure of flow uninstallation Created: 17/Apr/14  Updated: 03/May/18  Resolved: 17/Apr/14

Status: Resolved
Project: vtn
Component/s: VTN Manager
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Hideyuki Tai Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 769

 Description   

In manager/implementation/src/main/java/org/opendaylight/vtn/manager/internal/FlowModTask.java.

The "status" parameter was wrongly passed to logger.

if (status.getCode() == StatusCode.UNDEFINED) {
logger.error("{}: Failed to uninstall flow entry: " +
"Timed Out: entry={}",
vtnManager.getContainerName(), status, fent);
} else {



 Comments   
Comment by Hideyuki Tai [ 17/Apr/14 ]

The issue has been already fixed.
The patch for this issue was merged on April 14, 2014.
https://git.opendaylight.org/gerrit/#/c/6029/

Generated at Wed Feb 07 20:47:45 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.