You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/01/12 07:46:53 UTC

[GitHub] [bookkeeper] eolivelli opened a new issue #2531: Noisy stacktrace always printed at boot

eolivelli opened a new issue #2531:
URL: https://github.com/apache/bookkeeper/issues/2531


   **BUG REPORT**
   
   Here an user reported a spammy log
   https://github.com/apache/pulsar/issues/9138
   
   Basically the problem is here:
   https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/client/DefaultBookieAddressResolver.java#L59
   we are printing the stacktrace of the Exception, but we should not, it is only a problem in the log line
   
   ***Expected behavior***
   
   No stacktrace and probably no log at level "info", but only at "debug" level
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] dlg99 closed issue #2531: Noisy stacktrace always printed at boot

Posted by GitBox <gi...@apache.org>.
dlg99 closed issue #2531:
URL: https://github.com/apache/bookkeeper/issues/2531


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [bookkeeper] dianacle commented on issue #2531: Noisy stacktrace always printed at boot

Posted by GitBox <gi...@apache.org>.
dianacle commented on issue #2531:
URL: https://github.com/apache/bookkeeper/issues/2531#issuecomment-758527145


   I can commit a fix


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org