Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17357 )
Change subject: KUDU-2612: retry abort task on timeout ...................................................................... KUDU-2612: retry abort task on timeout It's possible that in the event of a node failure, the abort that happens automatically to avoid a deadlock will timeout. Instead of leaving the failure as is, this patch updates the task to be retried. To expedite testing, this also introduces a new flag to the TxnSystemClient to reduce the default timeout. This is a follow-up to d21a0d3. Change-Id: I303a9a8c85a2191594a22d907770a82da5060f19 Reviewed-on: http://gerrit.cloudera.org:8080/17357 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/integration-tests/txn_write_ops-itest.cc M src/kudu/transactions/txn_system_client.cc M src/kudu/transactions/txn_system_client.h M src/kudu/tserver/ts_tablet_manager.cc 4 files changed, 116 insertions(+), 11 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/17357 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I303a9a8c85a2191594a22d907770a82da5060f19 Gerrit-Change-Number: 17357 Gerrit-PatchSet: 3 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
