Dear HBase Community, When a user's scan request is in progress, after topChanged[1] occurs in the reopenAfterFlush[2] method, some column families (CFs) are not read.
As a result, the user receives a row with only partial CF data instead of all the data in the entire row. This issue occurs very rarely and is not associated with any specific filters. Have there been any reports of a similar issue? The version we are using is 2.2.7. I would appreciate any insights or guidance you could provide on this issue. Looking forward to your response. Thank you. [1]: https://github.com/apache/hbase/blob/0fc18a9056e5eb3a80fdbde916865607946c5195/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java#L1034-L1036 [2]: https://github.com/apache/hbase/blob/0fc18a9056e5eb3a80fdbde916865607946c5195/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java#L996
