From b93eba249632ea61c59c8182bf938bde6f2a34fe Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 22 May 2017 10:17:15 +0200 Subject: [PATCH] BUG-8403: raise misordered request log message This error seems to occur intermittently, raise the message to a warning. Change-Id: Ia749a9ac17fa75ef26fe7a2963fa9ea3a0b35731 Signed-off-by: Robert Varga (cherry picked from commit 956797bba2da2db6de3f1e8877d6825aa4c1f159) --- .../controller/cluster/datastore/AbstractFrontendHistory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/AbstractFrontendHistory.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/AbstractFrontendHistory.java index 851e500b45..609751b4bd 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/AbstractFrontendHistory.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/AbstractFrontendHistory.java @@ -136,7 +136,7 @@ abstract class AbstractFrontendHistory implements Identifiable