This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 252b696 KUDU-2775: Deflake DefaultSourceTest repartition tests
new 58f189d KUDU-2711 pt 4. Java support for GetTableLocations
optimizations
new 2acfd25 [build] Fix Gradle Checkstyle tasks
new 762f0fc [util] introduce Synchronizer::WaitUntil()
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../checkstyle/checkstyle.xml} | 91 ++++++++++++++++------
.../checkstyle/suppressions.xml} | 0
java/gradle/quality.gradle | 6 +-
.../org/apache/kudu/client/AsyncKuduClient.java | 48 ++++++++++--
.../kudu/client/GetTableLocationsRequest.java | 1 +
.../java/org/apache/kudu/client/LocatedTablet.java | 2 +
.../java/org/apache/kudu/client/RemoteTablet.java | 14 ++--
.../apache/kudu/client/TestAsyncKuduClient.java | 6 +-
.../org/apache/kudu/client/TestRemoteTablet.java | 14 ++--
src/kudu/master/hms_notification_log_listener.cc | 2 +-
src/kudu/util/async_util-test.cc | 90 +++++++++++++++------
src/kudu/util/async_util.h | 9 ++-
12 files changed, 206 insertions(+), 77 deletions(-)
rename java/{kudu_style.xml => config/checkstyle/checkstyle.xml} (72%)
rename java/{checkstyle_suppressions.xml =>
config/checkstyle/suppressions.xml} (100%)