You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/09/28 15:42:08 UTC

[GitHub] [accumulo] cshannon commented on a diff in pull request #2967: Update the new modify properties API to automatically retry on concurrent modification exception.

cshannon commented on code in PR #2967:
URL: https://github.com/apache/accumulo/pull/2967#discussion_r982570424


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
##########
@@ -1035,6 +1031,30 @@ public void modifyProperties(String tableName, final Consumer<Map<String,String>
     }
   }
 
+  @Override
+  public void modifyProperties(String tableName, final Consumer<Map<String,String>> mapMutator)

Review Comment:
   > Async APIs and server pipelines may be a good 3.0 project.
   
   I agree with this, I think adding Async APIs for the next major version would be a nice addition.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org