[
https://issues.apache.org/jira/browse/SDAP-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540390#comment-16540390
]
ASF GitHub Bot commented on SDAP-121:
-------------------------------------
fgreg opened a new pull request #20: SDAP-121 Make use of session optional
URL: https://github.com/apache/incubator-sdap-nexus/pull/20
Made use of session object optional
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Get Request Hangs
> -----------------
>
> Key: SDAP-121
> URL: https://issues.apache.org/jira/browse/SDAP-121
> Project: Apache Science Data Analytics Platform
> Issue Type: Bug
> Components: nexus
> Reporter: Frank Greguska
> Assignee: Frank Greguska
> Priority: Critical
>
> I frequently run into a problem where it seems like requests for '/list' and
> other endpoint (that are not '/') hang forever. One request will work and
> then the next request won't.
> After doing some testing from a Jupyter notebook it seems like it might have
> something to do with the way the server is handling TCP connections.
> If I try to use a requests.Session to issue consecutive calls to '/list', the
> first request works and the second one just hangs. However, if I simply use
> requests.get() and close the connection on each request, then I can send
> multiple requests consecutively.
> Need to investigate this more and figure out why this is happening
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)