Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Reza Zamani Zadeh Najari committed Feb 10, 2020
1 parent 44a7588 commit bd655d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helix-core/src/main/java/org/apache/helix/task/TaskUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -1047,8 +1047,7 @@ public static void workflowGarbageCollection(final WorkflowControllerDataProvide
final HelixManager manager) {
// Garbage collections for conditions where workflow context exists but config is missing.

// toBeDeletedWorkflows is a set that contains the name of the workflow contexts that should be
// deleted.
// toBeDeletedWorkflows is a set that contains the name of the workflow that should be deleted.
Set<String> toBeDeletedWorkflows = new HashSet<>();
try {
Set<String> existingWorkflowContexts = new HashSet<>(dataProvider.getContexts().keySet());
Expand Down

0 comments on commit bd655d5

Please sign in to comment.