This is an automated email from the ASF dual-hosted git repository.

kturner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


    from f758cd9b5c Update permission validation methods to throw exceptions 
(#3009)
     add da50454871 Update the new modify properties API to automatically retry 
on concurrent modification exception. (#2967)

No new revisions were added by this update.

Summary of changes:
 .../core/client/admin/InstanceOperations.java      |  78 ++++++-
 .../core/client/admin/NamespaceOperations.java     |  25 ++-
 .../core/client/admin/TableOperations.java         |  33 ++-
 .../core/clientImpl/InstanceOperationsImpl.java    |  48 ++++-
 .../core/clientImpl/NamespaceOperationsImpl.java   |  47 ++++-
 .../core/clientImpl/TableOperationsImpl.java       |  48 ++++-
 .../java/org/apache/accumulo/fate/util/Retry.java  |  15 ++
 .../core/clientImpl/TableOperationsHelperTest.java |  12 +-
 .../accumulo/test/conf/PropStoreConfigIT.java      | 227 +++++++++++++++++++++
 9 files changed, 498 insertions(+), 35 deletions(-)

Reply via email to