Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-3319

Logical connections do not check if a transaction is active on close

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.3.2.1, 10.4.1.3, 10.5.1.1
    • 10.5.1.1
    • JDBC, Network Client
    • None
    • Embedded driver and client driver.
    • Release Note Needed

    Description

      If you call close on a logical connection, for instance as obtained through a PooledConnection, it does not check if there is an active transaction.
      The close of the logical connection is allowed, and even the close of the parent PooledConnection is allowed in the client driver. This can/will cause resources to be left on the server, and later operations might fail (typically with lock timeouts because the "closed" transaction is still holding locks).
      I do not know if gc will solve this eventually, but I would say the current behavior of the client driver is wrong in any case.
      There is difference in the behavior between the embedded and the client driver, and there also seems to be a bug in the embedded driver.

      The analysis above is a bit sketchy, so it might be required to look into the issue a bit more...
      I will attach a repro (JDBC usage should be verified as well, is it legal / as intended?)

      Attachments

        1. d3319-1a.diff
          18 kB
          Knut Anders Hatlen
        2. d3319-1a.stat
          0.7 kB
          Knut Anders Hatlen
        3. LogicalConnectionCloseActiveTransactionBug.java
          2 kB
          Kristian Waagan
        4. releaseNote.html
          5 kB
          Knut Anders Hatlen

        Issue Links

          Activity

            People

              knutanders Knut Anders Hatlen
              kristwaa Kristian Waagan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: