@@ -510,12 +510,12 @@ ListOffsetsResult listOffsets(
510510 * <p>If one tabletServer failed adding tag, none of the tags will take effect.
511511 *
512512 * <ul>
513- * <li>{@link AuthorizationException} If the authenticated user doesn't have reset config
514- * access to the cluster .
513+ * <li>{@link AuthorizationException} If the authenticated user doesn't have cluster
514+ * permissions .
515515 * <li>{@link ServerNotExistException} If the tabletServer in {@code tabletServers} does not
516516 * exist.
517- * <li>{@link ServerTagAlreadyExistException} If the server tag already exists when {@code
518- * overWriteIfExists} is false .
517+ * <li>{@link ServerTagAlreadyExistException} If the server tag already exists for any one of
518+ * the tabletServers .
519519 * </ul>
520520 *
521521 * @param tabletServers the tabletServers we want to add server tags.
@@ -529,12 +529,12 @@ ListOffsetsResult listOffsets(
529529 * <p>If one tabletServer failed removing tag, none of the tags will be removed.
530530 *
531531 * <ul>
532- * <li>{@link AuthorizationException} If the authenticated user doesn't have reset config
533- * access to the cluster .
532+ * <li>{@link AuthorizationException} If the authenticated user doesn't have cluster
533+ * permissions .
534534 * <li>{@link ServerNotExistException} If the tabletServer in {@code tabletServers} does not
535535 * exist.
536- * <li>{@link ServerTagNotExistException} If the server tag does not exist when {@code
537- * overWriteIfExists} is false .
536+ * <li>{@link ServerTagNotExistException} If the server tag does not exist for any one of the
537+ * tabletServers .
538538 * </ul>
539539 *
540540 * @param tabletServers the tabletServers we want to remove server tags.
@@ -552,8 +552,8 @@ ListOffsetsResult listOffsets(
552552 * rebalance task exists, an {@link RebalanceFailureException} will be thrown.
553553 *
554554 * <ul>
555- * <li>{@link AuthorizationException} If the authenticated user doesn't have reset config
556- * access to the cluster .
555+ * <li>{@link AuthorizationException} If the authenticated user doesn't have cluster
556+ * permissions .
557557 * <li>{@link RebalanceFailureException} If the rebalance failed. Such as there is an ongoing
558558 * execution.
559559 * </ul>
@@ -570,8 +570,8 @@ CompletableFuture<Map<TableBucket, RebalancePlanForBucket>> rebalance(
570570 * List the rebalance process.
571571 *
572572 * <ul>
573- * <li>{@link AuthorizationException} If the authenticated user doesn't have reset config
574- * access to the cluster .
573+ * <li>{@link AuthorizationException} If the authenticated user doesn't have cluster
574+ * permissions .
575575 * <li>{@link NoRebalanceInProgressException} If there are no rebalance tasks in progress.
576576 * </ul>
577577 *
@@ -583,8 +583,8 @@ CompletableFuture<Map<TableBucket, RebalancePlanForBucket>> rebalance(
583583 * Cannel the rebalance task.
584584 *
585585 * <ul>
586- * <li>{@link AuthorizationException} If the authenticated user doesn't have reset config
587- * access to the cluster .
586+ * <li>{@link AuthorizationException} If the authenticated user doesn't have cluster
587+ * permissions .
588588 * <li>{@link NoRebalanceInProgressException} If there are no rebalance tasks in progress.
589589 * </ul>
590590 */
0 commit comments