yuting sun created HBASE-28915: ---------------------------------- Summary: Ghost data Issue: deleted data reappears after some time Key: HBASE-28915 URL: https://issues.apache.org/jira/browse/HBASE-28915 Project: HBase Issue Type: Bug Components: Compaction, Deletes, regionserver Affects Versions: 2.3.0, 0.98.0 Reporter: yuting sun
Encountered a ghost data issue in the online production environment: A business batch request simultaneously includes put and delete operations. Deleted data has a very small probability of reappearing after some time, and the problematic data is within a single region. The primary cluster has a backup cluster, and after the problematic rowkey appears in the primary cluster, it cannot be found in the backup cluster. -- This message was sent by Atlassian Jira (v8.20.10#820010)