[
https://issues.apache.org/jira/browse/NIFI-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-6197:
-------------------------------
Affects Version/s: (was: 1.9.2)
Status: Patch Available (was: Open)
> HBase Client Service uses a bad default for retries
> ---------------------------------------------------
>
> Key: NIFI-6197
> URL: https://issues.apache.org/jira/browse/NIFI-6197
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Lars Francke
> Assignee: Lars Francke
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> HBase Client Service uses a default retry value of "1" for
> {{hbase.client.retries.number}} which is bad.
> The property is used for _all_ *retryable* operations. By setting this to one
> this makes any _normal_ HBase exception (e.g. RegionMoved) fatal.
> The default in HBase now is 15 (used to be 10). This patch changes the
> default to 15 for that reason.
> There shouldn't even be a need to set this at all because HBase will use the
> default (even without an hbase-site.xml file) but I decided to leave that for
> another day.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)