This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from db3a05c [catalog_manager] add trace for HMS catalog timings
new f9263e4 Deflake TestTimeouts.testLowTimeouts
new 11a6a06 KUDU-2810: [backup] Add workaround DELETE IGNORE support
The 2 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:
.../scala/org/apache/kudu/backup/KuduRestore.scala | 4 ++
.../org/apache/kudu/backup/TestKuduBackup.scala | 37 ++++++++++++++++++
.../org/apache/kudu/client/AsyncKuduSession.java | 15 +++++++-
.../main/java/org/apache/kudu/client/Batch.java | 45 ++++++++++++++--------
.../main/java/org/apache/kudu/client/KuduRpc.java | 2 +-
.../java/org/apache/kudu/client/KuduSession.java | 10 +++++
.../java/org/apache/kudu/client/Operation.java | 14 +++++--
.../apache/kudu/client/SessionConfiguration.java | 30 +++++++++++++--
.../org/apache/kudu/client/TestKuduSession.java | 40 +++++++++++++++++++
.../java/org/apache/kudu/client/TestTimeouts.java | 12 ++++--
10 files changed, 182 insertions(+), 27 deletions(-)