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/25 21:23:00 UTC

[jira] [Commented] (GEODE-5778) On Windows - rsync fails intermittently

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

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

Commit 39d225d830ea6f036f1873d90ee5860db4f6e9bd in geode's branch refs/heads/develop from [~sai.boorlagadda@gmail.com]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=39d225d ]

GEODE-5778: fix for failing rsync on windows CI jobs (#2511)

rsync code to the build machine fails intermintently
on windows and so retrying for now until we find a
solution.

> On Windows - rsync fails intermittently
> ---------------------------------------
>
>                 Key: GEODE-5778
>                 URL: https://issues.apache.org/jira/browse/GEODE-5778
>             Project: Geode
>          Issue Type: Improvement
>          Components: ci
>            Reporter: Sai Boorlagadda
>            Assignee: Sai Boorlagadda
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Can we just retry when rsync fails just like start_instance task?
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/WindowsGfshDistributedTest/builds/11
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/WindowsUnitTest/builds/10
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/WindowsAcceptanceTest/builds/10
> rsync fails intermittently with following error:
> {code}
> Warning: Permanently added '35.184.2.138' (ECDSA) to the list of known hosts.
>       1 [main] rsync 3440 child_info_fork::abort: C:\ProgramData\chocolatey\lib\rsync\cwrsync_5.5.0_x86_free\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x2E20000) != child(0x150000)
> rsync: fork failed in do_recv: Resource temporarily unavailable (11)
> rsync error: error in IPC code (code 14) at main.c(879) [Receiver=3.1.2]
> real	0m1.226s
> user	0m0.004s
> sys	0m0.020s
> {code}



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