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/22 15:09:01 UTC

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

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

Andrew Onischuk resolved AMBARI-5797.
-------------------------------------

    Resolution: Fixed

Committed to trunk

> 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)