This is an automated email from the ASF dual-hosted git repository.

yong pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.8 by this push:
     new cf9908a4d65 Fix the cherry-pick caused compile error
cf9908a4d65 is described below

commit cf9908a4d652dd5c0bf07de0a055586f9eecc07b
Author: Yong Zhang <[email protected]>
AuthorDate: Thu Aug 11 15:17:39 2022 +0800

    Fix the cherry-pick caused compile error
---
 pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java 
b/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
index 459b1d9dc67..74bec5e0bb3 100644
--- a/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
+++ b/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
@@ -1247,7 +1247,7 @@ public class PulsarService implements AutoCloseable {
                                         
LedgerOffloader.METADATA_PULSAR_CLUSTER_NAME.toLowerCase(),
                                         config.getClusterName()
                                 ),
-                                schemaStorage, 
getOffloaderScheduler(offloadPolicies), this.offloaderStats);
+                                schemaStorage, 
getOffloaderScheduler(offloadPolicies));
                     } catch (IOException ioe) {
                         throw new PulsarServerException(ioe.getMessage(), 
ioe.getCause());
                     }

Reply via email to