You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/02/28 21:35:54 UTC

[kudu-CR] WIP: KUDU-1354. Writes should not release locks before committing MVCC

Hello David Ribeiro Alves,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2342

to review the following change.

Change subject: WIP: KUDU-1354. Writes should not release locks before committing MVCC
......................................................................

WIP: KUDU-1354. Writes should not release locks before committing MVCC

Seems to reduce alter_table-randomized-test flakiness from around 10/1000
crashing to less than 0.1% (with remaining crashes due to an unrelated bug):

http://dist-test.cloudera.org//job?job_id=todd.1456690849.21084
(1/2000 failures, due to a FS manager bug)

Change-Id: Ie715e94f7b7e4848213d41c6837af574f5fa5d48
---
M src/kudu/tablet/transactions/write_transaction.cc
1 file changed, 7 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/2342/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2342
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie715e94f7b7e4848213d41c6837af574f5fa5d48
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: David Ribeiro Alves <da...@cloudera.com>