[
https://issues.apache.org/jira/browse/HBASE-21246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16668840#comment-16668840
]
Ted Yu commented on HBASE-21246:
--------------------------------
bq. This is extracting the creation time, right?
The start time is extracted.
Good catch, rewritten in patch v21 with {{walProvider.getWALStartTime}}.
bq. to make sure we aren't breaking what he and Zach are doing
Agreed.
>From my investigation so far, there is no conflict between WAL refactoring and
>what's in place on the master branch.
With HBASE-20734, the location for WAL and recovered edits is unified. This
actually benefits WAL refactoring - we can get FileSystem from WAL Identity
(Path).
> Introduce WALIdentity interface
> -------------------------------
>
> Key: HBASE-21246
> URL: https://issues.apache.org/jira/browse/HBASE-21246
> Project: HBase
> Issue Type: Sub-task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Priority: Major
> Fix For: HBASE-20952
>
> Attachments: 21246.003.patch, 21246.20.txt, 21246.21.txt,
> 21246.HBASE-20952.001.patch, 21246.HBASE-20952.002.patch,
> 21246.HBASE-20952.004.patch, 21246.HBASE-20952.005.patch,
> 21246.HBASE-20952.007.patch, 21246.HBASE-20952.008.patch
>
>
> We are introducing WALIdentity interface so that the WAL representation can
> be decoupled from distributed filesystem.
> The interface provides getName method whose return value can represent
> filename in distributed filesystem environment or, the name of the stream
> when the WAL is backed by log stream.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)