keith-turner commented on code in PR #5952:
URL: https://github.com/apache/accumulo/pull/5952#discussion_r2547563260
##########
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:
Is this still needed `any non-row portions of the keys are ignored.` ?
--
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]