liruixl commented on issue #10294: URL: https://github.com/apache/pulsar/issues/10294#issuecomment-1047691766
Hi, I meet this problem too : `protoc did not exit cleanly`. ``` [INFO] --- protobuf-maven-plugin:0.6.1:compile-custom (default) @ pulsar-functions-proto --- [INFO] Compiling 3 proto file(s) to /root/codes/baidu_pulsar-x_pulsar/baidu/pulsar-x/pulsar/pulsar-functions/proto/target/generated-sources/protobuf/grpc-java [ERROR] PROTOC FAILED: --grpc-java_out: protoc-gen-grpc-java: Plugin killed by signal 11. [ERROR] /root/codes/baidu_pulsar-x_pulsar/baidu/pulsar-x/pulsar/pulsar-functions/proto/src/main/proto/InstanceCommunication.proto [0:0]: --grpc-java_out: protoc-gen-grpc-java: Plugin killed by signal 11. [ERROR] /root/codes/baidu_pulsar-x_pulsar/baidu/pulsar-x/pulsar/pulsar-functions/proto/src/main/proto/Function.proto [0:0]: --grpc-java_out: protoc-gen-grpc-java: Plugin killed by signal 11. [ERROR] /root/codes/baidu_pulsar-x_pulsar/baidu/pulsar-x/pulsar/pulsar-functions/proto/src/main/proto/Request.proto [0:0]: --grpc-java_out: protoc-gen-grpc-java: Plugin killed by signal 11. ... [ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:compile-custom (default) on project pulsar-functions-proto: protoc did not exit cleanly. Review output for more information. -> [Help 1] ``` How do you solve it? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
