You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/19 21:55:33 UTC

[jira] [Commented] (METRON-76) Metron deploy has intermittent failures on EC2

    [ https://issues.apache.org/jira/browse/METRON-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202962#comment-15202962 ] 

ASF GitHub Bot commented on METRON-76:
--------------------------------------

GitHub user dlyle65535 opened a pull request:

    https://github.com/apache/incubator-metron/pull/51

    METRON-76: Metron deploy has intermittent failures on EC2

      Change wait_for ssh to wait_for host.
      Increase delay for Ambari server start.
      Add start services at end of Ambari install.
      Add retries to all YUM commands.
      Refactored common calls out to roles for inclusion as dependencies.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dlyle65535/incubator-metron METRON-76-Deployment

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/51.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #51
    
----
commit 622cb6efd3e1777b4c02a1dbc3b7d79ed29b0a79
Author: David Lyle <dl...@gmail.com>
Date:   2016-03-19T11:51:00Z

    METRON-76: Metron deploy has intermittent failures on EC2
      Change wait_for ssh to wait_for host.
      Increase delay for Ambari server start.
      Add start services at end of Ambari install.
      Add retries to all YUM commands.
      Refactored common calls out to roles for inclusion as dependencies.

----


> Metron deploy has intermittent failures on EC2
> ----------------------------------------------
>
>                 Key: METRON-76
>                 URL: https://issues.apache.org/jira/browse/METRON-76
>             Project: Metron
>          Issue Type: Bug
>            Reporter: David M. Lyle
>            Assignee: David M. Lyle
>              Labels: deploy,deployment
>
> Testing revealed the following:
> Wait for SSH can pass while the host is unavailable.
> Sometime yum cannot find a repo, these clear on retry.
> Ambari build will exit successfully but services stop immediately after.
> This causes unpredictable deployment performance.



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