You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2013/12/20 17:34:09 UTC

[jira] [Resolved] (AMBARI-4141) Pluggable services: random daemons occupy agent's port

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

Dmitry Lysnichenko resolved AMBARI-4141.
----------------------------------------

    Resolution: Fixed

committed to trunk

> Pluggable services: random daemons occupy agent's port
> ------------------------------------------------------
>
>                 Key: AMBARI-4141
>                 URL: https://issues.apache.org/jira/browse/AMBARI-4141
>             Project: Ambari
>          Issue Type: Task
>          Components: agent
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 1.5.0
>
>         Attachments: AMBARI-4141.patch
>
>
> After manual agent restart (upon cluster installation) agent often refuses to start because of busy port 8670. Netstat gives something like 
> {code}
>  [root@vm-1 ~]# netstat -ntulp | grep 8670
> tcp        0      0 0.0.0.0:8670                0.0.0.0:*                   LISTEN      33423/gmond
> {code}
> I saw hive, hbase and gmond occupying this port. Did not notice such behaviour when installing cluster using pure puppet.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)