[
https://issues.apache.org/jira/browse/HBASE-13395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15932151#comment-15932151
]
Chia-Ping Tsai commented on HBASE-13395:
----------------------------------------
[~Jan Hentschel]
There are some comment which reference the "HTableInterface" in the
ConnectionImplementation. Please fix it. Thanks.
{noformat}
// thread executor shared by all HTableInterface instances created
// by this connection
private volatile ExecutorService batchPool = null;
// meta thread executor shared by all HTableInterface instances created
// by this connection
private volatile ExecutorService metaLookupPool = null;
{noformat}
> Remove HTableInterface
> ----------------------
>
> Key: HBASE-13395
> URL: https://issues.apache.org/jira/browse/HBASE-13395
> Project: HBase
> Issue Type: Sub-task
> Components: API
> Affects Versions: 2.0.0
> Reporter: Mikhail Antonov
> Assignee: Jan Hentschel
> Fix For: 2.0.0
>
> Attachments: HBASE-13395.master.001.patch
>
>
> This class is marked as deprecated, probably can remove it, and if any
> methods from this specific class are in active use, need to decide what to do
> on callers' side. Should be able to replace with just Table interface usage.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)