You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by neykov <gi...@git.apache.org> on 2017/01/03 16:40:09 UTC

[GitHub] brooklyn-server issue #497: Add findOpenSocketsOnNode to ReachableSocketFind...

Github user neykov commented on the issue:

    https://github.com/apache/brooklyn-server/pull/497
  
    Agree with @aledsage's concerns. I think we should never wait the full `timeout` period if we already have reachable addresses. There frequently will be addresses which we can't reach from the Brooklyn instance and which don't have to slow down the provisioning.
    
    The check is mostly us waiting for the machine and the sshd daemon to come up. Once it's working and we can connect with at least one address, then any other reachable addresses will be connectable within seconds.
    
    What could trip the above logic is if a private IP has a duplicate on the local network which responds on the ssh port.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---