Committed by
Gerrit Code Review
change intentperf to explicitly use NewDistributedFlowRuleStore
Change-Id: I4b3b933140d67a3b18aee50ac4b8d9118cc32d8a
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -179,8 +179,8 @@ public class IntentPerfInstaller { | ... | @@ -179,8 +179,8 @@ public class IntentPerfInstaller { |
179 | workers = Executors.newFixedThreadPool(DEFAULT_NUM_WORKERS, groupedThreads("onos/intent-perf", "worker-%d")); | 179 | workers = Executors.newFixedThreadPool(DEFAULT_NUM_WORKERS, groupedThreads("onos/intent-perf", "worker-%d")); |
180 | 180 | ||
181 | // disable flow backups for testing | 181 | // disable flow backups for testing |
182 | - configService.setProperty("org.onosproject.store.flow.impl.DistributedFlowRuleStore", | 182 | + configService.setProperty("org.onosproject.store.flow.impl.NewDistributedFlowRuleStore", |
183 | - "backupEnabled", "false"); | 183 | + "backupEnabled", "true"); |
184 | 184 | ||
185 | // TODO: replace with shared executor | 185 | // TODO: replace with shared executor |
186 | messageHandlingExecutor = Executors.newSingleThreadExecutor( | 186 | messageHandlingExecutor = Executors.newSingleThreadExecutor( | ... | ... |
-
Please register or login to post a comment