Skip to content

Commit

Permalink
Fix spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Dec 16, 2022
1 parent 8dd5899 commit 4946914
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,12 @@ public void onNewClusterState(ClusterState state) {
),
t
);
// since the request failed to retry, we will attempt to mark it failed which will also ensure cleaning up the exclusion set for the to-be-decommissioned nodes
decommissionController.updateMetadataWithDecommissionStatus(DecommissionStatus.FAILED, statusUpdateListener());
// since the request failed to retry, we will attempt to mark it failed which will also ensure cleaning
// up the exclusion set for the to-be-decommissioned nodes
decommissionController.updateMetadataWithDecommissionStatus(
DecommissionStatus.FAILED,
statusUpdateListener()
);
delegatedListener.onFailure(t);
})
);
Expand Down

0 comments on commit 4946914

Please sign in to comment.