You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Gaurav Menghani (JIRA)" <ji...@apache.org> on 2013/10/24 21:00:08 UTC

[jira] [Created] (HBASE-9833) Be able to block on HTableMultiplexer puts when the buffer is full

Gaurav Menghani created HBASE-9833:
--------------------------------------

             Summary: Be able to block on HTableMultiplexer puts when the buffer is full
                 Key: HBASE-9833
                 URL: https://issues.apache.org/jira/browse/HBASE-9833
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 0.89-fb
            Reporter: Gaurav Menghani
            Priority: Minor
             Fix For: 0.89-fb


So far, when we try to insert to HTableMultiplexer, it returns false if the buffer is full. This forces one to write wrapper code to retry inserting into the buffer. If someone is okay with the put getting blocked while the buffer is flushed, we should block.



--
This message was sent by Atlassian JIRA
(v6.1#6144)