Re: Content Repository Cleanup

2016-12-15 Thread Alan Jackoway
c 15, 2016 at 11:24 AM, Alan Jackoway wrote: > Update: session.remove(newFiles) does not work. I filed > https://issues.apache.org/jira/browse/NIFI-3205 > > On Thu, Dec 15, 2016 at 11:05 AM, Alan Jackoway > wrote: > >> I am getting the successfully checkpointed message. >

Re: Content Repository Cleanup

2016-12-15 Thread Alan Jackoway
Update: session.remove(newFiles) does not work. I filed https://issues.apache.org/jira/browse/NIFI-3205 On Thu, Dec 15, 2016 at 11:05 AM, Alan Jackoway wrote: > I am getting the successfully checkpointed message. > > I think I figured this out. Now we have to decide whether it'

Re: Content Repository Cleanup

2016-12-15 Thread Alan Jackoway
gt; is checkpointing? Would have the words "Successfully checkpointed FlowFile > Repository" > That should happen every 2 minutes, approximately. > > > On Dec 14, 2016, at 8:56 PM, Alan Jackoway mailto:ala > n...@cloudera.com>> wrote: > > I agree the limits sound

Re: Content Repository Cleanup

2016-12-14 Thread Alan Jackoway
" as well as > "NoSuchFile" and see if that hits anywhere. > > > [1] http://nifi.apache.org/docs/nifi-docs/html/administration- > guide.html#configuration-best-practices > > > On Dec 14, 2016, at 8:25 PM, Alan Jackoway mailto:ala > n...@cloudera.com>

Re: Content Repository Cleanup

2016-12-14 Thread Alan Jackoway
We haven't let the disk hit 100% in a while, but it's been crossing 90%. We haven't seen the "Unable to checkpoint" message in the last 24 hours. $ ulimit -Hn 4096 $ ulimit -Sn 1024 I will work on tracking a specific file next. On Wed, Dec 14, 2016 at 8:17 PM, Alan Jac

Re: Content Repository Cleanup

2016-12-14 Thread Alan Jackoway
which went through a number of processors and transformations. Should the number of drained claims correspond to the number of flow files that moved through the system? Alan On Wed, Dec 14, 2016 at 6:59 PM, Alan Jackoway wrote: > Some updates: > * We fixed the issue with missing transfer re

Re: Content Repository Cleanup

2016-12-14 Thread Alan Jackoway
Some updates: * We fixed the issue with missing transfer relationships, and this did not go away. * We saw this a few minutes ago when the queue was at 0. What should I be looking for in the logs to figure out the issue? Thanks, Alan On Mon, Dec 12, 2016 at 12:45 PM, Alan Jackoway wrote: >

Re: Content Repository Cleanup

2016-12-12 Thread Alan Jackoway
, 2016 at 12:16 PM, Alan Jackoway wrote: > Everything is at the default locations for these nifis. > > On one of the two machines, I did find log messages like you suggested: > 2016-12-11 08:00:59,389 ERROR [pool-10-thread-1] > o.a.n.c.r.WriteAheadFlowFileRepository Unable to chec

Re: Content Repository Cleanup

2016-12-12 Thread Alan Jackoway
im.StandardResourceClaimManager" > level="DEBUG" /> > Then that should allow you to see a DEBUG-level log message every time > that a Resource Claim is marked destructible and every time > that the Content Repository requests the collection of Destructible Claims >

Re: Content Repository Cleanup

2016-12-11 Thread Alan Jackoway
y pointers on code/configs for that would be appreciated. Thanks, Alan On Sun, Dec 11, 2016 at 8:51 AM, Joe Gresock wrote: > No, in my scenario a server restart would not affect the content repository > size. > > On Sun, Dec 11, 2016 at 8:46 AM, Alan Jackoway wrote: > > >

Re: Content Repository Cleanup

2016-12-11 Thread Alan Jackoway
ring to me. On Sun, Dec 11, 2016 at 1:37 AM, Alan Jackoway wrote: > The scenario Joe G describes is almost exactly what we are doing. We bring > in large files and unpack them into many smaller ones. In the most recent > iteration of this problem, I saw that we had many small files queu

Re: Content Repository Cleanup

