[
https://issues.apache.org/jira/browse/HBASE-12104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152338#comment-14152338
]
Ted Yu commented on HBASE-12104:
--------------------------------
{code}
+ public static final String TABLE_MULTIPLEXER_MAX_RETRY_IN_QUEUE =
+ "hbase.client.max.retried.in.queue";
{code}
Should the config be "hbase.client.max.retries.in.queue" ?
{code}
+ } catch (RuntimeException e) {
+ // To make findbugs happy
+ // Log all the exceptions and move on
{code}
Is the above desirable for IOExceptions ?
> Some optimization and bugfix for HTableMultiplexer
> --------------------------------------------------
>
> Key: HBASE-12104
> URL: https://issues.apache.org/jira/browse/HBASE-12104
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Affects Versions: 2.0.0
> Reporter: Yi Deng
> Assignee: Yi Deng
> Labels: multiplexer
> Fix For: 2.0.0
>
> Attachments: 0001-Make-HTableMultiplexerStatus-public.patch
>
>
> Make HTableMultiplexerStatus public
> Delay before resubmit.
> Fix some missing counting on total failure.
> Use ScheduledExecutorService to simplify the code.
> Other refactoring.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)