Seems like this should be fairly easy for HBase 2.x with the checkAndMutate
functionality and I was wondering if there is already a Jira for this.
Otherwise I might make an attempt at it. It would be good to be able to support
Wait/Notify and other things that need AtomicDistributedMapCacheClien
I'm not sure if there is a real reason it can't be implemented, I
think Hbase has the necessary compare-and-set operations to make it
work, may just be that someone needs to do the work to implement it.
On Wed, Apr 24, 2019 at 3:18 PM Shawn Weeks wrote:
>
> With Nifi 1.9 and Hbase 2.x what is the
With Nifi 1.9 and Hbase 2.x what is the current limitation preventing
implementing atomic map cache? If there’s already a jira discussing I’d like to
read through it.
Thanks
Shawn Weeks
Sent from my iPhone
Andy,
Without going into specifics, we have been using this on a client project
where the cleanup needs are "non-trivial" and often require writing custom
lookup services to repair fields and things like that. So far, it seems to
be working very well for this sort of advanced cleanup need. Before