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 2020/06/12 09:24:06 UTC

[GitHub] [pulsar] jujugrrr commented on issue #7246: Can't read messages offloaded to S3

jujugrrr commented on issue #7246:
URL: https://github.com/apache/pulsar/issues/7246#issuecomment-643172310


   @sijie  I set everything to unlimited:
   
   ```
   $ pulsar-admin namespaces get-retention ten/ns
   {
     "retentionTimeInMinutes" : -1,
     "retentionSizeInMB" : -1
   }
   
   $ pulsar-admin namespaces get-offload-threshold ten/ns
   0
   $ pulsar-admin namespaces get-offload-deletion-lag ten/ns
   1 minute(s)
   ```
   
   Broker conf:
   
   ```
       managedLedgerMinLedgerRolloverTimeMinutes: "1"
       managedLedgerMaxLedgerRolloverTimeMinutes: "2" # We want to rollover quickly so we can offload to S3
       managedLedgerMaxEntriesPerLedger: "5000"
   ```
   
   My focus is on having as much data as possible in Tiered storage for now, I'll adjust based on the performance impact. Having those low values speed up my test process as well.
   
   


----------------------------------------------------------------
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:
users@infra.apache.org