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

NPE in GridDhtPartitionDemander.RebalanceFuture on new table.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • cache
    • None
    • Docs Required, Release Notes Required

    Description

      1) Create SQL table:

      CREATE TABLE IF NOT EXISTS TEST (ID INT PRIMARY KEY, VAL INT)

      2) Execute select on it right after that:

      SELECT * FROM TEST

      3) Drop table

      DROP TABLE TEST

      Reproducer available at

      AbstractQueryTableLockAndConnectionPoolSelfTest.

      testMultipleNodesWithTablesLockQueryAndTableDrop if remove swallowing NullPointerException.

       

      GridDhtPartitionDemander tries to use dummy RebalanceFuture with null field (tryCancel, for example).

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Berkov Alexander Belyak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: