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/03/09 13:08:09 UTC

[GitHub] [pulsar] KannarFr commented on a change in pull request #6422: [Issue 6283][tiered-storage] Offload policies per namespace

KannarFr commented on a change in pull request #6422: [Issue 6283][tiered-storage] Offload policies per namespace
URL: https://github.com/apache/pulsar/pull/6422#discussion_r389647780
 
 

 ##########
 File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java
 ##########
 @@ -1869,6 +1876,10 @@ private void maybeOffload(CompletableFuture<PositionImpl> finalPromise) {
                 });
 
             long threshold = config.getOffloadAutoTriggerSizeThresholdBytes();
 
 Review comment:
   @codelipenghui Thanks for the review. @sijie wanted to keep default configuration on `ManagedLedgerConfig` while `OffloadPolicies` in `LedgerOffloader` are not defined for current namespace. WDYT?

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


With regards,
Apache Git Services