From: Robert Varga Date: Thu, 30 Mar 2017 08:45:50 +0000 (+0200) Subject: BUG-5280: make sure we have metadata for standalone history X-Git-Tag: release/carbon~123 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=d2f03dcaedbf68a62d524fb066a1044007714c76;hp=d2f03dcaedbf68a62d524fb066a1044007714c76 BUG-5280: make sure we have metadata for standalone history With metadata propagation in place, we get a ton of warnings in the form of: Unknown history for aborted transaction member-2-datastore-config-fe-0-txn-1261-0, ignoring which is indicative of our failure to populate metadata builder with the history for standalone transactions. This patch fixes that and adds recovery for the case when we fail to find the history in recovered journal. Change-Id: I338666dbd910ec683a44a814deed7382eb255218 Signed-off-by: Robert Varga ---