Skip to content

Commit

Permalink
Adjust format for a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <ftianli@amazon.com>
  • Loading branch information
Tianli Feng committed Jul 12, 2022
1 parent ad991b7 commit 2d826b6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ public class JoinHelper {
@Override
public ClusterTasksResult<JoinTaskExecutor.Task> execute(ClusterState currentState, List<JoinTaskExecutor.Task> joiningTasks)
throws Exception {
// The current state that ClusterManagerService uses might have been updated by a (different) cluster-manager in a higher
// term
// already
// The current state that ClusterManagerService uses might have been updated by a (different) cluster-manager
// in a higher term already
// Stop processing the current cluster state update, as there's no point in continuing to compute it as
// it will later be rejected by Coordinator.publish(...) anyhow
if (currentState.term() > term) {
Expand Down

0 comments on commit 2d826b6

Please sign in to comment.