Bug 6745 Fix replacing in compression queue 68/46168/3
authorAndrej Leitner <andrej.leitner@pantheon.tech>
Mon, 26 Sep 2016 08:29:26 +0000 (10:29 +0200)
committerAndrej Leitner <andrej.leitner@pantheon.tech>
Mon, 26 Sep 2016 12:00:30 +0000 (14:00 +0200)
commit96fa8cfd597e38a2c5549334e8cf2910cf938672
tree462ca6c4fcc8cdb0fe14f7094c18465869f8051d
parentfeecc4a8589eb45caf219300d58515b32e586954
Bug 6745 Fix replacing in compression queue

 When there were more changes in a row on startup it could happend
 that the first syncup entry (config-operational) was not updated
 but replaced with following config-config changes. Therefore we need
 to update syncup entry in compression queue everytime when new config
 diff is comming (not only if config-config entry resides there).

Change-Id: I9d73fb348f5e1ace1b138052bcd2a5614946efa9
Signed-off-by: Andrej Leitner <andrej.leitner@pantheon.tech>
applications/forwardingrules-sync/src/main/java/org/opendaylight/openflowplugin/applications/frsync/impl/SyncReactorFutureZipDecorator.java
applications/forwardingrules-sync/src/test/java/org/opendaylight/openflowplugin/applications/frsync/impl/SyncReactorFutureZipDecoratorTest.java