[kudu-CR] Add a ResultTracker class that will track server side results

2016-06-26 Thread David Ribeiro Alves (Code Review)
David Ribeiro Alves has uploaded a new patch set (#14). Change subject: Add a ResultTracker class that will track server side results .. Add a ResultTracker class that will track server side results This adds the initial

[kudu-CR] Add information about Exactly Once RPC semantics to rpc.md

2016-06-26 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change. Change subject: Add information about Exactly Once RPC semantics to rpc.md .. Patch Set 1: Build Started http://104.196.14.100/job/kudu-gerrit/2008/ -- To view, visit

[kudu-CR] Integrate the result tracker with writes

2016-06-26 Thread David Ribeiro Alves (Code Review)
David Ribeiro Alves has uploaded a new patch set (#2). Change subject: Integrate the result tracker with writes .. Integrate the result tracker with writes This patch integrates the result tracker with write transactions,

[kudu-CR] thirdparty: add boost and switch to header-only build

2016-06-26 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change. Change subject: thirdparty: add boost and switch to header-only build .. Patch Set 1: Build Started http://104.196.14.100/job/kudu-gerrit/1999/ -- To view, visit

[kudu-CR] locks: switch from boost::shared lock to kudu::shared lock

2016-06-26 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change. Change subject: locks: switch from boost::shared_lock to kudu::shared_lock .. Patch Set 2: Build Started http://104.196.14.100/job/kudu-gerrit/1998/ -- To view, visit

[kudu-CR] Add a Barrier implementation and use it in cbtree-test

2016-06-26 Thread Adar Dembo (Code Review)
Adar Dembo has submitted this change and it was merged. Change subject: Add a Barrier implementation and use it in cbtree-test .. Add a Barrier implementation and use it in cbtree-test This removes another dependency on boost