stephen mallette created TINKERPOP-1350:
-------------------------------------------

             Summary: 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