[
https://issues.apache.org/jira/browse/HBASE-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1484:
-------------------------
Attachment: 1484.patch
Fix for wrong order of edits.
M src/test/org/apache/hadoop/hbase/regionserver/TestHLog.java
Added simple test that verifies only single region in a produced
split file and that edits are in ascending order.
M src/java/org/apache/hadoop/hbase/regionserver/HLog.java
Make splitLog return List of split logs written -- helps in unit tests.
Walk the LinkedList of edits in reverse so edits come out in the order
in which they were added writing split file.
Added toString to HLogEdit.
> commit log split writes files with newest edits first (since hbase-1430);
> should be other way round
> ---------------------------------------------------------------------------------------------------
>
> Key: HBASE-1484
> URL: https://issues.apache.org/jira/browse/HBASE-1484
> Project: Hadoop HBase
> Issue Type: Bug
> Reporter: stack
> Fix For: 0.20.0
>
> Attachments: 1484.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.