kevinmarlis opened a new pull request, #203:
URL: https://github.com/apache/incubator-sdap-nexus/pull/203

   
   On the AQ deployment we found a redirect bug that caused the AQ 
`/nexus/list` to crash when attempting to connect to a remote SDAP. The 
redirect code was catching `requests.exceptions.ConnectTimeout` exceptions but 
`requests.exceptions.ReadTimeout` exceptions could also be raised when the 
remote `/nexus/list` endpoint was unreachable.  This PR addresses that by 
including `requests.exceptions.ReadTimeout` in the except block. 
   
   This PR also includes a fix to the HofMoeller algorithms. There was a change 
made to the name of the nexus point data_val variable (from point.data_val to 
point.data_vals) in nexus model.py's nexus_point_generator. The change in 
variable name was not updated in the HofMoeller algorithms, so this change is 
included in the PR.
   
   The fix to the HofMoeller algorithms has been tested in SLCP's sit 
environment.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to