You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/09/17 16:41:00 UTC

[jira] [Commented] (GEODE-5714) Concourse jobs occasionally fail with ssh issues

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

ASF subversion and git services commented on GEODE-5714:
--------------------------------------------------------

Commit 9f6b289cb593fb724af535e9a009f2340b525366 in geode's branch refs/heads/concourse-staging from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9f6b289 ]

GEODE-5714: Retry ssh connections in concourse

Adding ConnectionAttempts=60 to all concourse scripts that are using
ssh. We are seeing jobs occasionally fail with connection refused. If
this is a transient issue, this change might fix it.


> Concourse jobs occasionally fail with ssh issues
> ------------------------------------------------
>
>                 Key: GEODE-5714
>                 URL: https://issues.apache.org/jira/browse/GEODE-5714
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>              Labels: pull-request-available, swat
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We are seeing concourse jobs fail with ssh errors, either copying data up to the instance or executing the tests.
> These failures create noise and distractions for developers, we should look at fixing them if possible. Maybe by adding a sleep or a retry or something to make sure the instance is up, if that is indeed why we are having an issue?
> ssh failure in execute_tests task:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/369
> ssh failing in rsync_code_up:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/314



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)