[jira] [Updated] (NIFI-2259) HTTP Site-to-Site doesn't handle TRANSACTION_FINISHED _BUT_DESTINATION_FULL as expected

2016-07-24 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-2259: Status: Patch Available (was: Open) > HTTP Site-to-Site doesn't handle TRANSACTION_FINISHED _BUT_DES

[jira] [Commented] (NIFI-2259) HTTP Site-to-Site doesn't handle TRANSACTION_FINISHED _BUT_DESTINATION_FULL as expected

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391377#comment-15391377 ] ASF GitHub Bot commented on NIFI-2259: -- GitHub user ijokarumawak opened a pull request

[GitHub] nifi pull request #714: NIFI-2259: HTTP Site-to-Site can't handle DEST_FULL

2016-07-24 Thread ijokarumawak
GitHub user ijokarumawak opened a pull request: https://github.com/apache/nifi/pull/714 NIFI-2259: HTTP Site-to-Site can't handle DEST_FULL Hello, I found a bug related HTTP Site-to-Site push data transport, when there's a lots of items queued up at the remote NiFi instance.

[jira] [Commented] (NIFI-2259) HTTP Site-to-Site doesn't handle TRANSACTION_FINISHED _BUT_DESTINATION_FULL as expected

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391373#comment-15391373 ] ASF GitHub Bot commented on NIFI-2259: -- Github user ijokarumawak closed the pull reque

[jira] [Commented] (NIFI-2259) HTTP Site-to-Site doesn't handle TRANSACTION_FINISHED _BUT_DESTINATION_FULL as expected

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391374#comment-15391374 ] ASF GitHub Bot commented on NIFI-2259: -- Github user ijokarumawak commented on the issu

[GitHub] nifi issue #656: Issue HTTP Site-to-Site with lots of queued flow-file

2016-07-24 Thread ijokarumawak
Github user ijokarumawak commented on the issue: https://github.com/apache/nifi/pull/656 Closing this PR to open a new one solely for NIFI-2259, as this one is getting stale and having conflicts, also, no updates about PipedInputStream related issue. --- If your project is set up fo

[GitHub] nifi pull request #656: Issue HTTP Site-to-Site with lots of queued flow-fil...

2016-07-24 Thread ijokarumawak
Github user ijokarumawak closed the pull request at: https://github.com/apache/nifi/pull/656 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391335#comment-15391335 ] ASF GitHub Bot commented on NIFI-1148: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #710: NIFI-1148 added IMAP/POP3 support

2016-07-24 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/710 @olegz what about using the same strategy as PutEmail where the user can configure the socket on runtime? https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-

[jira] [Commented] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391330#comment-15391330 ] ASF GitHub Bot commented on NIFI-1148: -- Github user olegz commented on the issue:

[GitHub] nifi issue #710: NIFI-1148 added IMAP/POP3 support

