[
https://issues.apache.org/jira/browse/KUDU-2879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16874077#comment-16874077
]
Yingchun Lai edited comment on KUDU-2879 at 6/27/19 12:30 PM:
--------------------------------------------------------------
{code:java}
$ make -j2{code}
build log:
{code:java}
...
[ 30%] Built target cfile_proto
[ 30%] Built target consensus_metadata_proto
[ 30%] Built target kudu_util_compression
[ 30%] Built target protoc-gen-krpc
[ 30%] Built target rpc_introspection_proto
[ 31%] Built target kudu_fs
[ 31%] Running C++ protocol buffer compiler with KRPC plugin on
tserver_admin.proto
[ 32%] Built target security
[ 32%] Running C++ protocol buffer compiler with KRPC plugin on
master.proto{code}
the two hung process:
{code:java}
5619 pts/7 Ss 0:01 | | \_ /usr/bin/zsh
20473 pts/7 S+ 0:00 | | | \_ make -j2
20476 pts/7 S+ 0:00 | | | \_ make -f CMakeFiles/Makefile2 all
20965 pts/7 S+ 0:00 | | | \_ make -f
src/kudu/tserver/CMakeFiles/kudu-tserver-tserver_admin.proto.dir/build.make
src/kudu/tserver/CMakeFiles/kudu-tserver-tserver_admin.p
20969 pts/7 S+ 0:00 | | | | \_ /bin/sh -c cd
/home/mi/dev/kudu_ap/build/debug/src/kudu/tserver &&
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugi
20970 pts/7 S+ 0:00 | | | | \_
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugin
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc --plugin
20971 pts/7 S+ 0:05 | | | | \_
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc
20977 pts/7 S+ 0:00 | | | \_ make -f
src/kudu/master/CMakeFiles/kudu-master-master.proto.dir/build.make
src/kudu/master/CMakeFiles/kudu-master-master.proto.dir/build
20980 pts/7 S+ 0:00 | | | \_ /bin/sh -c cd
/home/mi/dev/kudu_ap/build/debug/src/kudu/master &&
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugin
20981 pts/7 S+ 0:00 | | | \_
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugin
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc --plugin
20982 pts/7 S+ 0:05 | | | \_
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc
{code}
was (Author: acelyc111):
{code:java}
$ make -j2{code}
build log:
{code:java}
...
[ 30%] Built target cfile_proto
[ 30%] Built target consensus_metadata_proto
[ 30%] Built target kudu_util_compression
[ 30%] Built target protoc-gen-krpc
[ 30%] Built target rpc_introspection_proto
[ 31%] Built target kudu_fs
[ 31%] Running C++ protocol buffer compiler with KRPC plugin on
tserver_admin.proto
[ 32%] Built target security
[ 32%] Running C++ protocol buffer compiler with KRPC plugin on
master.proto{code}
the two hung process:
{code:java}
5619 pts/7 Ss 0:01 | | \_ /usr/bin/zsh
20473 pts/7 S+ 0:00 | | | \_ make -j2
20476 pts/7 S+ 0:00 | | | \_ make -f CMakeFiles/Makefile2 all
20965 pts/7 S+ 0:00 | | | \_ make -f
src/kudu/tserver/CMakeFiles/kudu-tserver-tserver_admin.proto.dir/build.make
src/kudu/tserver/CMakeFiles/kudu-tserver-tserver_admin.p
20969 pts/7 S+ 0:00 | | | | \_ /bin/sh -c cd
/home/mi/dev/kudu_ap/build/debug/src/kudu/tserver &&
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugi
20970 pts/7 S+ 0:00 | | | | \_
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugin
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc --plugin
20971 pts/7 S+ 0:05 | | | | \_
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc
20977 pts/7 S+ 0:00 | | | \_ make -f
src/kudu/master/CMakeFiles/kudu-master-master.proto.dir/build.make
src/kudu/master/CMakeFiles/kudu-master-master.proto.dir/build
20980 pts/7 S+ 0:00 | | | \_ /bin/sh -c cd
/home/mi/dev/kudu_ap/build/debug/src/kudu/master &&
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugin
20981 pts/7 S+ 0:00 | | | \_
../../../../../thirdparty/installed/uninstrumented/bin/protoc --plugin
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc --plugin
20982 pts/7 S+ 0:05 | | | \_
/home/mi/dev/kudu_ap/build/debug/bin/protoc-gen-krpc
{code}
> Build failed in DEBUG type on Ubuntu 18.04
> ------------------------------------------
>
> Key: KUDU-2879
> URL: https://issues.apache.org/jira/browse/KUDU-2879
> Project: Kudu
> Issue Type: Improvement
> Reporter: Yingchun Lai
> Priority: Minor
>
> Few months ago, I report this issue on Slack:
> [https://getkudu.slack.com/archives/C0CPXJ3CH/p1549942641041600]
> I switch to RELEASE type then on, and haven't try build on DEBUG type on my
> Ubuntu environment.
> Now, when I try build DEBUG type to check 1.10.0-RC2, this issue occurred
> again.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)