[2/2] kudu git commit: [c++ client] clean up inline doxygen documentation

2018-10-24 Thread alexey
[c++ client] clean up inline doxygen documentation This patch cleans up doxygen documentation in client.h. Most importantly, this patch removes the internal API methods (i.e. methods marked with KUDU_NO_EXPORT attribute) from the auto-generated documentation. Fixed other typos and mistakes in

[1/2] kudu git commit: [c++ client] KuduTable::ListPartitions() is private API

2018-10-24 Thread alexey
Repository: kudu Updated Branches: refs/heads/master 7f4a1a628 -> a30c9211e [c++ client] KuduTable::ListPartitions() is private API Added missing KUDU_NO_EXPORT attribute for KuduTable::ListPartitions() since the method is indented to be a part of private (i.e. non-exported) API of the Kudu

kudu git commit: Bump version to 1.8.1-SNAPSHOT

2018-10-24 Thread abukor
Repository: kudu Updated Branches: refs/heads/branch-1.8.x cbbf7b580 -> 4adb9a19c Bump version to 1.8.1-SNAPSHOT Change-Id: I50d679823fda3404b2c5ba95f09f53ead673b2a1 Reviewed-on: http://gerrit.cloudera.org:8080/11774 Reviewed-by: Grant Henke Tested-by: Attila Bukor Project:

kudu git commit: [docs] Update release notes after 1.8.0 release

2018-10-24 Thread abukor
Repository: kudu Updated Branches: refs/heads/master 95d979888 -> 7f4a1a628 [docs] Update release notes after 1.8.0 release - add 1.8.0 and 1.7.1 release notes to prior release notes - add missing release notes anchors to prior release notes - bump versions in release notes boilerplate to 1.9

kudu git commit: [kudu-jepsen] standardize layout of test resource files

2018-10-24 Thread alexey
Repository: kudu Updated Branches: refs/heads/master 53183f1e5 -> 95d979888 [kudu-jepsen] standardize layout of test resource files The kudu-jepsen resources were located under ./resources sub-directory (instead of the 'standard' layout of ./src/{main,test}/resources). After switching to

kudu git commit: Follow-up for commit fff0da840

2018-10-24 Thread adar
Repository: kudu Updated Branches: refs/heads/master fff0da840 -> 53183f1e5 Follow-up for commit fff0da840 Change-Id: Ida8c8ee2c0950b3d71aa7f4bbf0b86ef53f567f9 Reviewed-on: http://gerrit.cloudera.org:8080/11768 Reviewed-by: Will Berkeley Tested-by: Kudu Jenkins Project:

[kudu] Git Push Summary

2018-10-24 Thread abukor
Repository: kudu Updated Tags: refs/tags/1.8.0 [created] 25a2d1636

svn commit: r30389 - in /release/kudu/1.8.0: ./ apache-kudu-1.8.0.tar.gz apache-kudu-1.8.0.tar.gz.asc apache-kudu-1.8.0.tar.gz.sha512

2018-10-24 Thread abukor
Author: abukor Date: Wed Oct 24 18:51:52 2018 New Revision: 30389 Log: Adding files for Kudu 1.8.0 Added: release/kudu/1.8.0/ release/kudu/1.8.0/apache-kudu-1.8.0.tar.gz (with props) release/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.asc

[2/2] kudu git commit: transaction_tracker: add more information to the out-of-memory message

2018-10-24 Thread adar
transaction_tracker: add more information to the out-of-memory message A Slack user reported seeing an error like this: transaction_tracker.cc:119] Transaction failed, tablet \ transaction memory consumption (0) has \ exceeded its limit (67108864) or

[1/2] kudu git commit: KUDU-1678: Race during abort of pending operations during raft shutdown

2018-10-24 Thread adar
Repository: kudu Updated Branches: refs/heads/master b22138783 -> fff0da840 KUDU-1678: Race during abort of pending operations during raft shutdown When a tablet replica is shutting down, the following race can occur: 0: The replica receives an ALTER_SCHEMA op adding the column 'foo'. 1: The