Haiping lv created HBASE-28226: ---------------------------------- Summary: The flush table operation encountered an NPE and failed. Key: HBASE-28226 URL: https://issues.apache.org/jira/browse/HBASE-28226 Project: HBase Issue Type: Bug Affects Versions: 3.0.0-beta-1 Reporter: Haiping lv Assignee: Haiping lv
Executing a merge region before the flush table is completed will result in an NPE error for the flush table and cause it to fail Triggering logic # Execute the flush table command. # Merge regions before the flush is completed. # After the merge is completed, the two parent regions will be cleaned up. # An NPE will be reported when the flush operation is performed on that parent region. -- This message was sent by Atlassian Jira (v8.20.10#820010)