You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sdap.apache.org by "Frank Greguska (JIRA)" <ji...@apache.org> on 2018/07/11 16:42:00 UTC

[jira] [Updated] (SDAP-121) Get Request Hangs

     [ https://issues.apache.org/jira/browse/SDAP-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Greguska updated SDAP-121:
--------------------------------
    Component/s: nexus

> 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
>            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)