[
https://issues.apache.org/jira/browse/HBASE-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Daniel Cryans updated HBASE-2580:
--------------------------------------
Status: Resolved (was: Patch Available)
Hadoop Flags: [Reviewed]
Resolution: Fixed
Committed to trunk with Stack's and Ryan's comments.
> Make the hlog file names unique
> -------------------------------
>
> Key: HBASE-2580
> URL: https://issues.apache.org/jira/browse/HBASE-2580
> Project: Hadoop HBase
> Issue Type: Improvement
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Fix For: 0.21.0
>
> Attachments: HBASE-2580-v2.patch, HBASE-2580-v3.patch,
> HBASE-2580.patch
>
>
> Currently the HLog archiving thread adds another timestamp to ensure the file
> names are "unique". This is ugly and makes it harder to track the HLogs
> movements from outside (like replication). Instead we could use a UUID as the
> file name.
> I was discussing with Stack the need of keeping a timestamp in the file
> name... I think we can't get rid of it since we need to read the HLogs in
> sequence when splitting.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.