commit | 7b57962feffe21258585d2ae7aa7db071f4d5c79 | [log] [tgz] |
---|---|---|
author | You Wang <you@onlab.us> | Mon May 15 15:50:16 2017 -0700 |
committer | Ray Milkey <ray@onlab.us> | Tue May 16 22:39:22 2017 +0000 |
tree | 7926f7bb9e8e69ee92534a612af4d65540bbf8b7 | |
parent | a8e3d0d8b8804b6574d18d65e13da274bd876c27 [diff] |
Remove 'backupEnabled' option for intent-perf Change-Id: I44975b347ef073fa7eca2b7d29f209327ad7b330
diff --git a/apps/test/intent-perf/src/main/java/org/onosproject/intentperf/IntentPerfInstaller.java b/apps/test/intent-perf/src/main/java/org/onosproject/intentperf/IntentPerfInstaller.java index b4d7acf..e68c13c 100644 --- a/apps/test/intent-perf/src/main/java/org/onosproject/intentperf/IntentPerfInstaller.java +++ b/apps/test/intent-perf/src/main/java/org/onosproject/intentperf/IntentPerfInstaller.java
@@ -177,10 +177,6 @@ reportTimer = new Timer("onos-intent-perf-reporter"); workers = Executors.newFixedThreadPool(DEFAULT_NUM_WORKERS, groupedThreads("onos/intent-perf", "worker-%d")); - // disable flow backups for testing - configService.setProperty("org.onosproject.store.flow.impl.DistributedFlowRuleStore", - "backupEnabled", "true"); - // TODO: replace with shared executor messageHandlingExecutor = Executors.newSingleThreadExecutor( groupedThreads("onos/perf", "command-handler"));