You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2022/11/11 16:55:00 UTC

[jira] [Commented] (SOLR-16132) SmokeTester leaks GPG daemons

    [ https://issues.apache.org/jira/browse/SOLR-16132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17632469#comment-17632469 ] 

Kevin Risden commented on SOLR-16132:
-------------------------------------

It looks like this will do it:

{code:java}
gpgconf --homedir /tmp/smoke_solr_9.1.0_aa4f3d98ab19c201e7f3c74cd14c99174148616d/solr.gpg --kill gpg-agent
{code}

where homedir is `gpgHomeDir`

> SmokeTester leaks GPG daemons
> -----------------------------
>
>                 Key: SOLR-16132
>                 URL: https://issues.apache.org/jira/browse/SOLR-16132
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mike Drob
>            Priority: Critical
>
> After running a few smoke tests, [~anshum] and I noticed that it was leaking GPG agents.
> MacOS Monterrey, gpg-agent (GnuPG) 2.3.4
> {noformat}
>  $ ps -efwww | grep gpg
>   501  6988     1   0  1:58PM ??         0:00.30 gpg-agent --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_1/solr.gpg --use-standard-socket --daemon
>   501  6989  6988   0  1:58PM ??         0:00.01 scdaemon --multi-server --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_1/solr.gpg
>   501  7088     1   0  2:01PM ??         0:00.39 gpg-agent --homedir /Users/mdrob/.gnupg --use-standard-socket --daemon
>   501  7192     1   0  2:05PM ??         0:00.29 gpg-agent --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_2/solr.gpg --use-standard-socket --daemon
>   501  7193  7192   0  2:05PM ??         0:00.01 scdaemon --multi-server --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_2/solr.gpg
>   501  8875     1   0  2:38PM ??         0:00.25 gpg-agent --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_3/solr.gpg --use-standard-socket --daemon
>   501  8876  8875   0  2:38PM ??         0:00.01 scdaemon --multi-server --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_3/solr.gpg
>   501 11497     1   0  9:24AM ??         0:00.00 gpg-agent --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_4/solr.gpg --use-standard-socket --daemon
>   501 11498 11497   0  9:24AM ??         0:00.01 scdaemon --multi-server --homedir /tmp/smoke_solr_9.0.0_e7a6447013008a70a4f40fcfd793fe3e2dcf37c2_4/solr.gpg
>   501 11512   601   0  9:24AM ttys000    0:00.00 grep --color gpg
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org