You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/11/02 13:38:00 UTC

[jira] [Created] (HBASE-19154) Scan consistency guarantee

Duo Zhang created HBASE-19154:
---------------------------------

             Summary: Scan consistency guarantee
                 Key: HBASE-19154
                 URL: https://issues.apache.org/jira/browse/HBASE-19154
             Project: HBase
          Issue Type: Umbrella
          Components: Compaction, scan
    Affects Versions: 3.0.0
            Reporter: Duo Zhang
            Priority: Major


For now, although we already pass mvcc back to client, and client will send this mvcc to RS when reopening a scanner, we still can not make sure that the region/row level consistency is safe as compaction happens after region move but before the scanner reopen may delete some cells which mvcc are before the mvcc given by client.

This issue aims to try our best to guarantee region level consistency, and if not, we need to tell users we can not make it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)