[
https://issues.apache.org/jira/browse/HBASE-21246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646005#comment-16646005
]
stack commented on HBASE-21246:
-------------------------------
I thought WALIdentity would be an opaque class that we'd pass around. It'd be
its own specific Type. Here it seems WALIdentity is a String.
If its private, it can't be evolving
24 @InterfaceAudience.Private
25 @InterfaceStability.Evolving
How does a WALIdentity float free of a WAL Instance? You get one from the
WALProvider? What do you do with it then? What is the wal param we pass? Why I
need that?
> 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.HBASE-20952.001.patch,
> 21246.HBASE-20952.002.patch, 21246.HBASE-20952.004.patch,
> 21246.HBASE-20952.005.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)