thangTang commented on PR #5243: URL: https://github.com/apache/hbase/pull/5243#issuecomment-1558842120
> Since we use exponential backoff here, the log output is acceptable? We will soon increase the interval between each warn message? Yes you are right, but still offen seen it. And its level is WARN, this makes me nervous, But after doing a little research I figured out that this shouldn't be a problem, that's why I want to change it. > At client side, we have configuration to not output the error message in the first several retries, it is called `hbase.client.start.log.errors.counter`. Maybe we can apply the same pattern here? Can do that, but this config is a client side config(as its name), do you think we need to introduce a new server side config? -- 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]
