Skip to content
Snippets Groups Projects
Commit fe7265cf authored by Saurav Das's avatar Saurav Das
Browse files

Merge branch 'master' of github.com:bigswitch/bigswitchcontroller

parents 87f0117a 423c5532
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ public class FlowReconcileManager
protected static final String EnableConfigKey = "enable";
protected boolean flowReconcileEnabled;
public int flowReconcileThreadRunCount;
volatile public int flowReconcileThreadRunCount;
@Override
public synchronized void addFlowReconcileListener(
......@@ -311,9 +311,9 @@ public class FlowReconcileManager
break;
}
}
flowReconcileThreadRunCount++;
// Flush the flowCache counters.
updateFlush();
flowReconcileThreadRunCount++;
} else {
if (logger.isTraceEnabled()) {
logger.trace("No flow to be reconciled.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment