eolivelli opened a new pull request #10088:
URL: https://github.com/apache/pulsar/pull/10088


   ### Motivation
   When there are not enough writable bookies or other BK level temporary 
error, you can see the broker logs spammed of this kind of exception.
   The error is already logged, so it is useless to write the full stack trace.
   
   The problem is that you are going to fill up the disks of the broker, adding 
a new problem to the existing problems on the BK machines. 
   
   This is especially problematic when you have some health probe that try to 
create and write to a persistent topic.
   
   ### Modifications
   
   Do not log the problems related to ManagedLedger in ServerCnx, they are 
already logged in BrokerService.
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   


-- 
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:
[email protected]


Reply via email to