kudu git commit: KUDU-78. Fix pb_util functions which return bool to return Status or void

2016-10-25 Thread todd
Repository: kudu Updated Branches: refs/heads/master 6ed6989ab -> 5a46e6076 KUDU-78. Fix pb_util functions which return bool to return Status or void As suggested in ticket, I've refactored four pb_util functions returning bool. As it turns out, three of them should never fail (except with CHE

[3/3] kudu git commit: Fix MiniKdc dtor crash

2016-10-25 Thread danburkert
Fix MiniKdc dtor crash The C++ MiniKdc had a bug that caused a CHECK failure when the dtor ran while stopped. Change-Id: Iccfa5cdbfadd82d021e9ccede020e1d19e7054fc Reviewed-on: http://gerrit.cloudera.org:8080/4839 Reviewed-by: Adar Dembo Tested-by: Dan Burkert Project: http://git-wip-us.apache

[1/3] kudu git commit: Add a design doc for rpc retry/failover semantics

2016-10-25 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master ff24651cb -> 6ed6989ab Add a design doc for rpc retry/failover semantics This adds the final version of the rpc retry/failover doc and includes details of the final implementation. It also includes a guide and hints on how to implement exact

[2/3] kudu git commit: Add krb5 dependency to Java README

2016-10-25 Thread danburkert
Add krb5 dependency to Java README I think it's a little premature to add it to installation.adoc, since it isn't required for building or operating Kudu yet (it's a test-only dependency). Change-Id: I5e4ffe0bee242ddec3a9effd4c3404348f1b889c Reviewed-on: http://gerrit.cloudera.org:8080/4840 Revie