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 2019/08/12 12:25:41 UTC

[GitHub] [pulsar] KannarFr commented on a change in pull request #4739: offload bucket per namespace

KannarFr commented on a change in pull request #4739: offload bucket per namespace
URL: https://github.com/apache/pulsar/pull/4739#discussion_r312897982
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
 ##########
 @@ -793,12 +795,48 @@ public void openLedgerFailed(ManagedLedgerException exception, Object ctx) {
                     managedLedgerConfig.setOffloadAutoTriggerSizeThresholdBytes(p.offload_threshold);
                 });
 
+
+            try {
+                managedLedgerConfig.setLedgerOffloader(createManagedLedgerOffloader(serviceConfig, offloadPolicies));
 
 Review comment:
   @sijie If I'm correct, it's done here.

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