Lagranmoon opened a new issue #7531:
URL: https://github.com/apache/pulsar/issues/7531


   **Describe the bug**
   I modify the PlusarApi.proto and then use the generate_protobuf_docker.sh to 
regenerate Java files.But when I rebuild the project using "mvn clean package 
-DskipTests",it throws errors which says some methods couldn't be found in 
org.apache.pulsar.common.util.protobuf.ByteBufCodedInputStream, in particular, 
the pushLimit() method. I revert my code and use master to build again,and the 
errors still happens.So maybe something wrong with the build environment.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Go to pulsar-common module
   2. run generate_protobuf_docker.sh to regenerate Java files
   3. run mvn package command to rebuild the project
   4. See error
   
   **Expected behavior**
   A  new PulsarApi.java file generated with no reference errors
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
    - OS: Mac OS
   
   **Additional context**
   Add any other context about the problem 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:
[email protected]


Reply via email to