Re: Redis - Sorted Sets

2019-09-13 Thread Eric Chaves
Hi John, Here at work we also needed to use redis in a flow to store and retrieve real-time events temporary. We haven't found any "Put/Fetch Redis" processors and the RedisDistributedMapCache didn't fit out needs precisely because our flow required more control over the key namespace and also to

Redis - Sorted Sets

2019-09-13 Thread John Fak
Has anyone used nifi to move data to Redis ? What processors etc ? Ideally want to use a sorted set in redis.

RE: HandleHttpRequest - Failed to receive content from HTTP Request

2019-09-13 Thread William Gosse
I created the following Jira issue: https://issues.apache.org/jira/browse/NIFI-6661 Here’s some more info on this issue: Also I only see this happening with one of my user who may be ealing with network latency. I have not been able to recreate the issue myself with this exact excetion

Re: How to lock mysql a table for concurrent reads

2019-09-13 Thread Eric Chaves
Hi folks, found my error. I fixed my query to use an inner join with a select for update instead of a subselect and configured the PutSQL to use a batch count of 1. Thanks! Em qui, 12 de set de 2019 às 19:10, Eric Chaves escreveu: > Hi folks, > > I'm having a hard time to figure out how to do

Issue with empty files in content repository

2019-09-13 Thread Malthe
Trying to figure out why a `MergeContent` processor was producing a linearly rising amount of content which wasn't reaped correctly (the retention policies would not be upheld and disk space would fall to zero), we realized that some flow files in the queue pointed to content which didn't exist on