You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/12 18:30:00 UTC

[jira] [Resolved] (HBASE-3719) Workload has to drain before hlog can be rolled

     [ https://issues.apache.org/jira/browse/HBASE-3719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell resolved HBASE-3719.
----------------------------------------
      Assignee:     (was: Dhruba Borthakur)
    Resolution: Incomplete

> Workload has to drain before hlog can be rolled
> -----------------------------------------------
>
>                 Key: HBASE-3719
>                 URL: https://issues.apache.org/jira/browse/HBASE-3719
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver, wal
>            Reporter: Dhruba Borthakur
>            Priority: Major
>
> In the current implementation, the regionserver blocks new transactions from occuring when the HLog is rolled. Closing the existing HLog sometimes takes more than a few seconds and during this time all new puts/increments are blocked. It will be nice if we can continue to write new transactions to the new HLog (but maybe not commit those transactions) while the old HLog is being closed.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)