You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/10/15 10:34:06 UTC

[jira] [Updated] (KARAF-4067) Decanter collector creates a ssh connection at each call

     [ https://issues.apache.org/jira/browse/KARAF-4067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-4067:
----------------------------------------
    Description: 
A decanter collector (probably the JMX one) seems to create a SSH connection at each poll. We can see this in the log:

{code}
2015-10-15 10:23:40,465 | INFO  | 0]-nio2-thread-1 | ServerSession                    | 48 - org.apache.sshd.core - 0.14.0 | Server session created from /127.0.0.1:33235
{code}

  was:
A decanter collector (probably the JMX one) seems to create a SSH connection at each poll. We can see this in the log:

{code}
2015-10-15 10:23:40,465 | INFO  | 0]-nio2-thread-1 | ServerSession                    | 48 - org.apache.sshd.core - 0.14.0 | Server session created from /127.0.0.1:33235
{/code}


> Decanter collector creates a ssh connection at each call
> --------------------------------------------------------
>
>                 Key: KARAF-4067
>                 URL: https://issues.apache.org/jira/browse/KARAF-4067
>             Project: Karaf
>          Issue Type: Bug
>          Components: decanter
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>
> A decanter collector (probably the JMX one) seems to create a SSH connection at each poll. We can see this in the log:
> {code}
> 2015-10-15 10:23:40,465 | INFO  | 0]-nio2-thread-1 | ServerSession                    | 48 - org.apache.sshd.core - 0.14.0 | Server session created from /127.0.0.1:33235
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)