Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10224

JDBC thin: the statement must be removed from statements list when it is closed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.6
    • None
    • jdbc
    • None
    • Docs Required

    Description

      JdbcThinConnection collects opened statements in the stmts list to close they on disconnect. But statements are not removed from the list on close. It is cause memory leaks.

      The statements must be removed from the JdbcThinConnection#stmts list when JdbcThinStatement#close is called.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tledkov-gridgain Taras Ledkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: