[
https://issues.apache.org/jira/browse/NIFI-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714213#comment-16714213
]
ASF subversion and git services commented on NIFI-5884:
-------------------------------------------------------
Commit 60064a9f6874f56bc946dfd71c2568528040de0c in nifi's branch
refs/heads/master from [~bbende]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=60064a9f ]
NIFI-5884 Bumping hbase-client version from 1.1.2 to 1.1.13
This closes #3211.
Signed-off-by: Koji Kawamura <[email protected]>
> Use latest 1.1.x HBase client
> -----------------------------
>
> Key: NIFI-5884
> URL: https://issues.apache.org/jira/browse/NIFI-5884
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Bryan Bende
> Assignee: Bryan Bende
> Priority: Minor
>
> I've seen a scenario where the HBase_1_1_2_ClientService got stuck in the
> disabling state and was never going to complete due to the close() method of
> the client being stuck in this while loop:
> https://github.com/apache/hbase/blob/rel/1.1.2/hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/RpcClientImpl.java#L1168
> It appears this was a know issue and resolved in HBase client 1.1.6, and I
> believe the latest is now 1.1.13:
> https://issues.apache.org/jira/browse/HBASE-15957
> Previously I was against changing from 1.1.2 since the controller service has
> the version in the name, but after seeing actual bugs impacting the service,
> I am now in favor of changing to the latest 1.1.x version, knowing that we
> still need to eventually implement a 2.x version of the service.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)