[ 
https://issues.apache.org/jira/browse/NIFI-5884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714212#comment-16714212
 ] 

ASF GitHub Bot commented on NIFI-5884:
--------------------------------------

Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/3211
  
    I agree with the idea of using 1.1.x HBase client despite of having 1.1.2 
in the component name. +1 merging. Thanks @bbende !


> 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)

Reply via email to