[4/4] kudu git commit: [docs] Add note for CM-based multi-master migration

2018-04-04 Thread todd
[docs] Add note for CM-based multi-master migration The migrating to multi-master guide specifies changing the master_addresses. This step doesn't have to be done in CM-based deployments as it will generate this list. Added a warning to follow Cloudera docs when using CM instead. Change-Id: Idcb

[2/4] kudu git commit: rowset_metadata: cache min/max encoded keys

2018-04-04 Thread todd
rowset_metadata: cache min/max encoded keys This patch adds a new flag rowset_metadata_store_keys that, when true, will indicate that Kudu should duplicate diskrowset min/max keys into the rowset metadata. Doing so allows Kudu to read the keys from tablet metadata and bootstrap tablets without hav

[3/4] kudu git commit: KUDU-2232. java: Remove deprecated call from KuduTable

2018-04-04 Thread todd
KUDU-2232. java: Remove deprecated call from KuduTable KuduTable.getFormattedRangePartitions(long deadline) called KuduTable.getTabletsLocations(long deadline) which is deprecated. Change-Id: I8c54d0483241166675c65a8002464d4bd9604a4f Reviewed-on: http://gerrit.cloudera.org:8080/8749 Tested-by: Ku

[1/4] kudu git commit: pprof: fix contention output

2018-04-04 Thread todd
Repository: kudu Updated Branches: refs/heads/master 725c6ce63 -> 030630ac0 pprof: fix contention output In 600723e0e954a1b199e6a0bf1dfd63fe7289a6a8 I changed the profile to be written to an intermediary buffer before writing to the eventual HTTP output stream, but missed one location where it