From: Robert Varga Date: Thu, 2 Oct 2014 00:07:35 +0000 (+0200) Subject: BUG-650: Split out CommitCoordinationTask X-Git-Tag: release/lithium~850^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=f298b5a67b70daf3face69bf65483de544a6da61;hp=f298b5a67b70daf3face69bf65483de544a6da61 BUG-650: Split out CommitCoordinationTask The coordination task takes most of the coordinator implementation. We do not want to expose it, but at the same time we want to evolve task. Split it out and eliminate the unneeded atomic state updates, as it is only ever touched by a single thread. Change-Id: I49b494d23a8b8f9cdf6cb3dc33e08d22c5bf325e Signed-off-by: Robert Varga ---