Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17357
to look at the new patch set (#2).
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
---
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(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/57/17357/2
--
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: newpatchset
Gerrit-Change-Id: I303a9a8c85a2191594a22d907770a82da5060f19
Gerrit-Change-Number: 17357
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)