kevinmarlis opened a new pull request, #308: URL: https://github.com/apache/sdap-nexus/pull/308
This improves how unreachable remote SDAPs are handled during calls to `/nexus/list`. Previously, only a few reasons for being unable to connect to the remote SDAP (like timeouts) were being caught. We now check for anything other than a 200. We also needed to adjust the logic for how remote collections were added to the local `/nexus/list`. If the remote URL is unreachable, it is logged as a warning and moves on to trying the next remote collection. ex: ``` 2024-05-02T16:47:07 - webservice.redirect.RemoteSDAPCache - WARNING - URL https://aq-sdap.stcenter.net/nexus/list was not reachable 2024-05-02T16:47:07 - webservice.algorithms.DataSeriesList - WARNING - collection PM25 has not been found in url https://aq-sdap.stcenter.net/nexus ``` This has been tested on the AQ deployment with a known unreachable remote SDAP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org