milleruntime commented on a change in pull request #2122:
URL: https://github.com/apache/accumulo/pull/2122#discussion_r646570300
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
##########
@@ -609,16 +609,37 @@ void removeProperty(String tableName, String property)
* Gets properties of a table. This operation is asynchronous and eventually
consistent. It is not
* guaranteed that all tablets in a table will return the same values.
Within a few seconds
* without another change, all tablets in a table should be consistent. The
clone table feature
- * can be used if consistency is required.
+ * can be used if consistency is required. Method calls getConfiguration and
then calls
Review comment:
Could add a javadoc links to the `getConfiguration()` method here and in
`NamespaceOperations`.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]