BUG 8422: Change tx handlers hard timeout 32/57132/3
authorTomas Cere <tcere@cisco.com>
Tue, 16 May 2017 10:40:35 +0000 (12:40 +0200)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 17 May 2017 00:10:46 +0000 (00:10 +0000)
commitce270209c52ec43df3e61b49244f8ddc796ecd0f
tree4dab9570bc1a1c4bfc01aa140eecf1f89913d4e9
parent1663020baaf094c4f2f31a18c787ce4d4efd11c8
BUG 8422: Change tx handlers hard timeout

This makes write-transactions/produce-transactions return an
RpcError upon reaching 2 minutes of waiting after the last
transaction is submitted in case the transactions arent timed out
from the frontend.

Also close producer when the initial write into id-ints list fails.

Change-Id: I20abbd02ed14e16d9e9a49f935113c0044e7c6d8
Signed-off-by: Tomas Cere <tcere@cisco.com>
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/impl/ProduceTransactionsHandler.java
opendaylight/md-sal/samples/clustering-test-app/provider/src/main/java/org/opendaylight/controller/clustering/it/provider/impl/WriteTransactionsHandler.java