DomGarguilo commented on code in PR #5952:
URL: https://github.com/apache/accumulo/pull/5952#discussion_r2547606747


##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -1063,16 +1063,16 @@ default TimeType getTimeType(String tableName) throws 
TableNotFoundException {
 
   /**
    * Sets the tablet availability for a range of Tablets in the specified 
table, but does not wait
-   * for the tablets to reach this availability state. For the Range 
parameter, note that the Row
-   * portion of the start and end Keys and the inclusivity parameters are used 
when determining the
-   * range of affected tablets. The other portions of the start and end Keys 
are not used.
+   * for the tablets to reach this availability state. The supplied row range 
is compared against
+   * the tablets' start/end rows using its lower/upper bounds and inclusivity 
flags; any non-row

Review Comment:
   Yea good catch I guess using RowRange makes that explicit here so we don't 
need to explain it.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to