You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Haohui Mai (JIRA)" <ji...@apache.org> on 2016/09/22 17:32:21 UTC

[jira] [Created] (HBASE-16684) The get() requests does not see locally buffered put() requests when autoflush is disabled

Haohui Mai created HBASE-16684:
----------------------------------

             Summary: The get() requests does not see locally buffered put() requests when autoflush is disabled
                 Key: HBASE-16684
                 URL: https://issues.apache.org/jira/browse/HBASE-16684
             Project: HBase
          Issue Type: Improvement
            Reporter: Haohui Mai
            Priority: Minor


When autoflush is disabled the put() requests are buffered locally.

Subsequent get() requests on the same host will always go to the network and will not see the updates that are buffered locally.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)