hangc0276 opened a new pull request #2856: URL: https://github.com/apache/bookkeeper/pull/2856
Descriptions of the changes in this PR: ### Motivation When start bookie, it will throws the following error message when dns resolver initialize failed. ``` [main] ERROR org.apache.bookkeeper.client.RackawareEnsemblePlacementPolicyImpl - Failed to initialize DNS Resolver org.apache.bookkeeper.net.ScriptBasedMapping, used default subnet resolver : java.lang.RuntimeException: No network topology script is found when using script based DNS resolver. ``` It is confusing for users. ### Modification 1. change the log level from error to warn. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
