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

MVCC TX: Handling transactions from multiple threads in jdbc requests handler.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • jdbc, mvcc
    • None

    Description

      Currently JDBC/ODBC requests are handled in NioWorker threads; that means what sessions may be rebalanced between nio threads which makes impossible to associate a NearTransaction with caller thread.

      There are two possible solutions:

      1. To process client messages like regular grid ones in separate thread pool in thread-per-connection basis
      2. Implement Suspend/Resume functionality for pessimistic transactions like it was done for optimistic ones (only pessimistic transactions are supported by mvcc-enabled caches)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rkondakov Roman Kondakov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: