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

stephen mallette reopened TINKERPOP-1350:
-----------------------------------------

This one didn't appear to be quite fixed. Additional testing showed that it was 
fixed only because the test assumed two parallel requests when the problem 
actually showed when the number of parallel requests was greater than the 
number of threads in the gremlin server worker pool.

> Server locks when submitting parallel requests on session
> ---------------------------------------------------------
>
>                 Key: TINKERPOP-1350
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1350
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.1.2-incubating
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Critical
>             Fix For: 3.1.3, 3.2.1
>
>
> This really is only a problem when there is some form of long blocking script 
> submitted and only on a session when done in parallel, like:
> {code}
> final ResultSet first = client.submit(
>                 "Object mon1 = 'mon1';\n" +
>                 "synchronized (mon1) {\n" +
>                 "    mon1.wait();\n" +
>                 "} ");
> final ResultSet second = client.submit(
>                 "Object mon2 = 'mon2';\n" +
>                         "synchronized (mon2) {\n" +
>                         "    mon2.wait();\n" +
>                         "}");
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to