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/09/22 07:44:22 UTC

[GitHub] [pulsar] fmiguelez commented on issue #13167: Not enough non-faulty bookies available

fmiguelez commented on issue #13167:
URL: https://github.com/apache/pulsar/issues/13167#issuecomment-1254650398

   @moweonlee I have reviewed my notes of that day. The result was the same, if compaction was enabled at namespace level, bookies unreadable due to disk full. 
   
   In our systems we usually have compaction enabled globally but allow disabling it at topic level. We were surprised to check that such feature does not work anymore (I would swear to have seen it working in previous versions). We reported the issue in #15891, as such error seems to be related when trying to configure compaction at topic level.
   
   The only solution we have found is to **disable compaction at namespace level** when creating it. In that case bookies disk usage does not increase uncontrollably as with compaction.
   
   I would say that compaction is not a feature that works flawlessly in Pulsar, though on paper it sounds great to be able to work with both compacted and non-compacted topics at the same time.


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