Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
esert-g committed Aug 24, 2021
1 parent abc807f commit c8c2e70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Expand Up @@ -78,10 +78,10 @@ public static interface RetryAttemptListener {
private RetryAttemptListener readRowsRetryAttemptListener = null;

/**
* If a non null readRowsRetryAttemptListener is provided, client will call onRetryAtempt function
* before a failed ReadRows request is retried. This can be used as negative feedback mechanism
* for future decision to split read streams because some retried failures are due to resource
* exhaustion that increased parallelism only makes it worse.
* If a non null readRowsRetryAttemptListener is provided, client will call onRetryAttempt
* function before a failed ReadRows request is retried. This can be used as negative feedback
* mechanism for future decision to split read streams because some retried failures are due to
* resource exhaustion that increased parallelism only makes it worse.
*/
public void setReadRowsRetryAttemptListener(RetryAttemptListener readRowsRetryAttemptListener) {
this.readRowsRetryAttemptListener = readRowsRetryAttemptListener;
Expand Down
Expand Up @@ -87,10 +87,10 @@ public static interface RetryAttemptListener {
private RetryAttemptListener readRowsRetryAttemptListener = null;

/**
* If a non null readRowsRetryAttemptListener is provided, client will call onRetryAtempt function
* before a failed ReadRows request is retried. This can be used as negative feedback mechanism
* for future decision to split read streams because some retried failures are due to resource
* exhaustion that increased parallelism only makes it worse.
* If a non null readRowsRetryAttemptListener is provided, client will call onRetryAttempt
* function before a failed ReadRows request is retried. This can be used as negative feedback
* mechanism for future decision to split read streams because some retried failures are due to
* resource exhaustion that increased parallelism only makes it worse.
*/
public void setReadRowsRetryAttemptListener(RetryAttemptListener readRowsRetryAttemptListener) {
this.readRowsRetryAttemptListener = readRowsRetryAttemptListener;
Expand Down
Expand Up @@ -78,10 +78,10 @@ public static interface RetryAttemptListener {
private RetryAttemptListener readRowsRetryAttemptListener = null;

/**
* If a non null readRowsRetryAttemptListener is provided, client will call onRetryAtempt function
* before a failed ReadRows request is retried. This can be used as negative feedback mechanism
* for future decision to split read streams because some retried failures are due to resource
* exhaustion that increased parallelism only makes it worse.
* If a non null readRowsRetryAttemptListener is provided, client will call onRetryAttempt
* function before a failed ReadRows request is retried. This can be used as negative feedback
* mechanism for future decision to split read streams because some retried failures are due to
* resource exhaustion that increased parallelism only makes it worse.
*/
public void setReadRowsRetryAttemptListener(RetryAttemptListener readRowsRetryAttemptListener) {
this.readRowsRetryAttemptListener = readRowsRetryAttemptListener;
Expand Down

0 comments on commit c8c2e70

Please sign in to comment.