Change log level from ERROR to warn. 23/90923/3
authorChetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Mon, 6 Jul 2020 05:13:14 +0000 (10:43 +0530)
committerChetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Fri, 10 Jul 2020 09:31:59 +0000 (15:01 +0530)
commite6377b3191f50f9fe2cf261121a8270a4d525645
tree9abd74d788273801b5f2328d54833cd7d2087a3a
parent397a36c49da2cd32fe51b2b7bd55aec1731bb5fb
Change log level from ERROR to warn.

Description:
When a connection is termination by Peer, following log is logged at
error level causing to get captured in teardown making TC as failure.

Exception occurred while processing connection pipeline
io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection reset by peer

Change the log level from ERROR to warn as this exception is expected
during connection teardown and not making TC to mark as fail for this.

JIRA : OVSDB-496

Signed-off-by: Chetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
Change-Id: I82a585d4478f07e29f8b04600b7df95bb98c6d08
Signed-off-by: Chetan Arakere Gowdru <chetan.arakere@altencalsoftlabs.com>
library/impl/src/main/java/org/opendaylight/ovsdb/lib/jsonrpc/ExceptionHandler.java