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/03/21 11:10:56 UTC

[GitHub] [pulsar] lhotari opened a new pull request #14774: [Broker] Fix compilation error related to SystemTopicClient

lhotari opened a new pull request #14774:
URL: https://github.com/apache/pulsar/pull/14774


   ### Motivation
   
   master branch is broken. Compiling code fails with this error:
   ```
   Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project pulsar-broker: Compilation failure
   Error:  /home/runner/work/pulsar/pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java:[1528,36] cannot find symbol
   Error:    symbol:   variable SystemTopicClient
   Error:    location: class org.apache.pulsar.broker.service.BrokerService
   Error:  -> [Help 1]
   Error:  
   ```
   
   ### Modifications
   
   replace `SystemTopicClient.isSystemType` with `isSystemTopic` since BrokerService contains a method called `isSystemTopic`.
   


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



[GitHub] [pulsar] Shoothzj merged pull request #14774: [Broker] Fix compilation error related to SystemTopicClient

Posted by GitBox <gi...@apache.org>.
Shoothzj merged pull request #14774:
URL: https://github.com/apache/pulsar/pull/14774


   


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