You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/05 09:51:16 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request, #16398: [fix][compaction] Hide stacktrace if compaction subscription is fenced

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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] nicoloboschi merged pull request #16398: [fix][compaction] Hide stacktrace if compaction subscription is fenced

Posted by GitBox <gi...@apache.org>.
nicoloboschi merged PR #16398:
URL: https://github.com/apache/pulsar/pull/16398


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] nicoloboschi closed pull request #16398: [fix][compaction] Hide stacktrace if compaction subscription is fenced

Posted by GitBox <gi...@apache.org>.
nicoloboschi closed pull request #16398: [fix][compaction] Hide stacktrace if compaction subscription is fenced
URL: https://github.com/apache/pulsar/pull/16398


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] nicoloboschi commented on pull request #16398: [fix][compaction] Hide stacktrace if compaction subscription is fenced

Posted by GitBox <gi...@apache.org>.
nicoloboschi commented on PR #16398:
URL: https://github.com/apache/pulsar/pull/16398#issuecomment-1180162731

   @eolivelli @michaeljmarshall @Technoboy- @mattisonchao  PTAL


-- 
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: commits-unsubscribe@pulsar.apache.org

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