[
https://issues.apache.org/jira/browse/HDFS-9192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15081289#comment-15081289
]
James Clampffer commented on HDFS-9192:
---------------------------------------
I'm marking this as resolved. All of the objects turned out to be protobuf and
HDFS-9448 took care of them by adding
"google::protobuf::ShutdownProtobufLibrary()" in the right places.
CI will fail if valgrind --leak-check=full fails on new patches.
> Add valgrind suppression for statically initialized library objects
> -------------------------------------------------------------------
>
> Key: HDFS-9192
> URL: https://issues.apache.org/jira/browse/HDFS-9192
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: hdfs-client
> Reporter: James Clampffer
> Assignee: James Clampffer
>
> When using --leak-check=full there's a lot of noise due to static
> initialization of constants and memory pools, most of them from protobuf.
> Add a suppression file that helps cut down on this noise but is selective
> enough that real issues aren't going to be masked as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)