[
https://issues.apache.org/jira/browse/HBASE-15607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15240661#comment-15240661
]
Anoop Sam John commented on HBASE-15607:
----------------------------------------
bq.MasterProtos.SnapshotResponse takeSnapshotAsync
This is not changed
{code}
if (response.getCompactionState() != null) {
2265 return
Admin.CompactionState.valueOf(response.getCompactionState().toString());
2266 }
{code}
We can keep this conversion of PB object to our POJO (and reverse) in PBUtil?
We need keep the POJOs within Admin or can it be outside?
> Remove PB references from Admin for 2.0
> ---------------------------------------
>
> Key: HBASE-15607
> URL: https://issues.apache.org/jira/browse/HBASE-15607
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Priority: Blocker
> Fix For: 2.0.0
>
> Attachments: HBASE-15607.patch, HBASE-15607_1.patch
>
>
> This is a sub-task for HBASE-15174.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)