Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
yiguolei committed Dec 18, 2024
1 parent be57db8 commit ae3c7b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ public List<Backend> getCandidateBackends(ImmutableCollection<Backend> backends)

@Override
public String toString() {
return String.format("computeNode=%s | query=%s | load=%s | schedule=%s | tags=%s | resource_downgrade=%s | medium=%s",
return String.format("computeNode=%s | query=%s | load=%s | schedule=%s | tags=%s |"
+ "resource_downgrade=%s | medium=%s",
preferComputeNode, needQueryAvailable, needLoadAvailable, needScheduleAvailable,
resourceTags.stream().map(tag -> tag.toString()).collect(Collectors.joining(",")),
this.allowResourceTagDowngrade, storageMedium);
Expand Down

0 comments on commit ae3c7b0

Please sign in to comment.