Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
Signed-off-by: ShubhamRwt <[email protected]>
  • Loading branch information
ShubhamRwt committed Jan 11, 2024
1 parent 1c2fa4b commit d8f2d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public RemoveDisksRunnable(KafkaCruiseControl kafkaCruiseControl,
OperationFuture future,
RemoveDisksParameters parameters,
String uuid) {
super(kafkaCruiseControl, future, parameters, false, parameters.stopOngoingExecution(), parameters.skipHardGoalCheck(),
super(kafkaCruiseControl, future, parameters, parameters.dryRun(), parameters.stopOngoingExecution(), parameters.skipHardGoalCheck(),
uuid, parameters::reason);
_brokerIdAndLogdirs = parameters.brokerIdAndLogdirs();
}
Expand Down

0 comments on commit d8f2d7a

Please sign in to comment.