[ 
https://issues.apache.org/jira/browse/HBASE-23286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16995343#comment-16995343
 ] 

Guanghao Zhang commented on HBASE-23286:
----------------------------------------

Bulkload log example:
{code:java}
2019-12-13,11:10:27,754 INFO 
[RS_OPEN_REGION-regionserver/c3-hadoop-tst-st59:31600-6] 
org.apache.hadoop.hbase.regionserver.HStore: Successfully loaded store file 
hdfs://c3tst-perf-ssd/hbase/c3tst-perf-bra
nch2/data/default/ycsb-test/d28aa50b946f00a7fb11e99080964699/C/recovered.hfiles/0000000000007657104-c3-hadoop-tst-st57.bj%2C31600%2C1576205516579.1576206539192
 into store C (new location: hdfs://c3tst-per
f-ssd/hbase/c3tst-perf-branch2/data/default/ycsb-test/d28aa50b946f00a7fb11e99080964699/C/bbd2c5f615fe4c5692e3a12f2498aaa5)
{code}
 There are total 806 files to be loaded for 50 regions.

> Improve MTTR: Split WAL to HFile
> --------------------------------
>
>                 Key: HBASE-23286
>                 URL: https://issues.apache.org/jira/browse/HBASE-23286
>             Project: HBase
>          Issue Type: Improvement
>          Components: MTTR
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>            Priority: Major
>
> After HBASE-20724, the compaction event marker is not used anymore when 
> failover. So our new proposal is split WAL to HFile to imporve MTTR. It has 3 
> steps:
>  # Read WAL and write HFile to region’s column family’s recovered.hfiles 
> directory.
>  # Open region.
>  # Bulkload the recovered.hfiles for every column family.
> The design doc was attathed by a google doc. Any suggestions are welcomed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to