I am running on version 0.7.0. I am generating files using the GenerateFlowFile Processor to create a batch of 1,000 unique text flowfiles of 1 KB each. They are local flowfiles, I am not trying to communicate over the network to access a file.
Thanks, Kevin From: Andy LoPresto [mailto:[email protected]] Sent: Thursday, July 7, 2016 3:00 PM To: [email protected] Subject: Re: java.net.SocketTimeoutException: timeout when reading flowfile Hi Kevin, What processor are you using here? Is it just a GetFile/FetchFile processor or something else where that *is* the flowfile content? Which version are you running? Released 0.6.1, as-of-yet-unreleased 0.7.0, or the “master” (unreleased) 1.0.0? The SocketTimeoutException is interesting, because it is unusual if you’re reading from a local filesystem. Are you trying to communicate over the network to access this file? Andy LoPresto [email protected]<mailto:[email protected]> [email protected]<mailto:[email protected]> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 On Jul 7, 2016, at 2:39 PM, Kevin Verhoeven <[email protected]<mailto:[email protected]>> wrote: Occasionally I receive and error reading a flowfile. This occurs about one time per thousand flowfiles. The flowfile exists and is readable on a second attempt. I'd like to increase the timeout, do you know if this is possible? ERROR: Could not read the flowfile content: /filename.txt java.net.SocketTimeoutException: timeout Thanks, Kevin
