From: Tom Pantelis Date: Mon, 8 Feb 2016 21:50:23 +0000 (-0500) Subject: Bug 4823: Use tx commit timeout for BatchedModifications X-Git-Tag: release/boron~364 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=705a9efb2e158cbaf852077fe57167fddc646311;hp=705a9efb2e158cbaf852077fe57167fddc646311;ds=sidebyside Bug 4823: Use tx commit timeout for BatchedModifications When sending BatchedModifications messages to the shard we use the general operation timeout which is 5 sec. We should instead use the transaction commit timeout to be consistent with the other transaction messages (ReadyLocalTransaction, CanCommitTransaction etc). Change-Id: I26bead59c29ee198f677838c5adb3614e3795a04 Signed-off-by: Tom Pantelis ---