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

Alex Newman commented on HBASE-11567:
-------------------------------------

OK I addressed everything I could. Next step jiras are probably

- SOLID-IFY HRegion, verify testing behavior (We will actually have to have a 
user story here I think)
- With the above user story, we need more integration tests. I added some 
integration with an existing test to make sure the marker is being made however.
- Change the HFile /HFile load API so we can test it without writing out files
- Improve HLog pluggability (This is important for a bunch of reason)

There's another thing. I am convinced that this should be 5 patches, but I am 
not sure how we want to do it. The patch comments are a little wonkly but here 
it is nonetheless
https://github.com/posix4e/hbase/pull/1. I will attach a combined one to this 
jira as well.

[~ryanobjc] for the sake of doing things in an impartial way perhaps we should 
get a non wandisco employee to the next round of reviews.

> Write bulk load events to WAL
> -----------------------------
>
>                 Key: HBASE-11567
>                 URL: https://issues.apache.org/jira/browse/HBASE-11567
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Enis Soztutar
>            Assignee: Alex Newman
>         Attachments: HBASE-11567-v1.patch, HBASE-11567-v2.patch
>
>
> Similar to writing flush (HBASE-11511), compaction(HBASE-2231) to WAL and 
> region open/close (HBASE-11512) , we should persist bulk load events to WAL.
> This is especially important for secondary region replicas, since we can use 
> this information to pick up primary regions' files from secondary replicas.
> A design doc for secondary replica replication can be found at HBASE-11183.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to