nicoloboschi opened a new pull request, #16398:
URL: https://github.com/apache/pulsar/pull/16398

   Fixes #14482
   
   ### Motivation
   The subscription `__compaction` may fail with error `Subscription is 
fenced`. if that happens the compaction round will fail for that topic but it 
will recover on the next one. When this error happens, the stacktrace is 
printed in the broker logs even if it's not a real error and it will recover 
automatically.
   
   ### Modifications
   
   * Only print exception message to WARN level if subscription is __compaction 
and the error is `SubscriptionFencedException`
   
   - [x] `doc-not-needed` 


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

Reply via email to