[ https://issues.apache.org/jira/browse/TINKERPOP-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15410090#comment-15410090 ]
ASF GitHub Bot commented on TINKERPOP-1350: ------------------------------------------- Github user okram commented on the issue: https://github.com/apache/tinkerpop/pull/367 VOTE +1. > 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.4, 3.2.2 > > > 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)