Skip to content

Commit

Permalink
Address the comment from @jrhee17
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoox committed Jan 3, 2025
1 parent 91ad720 commit aa5f76f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public CompletionStage<Void> start(PluginContext context) {
} catch (Exception ex) {
// No need to rollback because the migration is not committed. Just log the error.
logger.warn("Failed to migrate metadata roles of {}", name, ex);
return UnmodifiableFuture.completedFuture(null);
}
}
logMigrationJob(context.commandExecutor());
Expand Down

0 comments on commit aa5f76f

Please sign in to comment.