Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-1350

Server locks when submitting parallel requests on session

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.1.2-incubating
    • 3.1.4, 3.2.2
    • server
    • None

    Description

      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:

      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" +
                              "}");
      

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: