You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/07/16 04:45:00 UTC

[jira] [Commented] (NIFI-6432) HBase map cache service ignores column family and qualifiers on get

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

ASF subversion and git services commented on NIFI-6432:
-------------------------------------------------------

Commit f2db1539a84c4e265edc9ad0c403fe61e7c57c6c in nifi's branch refs/heads/master from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f2db153 ]

NIFI-6432 Updating get, containsKey, and remove in HBase_1_1_2_ClientMapCacheService and HBase_2_ClientMapCacheService so that they use the column family and qualifier specified in the service

This closes #3581.

Signed-off-by: Koji Kawamura <ij...@apache.org>


> HBase map cache service ignores column family and qualifiers on get
> -------------------------------------------------------------------
>
>                 Key: NIFI-6432
>                 URL: https://issues.apache.org/jira/browse/NIFI-6432
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The HBase_1_1_2_ClientMapCacheService (and the 2.x equivalent) has properties for Column Family and Column Qualifier. These are used in the put method when inserting a new cache entry. However, they are not used in the get method. This means that if the row has other families and qualifiers, then you may not get back the correct value.
> This also applies to the containsKey method.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)