Alexander Belyak created IGNITE-15796:
-----------------------------------------

             Summary: NPE in GridDhtPartitionDemander.RebalanceFuture on new 
table.
                 Key: IGNITE-15796
                 URL: https://issues.apache.org/jira/browse/IGNITE-15796
             Project: Ignite
          Issue Type: Bug
          Components: cache
            Reporter: Alexander Belyak


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).

{color:#00627a} {color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to