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/29 12:06:23 UTC

[GitHub] [pulsar] eolivelli commented on pull request #15914: [Fix][Tiered Storage] Eagerly Delete Offloaded Segments On Topic Deletion

eolivelli commented on PR #15914:
URL: https://github.com/apache/pulsar/pull/15914#issuecomment-1262183494

   tests are now failing due to https://github.com/apache/pulsar/pull/17736
   
   because "trim" cannot happen if a ManagedLedger is "fenced", and we set "fenced" in "delete".
   so there is some code path in which we "delete" and then try to "trim".
   we should do the opposite...trim and then delete.
   
   


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