2016-12-10 Thread Alan Jackoway
in the flow that account for that > > much space. If that is certainly not the case for you then we need to > > dig deeper. If you could do screenshots or share log files and stack > > dumps around this time those would all be helpful. If the screenshots > > and such ar

Re: Content Repository Cleanup

2016-12-09 Thread Alan Jackoway
haven't dug into what that means. Alan On Fri, Dec 9, 2016 at 9:53 PM, Alan Jackoway wrote: > Hello, > > We have a node on which nifi content repository keeps growing to use 100% > of the disk. It's a relatively high-volume process. It chewed through more > than 100GB in the

Content Repository Cleanup

2016-12-09 Thread Alan Jackoway
Hello, We have a node on which nifi content repository keeps growing to use 100% of the disk. It's a relatively high-volume process. It chewed through more than 100GB in the three hours between when we first saw it hit 100% of the disk and when we just cleaned it up again. We are running nifi 1.1

Re: [VOTE] Release Apache NiFi 1.0.0 (RC1)

2016-08-29 Thread Alan Jackoway
Builds with JDK 1.8.0_60 so I am a +0 in total. It's been a long time (maybe 0.5?) since I attempted a full nifi build rather than just building the processors I am working with. It seems like some time in that window a JDK incompatibility was introduced. On Mon, Aug 29, 2016 at 2:58 PM,

Re: [VOTE] Release Apache NiFi 1.0.0 (RC1)

2016-08-29 Thread Alan Jackoway
-1 (non-binding) from me, but likely an issue on my machine. I get a compile error in nifi-framework-cluster on this release and master using an empty maven repository. Mac OS X 10.10.5. Maven 3.2.5. Oracle Java 1.8.0_31 The end of maven debug output (which doesn't even say which file is failing

Re: Feature Request: Isolated Processors on ANY ONE node rather than on Primary node alone

2016-04-05 Thread Alan Jackoway
We have begun using a workaround for a problem similar to this, but it is fairly ugly. In many cases we really want to run something like an ingestion process from an external system at a specific time on one node. Without https://issues.apache.org/jira/browse/NIFI-401 you can't quite do it. What

Re: EncryptContent issues after NIFI-1257 and NIFI-1259

2016-03-29 Thread Alan Jackoway
gt; > Andy LoPresto > alopresto.apa...@gmail.com > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Mar 29, 2016, at 8:03 AM, Alan Jackoway wrote: > > I don't get a stacktrace. Probably because it is a validation failure and > the error is ca

Re: EncryptContent issues after NIFI-1257 and NIFI-1259

2016-03-29 Thread Alan Jackoway
ented in the Admin Guide [2]. > >> > >> Can you also provide the full stacktrace and your system configuration, > if possible, to help with the troubleshooting? Thank you. > >> > >> [1] https://issues.apache.org/jira/browse/NIFI-1121 > >> [2] > https://nifi.ap

EncryptContent issues after NIFI-1257 and NIFI-1259

2016-03-28 Thread Alan Jackoway
Hello, I had an EncryptContent processor running with PGP public key encryption when we were running NiFi 0.4.x. We recently went up to a 0.5.x, which includes NIFI-1257 and NIFI-1259. Now my EncryptContent processors are failing to validate my key with an error message: 'Public Keyring File' is

Re: ConvertCSVtoAvro | support for "||" delimiter

2016-02-04 Thread Alan Jackoway
Though I love the concept of ☃ as your separator, my belief is that the correct way to do this to replace your custom delimiter with the ones that are defined in ASCII (and therefore extremely unlikely to appear in your data): https://en.wikipedia.org/wiki/Delimiter#ASCII_delimited_text That said,

Re: Next release?

2015-11-03 Thread Alan Jackoway
I am not a committer, but I think that at a minimum another committer should sign off on it. I don't mind if a different committer says "looks good to me, you can merge that," but I don't think committers should put their own code in without sign off. On Tue, Nov 3, 2015 at 10:23 AM, Oleg Zhurakou

Re: NiFi won't start with my Processor

2015-10-21 Thread Alan Jackoway
We should also check similar behavior for missing properties. I was thinking about this today while modifying a custom processor and decided it was safest to just make a new processor with the new properties. I tried to find info in the developer guide but couldn't. It would be good to document wh