Uploaded image for project: 'repository.jboss.org/nexus'
  1. repository.jboss.org/nexus
  2. NEXUS-11

It takes too long (about 10s) to get HTTP 404 for missing checksum files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None
    • None

    Description

      There are artifacts in repository.jboss.org which do not have checksum files available. For example http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom.md5 does not exist, but the artifact itself does: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom.

      This is not ideal and it would be great if that can be fixed.

      However, the real issue I ma facing is that it takes about 10s to get 404 from the server telling me the checkum file is missing. This considerably slows down Maven builds as Maven is waiting for those answers. And there is usually more that few of these missing checksum files.

      wget example from my machine, but I see the same behavior in Central CI as well (note the time difference between start of the request and the answer from server - in this case 11s):

      wget http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom.md5
      --2015-10-01 14:06:42--  http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom.md5
      Resolving repository.jboss.org (repository.jboss.org)... 10.5.105.47
      Connecting to repository.jboss.org (repository.jboss.org)|10.5.105.47|:80... connected.
      HTTP request sent, awaiting response... 404 Not Found
      2015-10-01 14:06:53 ERROR 404: Not Found.
      

      Attachments

        Activity

          People

            dhladky@redhat.com David Hladky
            psiroky_jira Petr Široký (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: