John Doe created HBASE-29538: -------------------------------- Summary: Null dereference after scanner close Key: HBASE-29538 URL: https://issues.apache.org/jira/browse/HBASE-29538 Project: HBase Issue Type: Bug Reporter: John Doe
The method {{closeInternal()}} sets {{storeHeap}} to {{{}null{}}}, but {{reseek()}} later dereferences it without a null check, which can cause a {{NullPointerException}} if invoked after closure. -- This message was sent by Atlassian Jira (v8.20.10#820010)