kudu git commit: KUDU-2540: Authorization failures on exactly-once RPCs cause FATAL

2018-08-14 Thread danburkert
Repository: kudu Updated Branches: refs/heads/branch-1.7.x cd28c7553 -> b24f166e3 KUDU-2540: Authorization failures on exactly-once RPCs cause FATAL See the associated JIRA for bug details. The fix follows a slightly different approach than suggested by Todd, namely initialization of the RPC

kudu git commit: KUDU-2540: Authorization failures on exactly-once RPCs cause FATAL

2018-08-14 Thread danburkert
Repository: kudu Updated Branches: refs/heads/branch-1.6.x 6dfc10ac0 -> c50b7fe69 KUDU-2540: Authorization failures on exactly-once RPCs cause FATAL See the associated JIRA for bug details. The fix follows a slightly different approach than suggested by Todd, namely initialization of the RPC

kudu git commit: KUDU-2540: Authorization failures on exactly-once RPCs cause FATAL

2018-08-14 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 2d92370d9 -> e795d5a82 KUDU-2540: Authorization failures on exactly-once RPCs cause FATAL See the associated JIRA for bug details. The fix follows a slightly different approach than suggested by Todd, namely initialization of the RPC

[1/2] kudu git commit: [Java] Upgrade Dependencies

2018-08-14 Thread granthenke
Repository: kudu Updated Branches: refs/heads/master c866f4762 -> 2d92370d9 [Java] Upgrade Dependencies Upgrades the Java dependencies and Gradle versions. Minor version upgrades: - Guava 25.1-android -> 26.0-android Maintenance version upgrades: - Protobuf 3.6.0 -> 3.6.1 Gradle upgrades:

[2/2] kudu git commit: [gradle] Aggressively retry downloading the gradle wrapper jar

2018-08-14 Thread granthenke
[gradle] Aggressively retry downloading the gradle wrapper jar When downloading the Gradle wrapper jar via curl builds could fail because we didn’t retry. This patch adds various ways to retry: - Adds `—retry 3` to retry transient errors. - Adds -L to handle when the requested page has moved