kudu git commit: tool: improve format for dumping a rowset

2018-05-03 Thread todd
Repository: kudu Updated Branches: refs/heads/master eded05723 -> d19844f33 tool: improve format for dumping a rowset This changes the output for 'kudu local_replica dump rowset' to be more human-readable. The output now looks like this: RowIdxInBlock: 0; Base: (int32 key=0, int32 int_val=0,

kudu git commit: KUDU-2191 (10/n): PoC: disallow Kudu alter column, create table operations from Hive

2018-05-03 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 7767679a6 -> f54dbb891 KUDU-2191 (10/n): PoC: disallow Kudu alter column, create table operations from Hive This commit makes it more difficult for processes or users who are not the Kudu Master to alter the columns of Kudu table HMS

kudu git commit: KUDU-2214 Update logging to differentiate voting while copying/tombstoned

2018-05-03 Thread mpercy
Repository: kudu Updated Branches: refs/heads/master d19844f33 -> 7767679a6 KUDU-2214 Update logging to differentiate voting while copying/tombstoned Change-Id: I07007601d0a86d6161065629ba167121a33635d6 Reviewed-on: http://gerrit.cloudera.org:8080/10169 Tested-by: Kudu Jenkins Reviewed-by:

kudu git commit: rpc: add experimental rpc_reuseport flag

2018-05-03 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 96fa80503 -> eded05723 rpc: add experimental rpc_reuseport flag This option sets the SO_REUSEPORT socket option on a server's bound socket. This socket option is supported on all platforms which Kudu supports, except RHEL 6.4 and below.

kudu git commit: [jepsen] make kudu-master-see-tservers more robust

2018-05-03 Thread alexey
Repository: kudu Updated Branches: refs/heads/master e45fbd1b0 -> 610b1aefb [jepsen] make kudu-master-see-tservers more robust Updated kudu-master-see-tservers function to be less fragile. The prior implementation depended on the format of the output of the 'kudu cluster ksck' sub-command.

kudu git commit: java: fix error-prone DefaultCharset[1] issues

2018-05-03 Thread granthenke
Repository: kudu Updated Branches: refs/heads/master 610b1aefb -> 96fa80503 java: fix error-prone DefaultCharset[1] issues This should be a non-functional change on all systems where UTF8 is the default character set. It may fix issues on other systems which are exceedingly rare these days.

[2/2] kudu git commit: mini-cluster: support parallel multi-master clusters

2018-05-03 Thread danburkert
mini-cluster: support parallel multi-master clusters This commit refactors the mini-clusters to internally use reserved sockets for their child daemons. Reserved sockets are simply sockets bound to a random port with SO_REUSEPORT. As a result, master addresses for multi-master mini clusters no

kudu git commit: docs: workflow for backing up or restoring an entire node

2018-05-03 Thread adar
Repository: kudu Updated Branches: refs/heads/master f54dbb891 -> 06afa8f04 docs: workflow for backing up or restoring an entire node I explicitly chose to be vague and not provide example shell commands because this is such a niche workflow. Change-Id:

[1/2] kudu git commit: [Java] Fix TestSecurity tests on Mac

2018-05-03 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 06afa8f04 -> eb4d88f0a [Java] Fix TestSecurity tests on Mac TestSecurity tests were failing because InetAddress.getCanonicalHostName was returning localhost for the 127.0.0.1 IP address which results Kerberos rejecting as not kinit’d.

kudu git commit: [Java] Fix TestSecurity tests on Mac

2018-05-03 Thread granthenke
Repository: kudu Updated Branches: refs/heads/branch-1.7.x ffc01ab72 -> fb4bc2f64 [Java] Fix TestSecurity tests on Mac TestSecurity tests were failing because InetAddress.getCanonicalHostName was returning localhost for the 127.0.0.1 IP address which results Kerberos rejecting as not