From: Tom Pantelis Date: Thu, 6 Jul 2017 12:30:28 +0000 (-0400) Subject: Bug 8163: Use MT DTCL executor in AbstractConcurrentDataBrokerTest X-Git-Tag: release/nitrogen~49 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=1e50fbad8d8605b73d5b2be8f5ae30b437b33780;hp=1e50fbad8d8605b73d5b2be8f5ae30b437b33780 Bug 8163: Use MT DTCL executor in AbstractConcurrentDataBrokerTest Using a direct executor can cause deadlocks so the DTCL executor was made configurable to use a threadpool as an opt-in. Direct executor is still the default as many existing tests would break. Change-Id: I41e14f1e6d3b77a44e61dfc75abff29d11a777dc Signed-off-by: Tom Pantelis ---