You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Kevin Sweeney (JIRA)" <ji...@apache.org> on 2015/03/27 20:43:53 UTC

[jira] [Created] (AURORA-1233) primary_port warning does not appear to respect portmap

Kevin Sweeney created AURORA-1233:
-------------------------------------

             Summary: primary_port warning does not appear to respect portmap
                 Key: AURORA-1233
                 URL: https://issues.apache.org/jira/browse/AURORA-1233
             Project: Aurora
          Issue Type: Bug
          Components: Client
            Reporter: Kevin Sweeney
            Priority: Minor


>From an internal bug report:
{noformat}
*Announcer specified primary port as 'thrift' but no processes have bound that port.
If you would like to utilize this port, you should listen on {{thermos.ports\[thrift]}}
from some Process bound to your task.*

However, we *are* using that port in our Process.

'-fetcher_port={{thermos.ports\[thrift]}}',

It seems that when the primary port is statically linked, it causes this warning.

announce = Announcer(primary_port = 'thrift', portmap = {'thrift': 10001, 'http': 8080, 'aurora': 'http', 'health': 'http'}

If I don't statically link it, then it runs as normal.

FYI: Everything works as expected. The only issue is that warning/error is displayed in error.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)