You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2014/05/16 21:40:32 UTC

[jira] [Created] (AMBARI-5797) Agent function get_port_from_url is broken

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)