Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 committed Feb 18, 2023
1 parent a4dda6d commit 75aad86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ public BookieNode selectFromNetworkLocation(String networkLoc,
* the whole cluster and exclude the racks specified at
* <tt>excludeRacks</tt>.
*/
LOG.info("Failed to choose a bookie node from {} : leaves {}, exclude Bookies {}, "
LOG.warn("Failed to choose a bookie node from {} : leaves {}, exclude Bookies {}, "
+ "current ensemble {}, fallback to choose bookie randomly from the cluster.",
networkLoc, topology.getLeaves(networkLoc), excludeBookies, ensemble);
return selectFromNetworkLocation(excludeRacks, excludeBookies, predicate, ensemble, fallbackToRandom);
Expand Down

0 comments on commit 75aad86

Please sign in to comment.