Skip to content

Commit

Permalink
Sync from server repo (4ce3c11e223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Spilchen committed Apr 17, 2024
1 parent 5b41e6f commit 1f4bc64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vclusterops/https_find_subcluster_op.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,14 @@ func (op *httpsFindSubclusterOp) processResult(execContext *opEngineExecContext)
return allErrs
}

// Process subclusters
// process subclusters
if err := op.processSubclusters(subclusterResp, execContext); err != nil {
allErrs = errors.Join(allErrs, err)
return allErrs
}

// good response from one node is enough for us
return nil
}
return allErrs
}
Expand Down

0 comments on commit 1f4bc64

Please sign in to comment.