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/05/17 09:39:41 UTC

[GitHub] [pulsar] sijie commented on issue #4259: [pulsar-common] Support Snappy compression for Java

sijie commented on issue #4259: [pulsar-common] Support Snappy compression for Java
URL: https://github.com/apache/pulsar/pull/4259#issuecomment-493391737
 
 
   @murong00 
   
   the cpp format check failed.
   
   ```
   -- Build files have been written to: /pulsar/pulsar-client-cpp
   Scanning dependencies of target check-format
   clang-format checks failed, run 'make format' to fix
   CMakeFiles/check-format.dir/build.make:57: recipe for target 'CMakeFiles/check-format' failed
   make[3]: *** [CMakeFiles/check-format] Error 255
   CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/check-format.dir/all' failed
   make[2]: *** [CMakeFiles/check-format.dir/all] Error 2
   CMakeFiles/Makefile2:106: recipe for target 'CMakeFiles/check-format.dir/rule' failed
   make[1]: *** [CMakeFiles/check-format.dir/rule] Error 2
   Makefile:175: recipe for target 'check-format' failed
   make: *** [check-format] Error 2
   Build step 'Execute shell' marked build as failure
   ```
   
   You can run `pulsar-client-cpp/docker-format.sh` to format the cpp code.

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