Bryan Bende created NIFI-6432:
---------------------------------
Summary: HBase map cache service ignores column family and
qualifies on retrieval
Key: NIFI-6432
URL: https://issues.apache.org/jira/browse/NIFI-6432
Project: Apache NiFi
Issue Type: Bug
Reporter: Bryan Bende
Assignee: Bryan Bende
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)