Skip to content

Commit

Permalink
[hotfix] Add more information to CheckpointCoordinatorConfiguration#t…
Browse files Browse the repository at this point in the history
…oString

This closes apache#11351.
  • Loading branch information
wsry authored and zhijiangW committed Apr 27, 2020
1 parent 4540a83 commit 9069ac4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ public String toString() {
", minPauseBetweenCheckpoints=" + minPauseBetweenCheckpoints +
", maxConcurrentCheckpoints=" + maxConcurrentCheckpoints +
", checkpointRetentionPolicy=" + checkpointRetentionPolicy +
", isExactlyOnce=" + isExactlyOnce +
", isPreferCheckpointForRecovery=" + isPreferCheckpointForRecovery +
", tolerableCheckpointFailureNumber=" + tolerableCheckpointFailureNumber +
'}';
}
Expand Down

0 comments on commit 9069ac4

Please sign in to comment.