Dmitry Lysnichenko created AMBARI-4141:
------------------------------------------
Summary: 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
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)