2016-07-24 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/710 One advise though is that there are additional JavaMail properties that one may need to provide to accomodate specific servers. For example in Gmail you need to specify ```mail.pop3.socketFactory.class=

[jira] [Commented] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391296#comment-15391296 ] ASF GitHub Bot commented on NIFI-1148: -- Github user olegz commented on the issue:

[GitHub] nifi issue #710: NIFI-1148 added IMAP/POP3 support

2016-07-24 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/710 Digging into the source code for it looks like something is out of compliance with POP3 protocol ```java if (line.startsWith("+OK")) r.ok = true; else if (line.startsWith("-ERR

[jira] [Commented] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391295#comment-15391295 ] ASF GitHub Bot commented on NIFI-1148: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #710: NIFI-1148 added IMAP/POP3 support

2016-07-24 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/710 @olegz agreed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if t

[GitHub] nifi issue #710: NIFI-1148 added IMAP/POP3 support

2016-07-24 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/710 @trixpan Well, I am not sure what that is (will be looking) and how reliable mailtrap.io is for such testing giving it's description "Fake smtp testing server. Dummy smtp email testing". I've tested it w

[jira] [Commented] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391294#comment-15391294 ] ASF GitHub Bot commented on NIFI-1148: -- Github user olegz commented on the issue:

[jira] [Updated] (NIFI-2028) Site-to-Site Transit URI is inconsistent

2016-07-24 Thread Koji Kawamura (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Kawamura updated NIFI-2028: Description: Site-to-Site client and server create provenance event at both end, and those have Tran

[jira] [Commented] (NIFI-1148) Add processor to GetEmail supporting IMAP and POP3

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391270#comment-15391270 ] ASF GitHub Bot commented on NIFI-1148: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #710: NIFI-1148 added IMAP/POP3 support

2016-07-24 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/710 Getting errors when trying to use mailtrap.io for POP3 testing: ``` 2016-07-25 10:37:27,706 ERROR [Timer-Driven Process Thread-6] o.a.nifi.processors.email.ConsumePOP3 org.apache.nifi.p

[GitHub] nifi issue #675: LSB Adherence

2016-07-24 Thread apiri
Github user apiri commented on the issue: https://github.com/apache/nifi/pull/675 Hey @PuspenduBanerjee, sorry for the delay. Will scope this out in the next day or so. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (NIFI-2292) Nodes in cluster sometimes become out-of-sync with actual 'connection state' of node

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391184#comment-15391184 ] ASF GitHub Bot commented on NIFI-2292: -- Github user JPercivall commented on the issue:

[GitHub] nifi issue #701: NIFI-2292: Funnel all cluster node status changes through t...

2016-07-24 Thread JPercivall
Github user JPercivall commented on the issue: https://github.com/apache/nifi/pull/701 @markap14, this branch has conflicts with the current master, can you resolve them? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[jira] [Commented] (NIFI-2376) Content could be prematurely archived/removed if a call to append() throws an Exception

2016-07-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391173#comment-15391173 ] ASF GitHub Bot commented on NIFI-2376: -- Github user asfgit closed the pull request at:

[jira] [Commented] (NIFI-2376) Content could be prematurely archived/removed if a call to append() throws an Exception

2016-07-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391172#comment-15391172 ] ASF subversion and git services commented on NIFI-2376: --- Commit 4e08e

[GitHub] nifi pull request #713: NIFI-2376: Ensure that we don't decrement claimant c...

2016-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/713 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Commented] (NIFI-2376) Content could be prematurely archived/removed if a call to append() throws an Exception

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391171#comment-15391171 ] Joseph Witt commented on NIFI-2376: --- +1. Will merge to master. I didn't really read the

[jira] [Updated] (NIFI-2376) Content could be prematurely archived/removed if a call to append() throws an Exception

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-2376: -- Labels: releasenotes (was: ) > Content could be prematurely archived/removed if a call to append() throw

[jira] [Updated] (NIFI-2384) Back-pressure should use cycle detection to avoid dead lock conditions

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-2384: -- Description: If you have a cycle with back pressure being fed by a source with back pressure and the sou

[jira] [Updated] (NIFI-2384) Back-pressure should use cycle detection to avoid dead lock conditions

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-2384: -- Attachment: this_aint_right.xml > Back-pressure should use cycle detection to avoid dead lock conditions

[jira] [Created] (NIFI-2384) Back-pressure should use cycle detection to avoid dead lock conditions

2016-07-24 Thread Joseph Witt (JIRA)
Joseph Witt created NIFI-2384: - Summary: Back-pressure should use cycle detection to avoid dead lock conditions Key: NIFI-2384 URL: https://issues.apache.org/jira/browse/NIFI-2384 Project: Apache NiFi

[jira] [Assigned] (NIFI-2376) Content could be prematurely archived/removed if a call to append() throws an Exception

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt reassigned NIFI-2376: - Assignee: Joseph Witt (was: Mark Payne) > Content could be prematurely archived/removed if a call

[jira] [Commented] (NIFI-2378) Flowfile Expiration Strategy

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391127#comment-15391127 ] Joseph Witt commented on NIFI-2378: --- [~nadih] Expired flow files are still available in t

[jira] [Commented] (NIFI-2379) Add Multiple Path to "site to site" Connection

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391120#comment-15391120 ] Joseph Witt commented on NIFI-2379: --- Right now as it is site-to-site offers load balancin

[jira] [Updated] (NIFI-2379) Enable 'site to site' to support multiple destination sites for failover and possibly load-balancing

2016-07-24 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joseph Witt updated NIFI-2379: -- Summary: Enable 'site to site' to support multiple destination sites for failover and possibly load-balan

[jira] [Commented] (NIFI-2163) Nifi Service does not follow LSB Sevice Spec

2016-07-24 Thread Puspendu Banerjee (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391118#comment-15391118 ] Puspendu Banerjee commented on NIFI-2163: - [~evega] Any chance to review it again?

[jira] [Created] (NIFI-2383) ListFile

2016-07-24 Thread n h (JIRA)
n h created NIFI-2383: - Summary: ListFile Key: NIFI-2383 URL: https://issues.apache.org/jira/browse/NIFI-2383 Project: Apache NiFi Issue Type: Bug Components: Core Framework Reporte

[jira] [Created] (NIFI-2382) ListFile Documentation

2016-07-24 Thread n h (JIRA)
n h created NIFI-2382: - Summary: ListFile Documentation Key: NIFI-2382 URL: https://issues.apache.org/jira/browse/NIFI-2382 Project: Apache NiFi Issue Type: Bug Components: Documentation & Webs

[jira] [Created] (NIFI-2381) Connection Pooling Service -Drop invalid connections and create new ones

2016-07-24 Thread JIRA
Carlos Manuel António Fernandes created NIFI-2381: - Summary: Connection Pooling Service -Drop invalid connections and create new ones Key: NIFI-2381 URL: https://issues.apache.org/jira/browse/NIFI

[jira] [Updated] (NIFI-2380) ExtractEmailAttachments processor should support TNEF files (aka winmail.dat)

2016-07-24 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre updated NIFI-2380: Summary: ExtractEmailAttachments processor should support TNEF files (aka winmail.dat) (was: ExtractEmailAttachments

[jira] [Updated] (NIFI-2380) ExtractEmailAttachments processor should support TNEF files (aka winmail.dat)

2016-07-24 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre updated NIFI-2380: Description: during the review of NIFI-1899 Dan Marshall highlighted some use cases for email processing that have n

[jira] [Created] (NIFI-2380) ExtractEmailAttachments processor should support TNEF files (aka the dreaded winmail.dat)

2016-07-24 Thread Andre (JIRA)
Andre created NIFI-2380: --- Summary: ExtractEmailAttachments processor should support TNEF files (aka the dreaded winmail.dat) Key: NIFI-2380 URL: https://issues.apache.org/jira/browse/NIFI-2380 Project: Apache N

[jira] [Resolved] (NIFI-646) Implement Mime Processor

2016-07-24 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre resolved NIFI-646. Resolution: Fixed Assignee: Andre Fix Version/s: 1.0.0 fixed as part of NIFI-1899 > Implement Mime Pr

[jira] [Created] (NIFI-2379) Add Multiple Path to "site to site" Connection

2016-07-24 Thread n h (JIRA)
n h created NIFI-2379: - Summary: Add Multiple Path to "site to site" Connection Key: NIFI-2379 URL: https://issues.apache.org/jira/browse/NIFI-2379 Project: Apache NiFi Issue Type: Improvement

[jira] [Created] (NIFI-2378) Flowfile Expiration Strategy

2016-07-24 Thread n h (JIRA)
n h created NIFI-2378: - Summary: Flowfile Expiration Strategy Key: NIFI-2378 URL: https://issues.apache.org/jira/browse/NIFI-2378 Project: Apache NiFi Issue Type: Improvement Components: Core F