Andrew Onischuk created AMBARI-5797:
---------------------------------------
Summary: Agent function get_port_from_url is broken
Key: AMBARI-5797
URL: https://issues.apache.org/jira/browse/AMBARI-5797
Project: Ambari
Issue Type: Bug
Reporter: Andrew Onischuk
Assignee: Andrew Onischuk
Fix For: 1.6.1
Pre-1.6.1 had a a function get_port_from_url that was working. In 1.6.1 this
is broken:
1.6.1: uses urlparse function which does not work with a definition like so:
0.0.0.0:12345
1.6.0: (correctly) uses address.split(':')[-1]
--
This message was sent by Atlassian JIRA
(v6.2#6252)