Bug 6176 - Decrease logging level in Sal-F/G/M-Service and use synchronized BiMap 68/44868/5
authorAndrej Leitner <andrej.leitner@pantheon.tech>
Tue, 30 Aug 2016 15:09:28 +0000 (17:09 +0200)
committerAndrej Leitner <andrej.leitner@pantheon.sk>
Wed, 31 Aug 2016 20:41:51 +0000 (20:41 +0000)
commit664fa918c4fb218cfde158754b88c4307e5ba8ee
tree8223ff43a8de7d50e9b28a96c17e247f1dc40e9b
parent9bf1d27d17bd8973a41354da46bb9bc3de6cb90f
Bug 6176 - Decrease logging level in Sal-F/G/M-Service and use synchronized BiMap

 - decrease logging level to prevent overloading of netty
   thread with logging errors (seen in troughput test)
 - despite the fact that unsuccesful RPCresult brings errors
   from device there is no reason for throwing error since
   it is not error of karaf ot OFP itself (therefore debug)
 - change BiMap to synchronized because of ConcurrentModificationException
   seen in tests

Change-Id: Ia37212647a9c119ecd51d6685ea8fffb8ee94a39
Signed-off-by: Andrej Leitner <andrej.leitner@pantheon.tech>
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalFlowServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalGroupServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/services/SalMeterServiceImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/util/ErrorUtil.java [new file with mode: 0644]