You are viewing a plain text version of this content. The canonical link for it is here.
Posted to repo-maintainers@maven.apache.org by Mark Matthews <ma...@oracle.com> on 2017/03/22 18:59:58 UTC

Timeouts while synchronizing MySQL Maven Artificats

Hi There,

I'm getting an e-mail a couple times each day with the following error 
message:

--- Some repositories were not synchronized ---
groupId: mysql
Error:
rsync: failed to connect to rsync.mysql.com: Connection timed out (110)
rsync error: error in socket IO (code 10) at clientserver.c(124) [receiver=3.0.6]
Error synchronizing metadata. Exit code: 10
Command line executed:/bin/sh -c "rsync --include=*/ --include=**/maven-metadata.xml* 
--exclude=* 
--exclude-from=/home/maven/workspace/maven-jenkins-node-01_central/community_nexus-repos-pull_7/tmp/central-toolbox/bin/synchronize/syncopate/exclusions-nexus.txt 
-Lrtivz rsync://maven@rsync.mysql.com/maven/mysql/ 
/home/maven/mnt/maven-jenkins-node-01_central/community_nexus-repos-pull_7/new_central-prod/maven2/mysql/"



We see that Sonatype is successfully rsyncing with rsync.mysql.com, but 
are there other processes that are trying from outside the address space 
of 207.223.241.64/27  to do the same thing?

   -Mark