[GitHub] nifi issue #980: NIFI-1170 - Improved TailFile processor to support multiple...

2016-09-06 Thread pvillard31
Github user pvillard31 commented on the issue: https://github.com/apache/nifi/pull/980 FYI: this is not ready for review. After a talk with @trixpan, I'll put some additional work into it. I'll let you know when I think this is ready to take into account the use case described in the

[GitHub] nifi pull request #987: NIFI-2372 ensure session and consumer aligned and ha...

2016-09-06 Thread joewitt
GitHub user joewitt opened a pull request: https://github.com/apache/nifi/pull/987 NIFI-2372 ensure session and consumer aligned and has registered reba… …lance listener. Make consumption far more memory and process efficient. You can merge this pull request into a Git

[jira] [Commented] (NIFI-2372) Allow ProcessSession to be passed to operations annotated with @OnUnscsheduled

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15466566#comment-15466566 ] ASF GitHub Bot commented on NIFI-2372: -- GitHub user joewitt opened a pull request:

[jira] [Updated] (NIFI-2712) Database Fetch processors' max-value columns don't work as expected

2016-09-06 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-2712: -- Resolution: Fixed Fix Version/s: 1.1.0 Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-2735) Add processor to perform simple aggregations

2016-09-06 Thread Matt Burgess (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468824#comment-15468824 ] Matt Burgess commented on NIFI-2735: Good feedback, thanks! Here's what I've thought so far: 1)

[jira] [Commented] (NIFI-2440) Add last modified time & timestamp attributes to flow files generated by ListSFTP processor

2016-09-06 Thread Kirk Tarou (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468828#comment-15468828 ] Kirk Tarou commented on NIFI-2440: -- Can this be added to the next release? I'd really like to preserve the

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

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15467308#comment-15467308 ] ASF GitHub Bot commented on NIFI-2380: -- Github user trixpan commented on a diff in the pull request:

[GitHub] nifi pull request #817: NIFI-2380 - Introduce ExtractTNEFAttachments

2016-09-06 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/817#discussion_r77625743 --- Diff: nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractTNEFAttachments.java --- @@ -0,0

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

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15467309#comment-15467309 ] ASF GitHub Bot commented on NIFI-2380: -- Github user trixpan commented on a diff in the pull request:

[GitHub] nifi pull request #817: NIFI-2380 - Introduce ExtractTNEFAttachments

2016-09-06 Thread trixpan
Github user trixpan commented on a diff in the pull request: https://github.com/apache/nifi/pull/817#discussion_r77625649 --- Diff: nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/src/main/java/org/apache/nifi/processors/email/ExtractTNEFAttachments.java --- @@ -0,0

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

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15467159#comment-15467159 ] ASF GitHub Bot commented on NIFI-2380: -- Github user olegz commented on a diff in the pull request:

[jira] [Commented] (NIFI-2681) Avoid caching Provenance Index Searchers

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15467763#comment-15467763 ] ASF GitHub Bot commented on NIFI-2681: -- Github user markap14 commented on a diff in the pull request:

[jira] [Updated] (NIFI-2681) Avoid caching Provenance Index Searchers

2016-09-06 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende updated NIFI-2681: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Avoid caching Provenance Index

[GitHub] nifi issue #958: NIFI-2681: Refactored IndexManager into an interface and re...

2016-09-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/958 +1 full build passes and provenance appears to work fine, will merge to master --- 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

[jira] [Commented] (NIFI-2681) Avoid caching Provenance Index Searchers

2016-09-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15467818#comment-15467818 ] ASF subversion and git services commented on NIFI-2681: --- Commit

[GitHub] nifi pull request #958: NIFI-2681: Refactored IndexManager into an interface...

2016-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/958 --- 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] [Updated] (NIFI-2251) Restore lineage graph export

2016-09-06 Thread Yolanda M. Davis (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yolanda M. Davis updated NIFI-2251: --- Status: Patch Available (was: Open) > Restore lineage graph export >

[GitHub] nifi issue #982: NIFI-2251 - Initial commit for client side provenance linea...

2016-09-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/982 Will Review... --- 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

[jira] [Commented] (NIFI-2735) Add processor to perform simple aggregations

2016-09-06 Thread Oleg Zhurakousky (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468230#comment-15468230 ] Oleg Zhurakousky commented on NIFI-2735: [~mattyb149] This is indeed an interesting problem to

[jira] [Commented] (NIFI-2251) Restore lineage graph export

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468033#comment-15468033 ] ASF GitHub Bot commented on NIFI-2251: -- Github user mcgilman commented on the issue:

[jira] [Commented] (NIFI-2681) Avoid caching Provenance Index Searchers

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

[jira] [Commented] (NIFI-2735) Add processor to perform simple aggregations

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468258#comment-15468258 ] ASF GitHub Bot commented on NIFI-2735: -- Github user olegz commented on the issue:

[jira] [Commented] (NIFI-2732) ConsumeKafka 0.9 and 0.10 not handling partition reassignment case sufficiently

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468335#comment-15468335 ] ASF GitHub Bot commented on NIFI-2732: -- Github user bbende commented on the issue:

[jira] [Commented] (NIFI-2732) ConsumeKafka 0.9 and 0.10 not handling partition reassignment case sufficiently

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

[jira] [Created] (NIFI-2737) Max Value Column in QueryDatabaseTable/GenerateTableFetch need to handle rollover

2016-09-06 Thread Jeff Storck (JIRA)
Jeff Storck created NIFI-2737: - Summary: Max Value Column in QueryDatabaseTable/GenerateTableFetch need to handle rollover Key: NIFI-2737 URL: https://issues.apache.org/jira/browse/NIFI-2737 Project:

[jira] [Commented] (NIFI-2732) ConsumeKafka 0.9 and 0.10 not handling partition reassignment case sufficiently

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468329#comment-15468329 ] ASF GitHub Bot commented on NIFI-2732: -- Github user markap14 commented on the issue:

[jira] [Resolved] (NIFI-2732) ConsumeKafka 0.9 and 0.10 not handling partition reassignment case sufficiently

2016-09-06 Thread Bryan Bende (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Bende resolved NIFI-2732. --- Resolution: Fixed > ConsumeKafka 0.9 and 0.10 not handling partition reassignment case > sufficiently

[jira] [Updated] (NIFI-2736) Allow arbitrary (non-hierarchical) columns to be used for max values in QueryDatabaseTable/GenerateTableFetch

2016-09-06 Thread Jeff Storck (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Storck updated NIFI-2736: -- Summary: Allow arbitrary (non-hierarchical) columns to be used for max values in

[jira] [Created] (NIFI-2736) Allow arbitrary (non-hierarchical) columns to be used for max values in QueryDatabaseTable//GenerateTableFetch

2016-09-06 Thread Jeff Storck (JIRA)
Jeff Storck created NIFI-2736: - Summary: Allow arbitrary (non-hierarchical) columns to be used for max values in QueryDatabaseTable//GenerateTableFetch Key: NIFI-2736 URL:

[GitHub] nifi issue #988: NIFI-2735: Add AggregateValues processor for aggregate oper...

2016-09-06 Thread olegz
Github user olegz commented on the issue: https://github.com/apache/nifi/pull/988 Reviewing. . . --- 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

[GitHub] nifi pull request #988: NIFI-2735: Add AggregateValues processor for aggrega...

2016-09-06 Thread olegz
Github user olegz commented on a diff in the pull request: https://github.com/apache/nifi/pull/988#discussion_r77700099 --- Diff: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AggregateValues.java --- @@ -0,0

[jira] [Updated] (NIFI-2341) Create a processor to parse logs formated using CEF

2016-09-06 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre updated NIFI-2341: Fix Version/s: 1.1.0 > Create a processor to parse logs formated using CEF >

[jira] [Resolved] (NIFI-1045) Add "backup suffix" Conflict Resolution Strategy to PutHDFS / PutFile

2016-09-06 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre resolved NIFI-1045. - Resolution: Won't Fix > Add "backup suffix" Conflict Resolution Strategy to PutHDFS / PutFile >

[jira] [Resolved] (NIFI-1226) Implement interprocessor pub/sub API

2016-09-06 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre resolved NIFI-1226. - Resolution: Fixed A pattern (created as part of ListenRELP has been implemented). Most similar processors should

[jira] [Updated] (NIFI-1500) NiFi requires too much write permissions to bootstrap

2016-09-06 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre updated NIFI-1500: Fix Version/s: 1.1.0 > NiFi requires too much write permissions to bootstrap >

[jira] [Commented] (NIFI-1966) Address Issue of Nodes Disagreeing About Flow Contents on Startup

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

[GitHub] nifi issue #977: NIFI-1966: When cluster is started up, do not assume that C...

2016-09-06 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/977 Looks good @markap14. This has been merged to master. --- 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

[jira] [Commented] (NIFI-1966) Address Issue of Nodes Disagreeing About Flow Contents on Startup

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468467#comment-15468467 ] ASF GitHub Bot commented on NIFI-1966: -- Github user mcgilman commented on the issue:

[GitHub] nifi pull request #977: NIFI-1966: When cluster is started up, do not assume...

2016-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/977 --- 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] [Updated] (NIFI-1966) Address Issue of Nodes Disagreeing About Flow Contents on Startup

2016-09-06 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-1966: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Address Issue of Nodes Disagreeing

[GitHub] nifi pull request #976: NIFI-2712: Fixed Fetch processors for multiple max-v...

2016-09-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/976 --- 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-2712) Database Fetch processors' max-value columns don't work as expected

2016-09-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468533#comment-15468533 ] ASF subversion and git services commented on NIFI-2712: --- Commit

[jira] [Commented] (NIFI-2740) Public documentation site has positioning errors

2016-09-06 Thread Andy LoPresto (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469095#comment-15469095 ] Andy LoPresto commented on NIFI-2740: - After trying with other browsers, it may be an issue with the

[jira] [Commented] (NIFI-2740) Public documentation site has positioning errors

2016-09-06 Thread Matt Gilman (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469094#comment-15469094 ] Matt Gilman commented on NIFI-2740: --- [~alopresto] Can you verify this isn't a browser cache issue? I'm

[jira] [Resolved] (NIFI-2740) Public documentation site has positioning errors

2016-09-06 Thread Andy LoPresto (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto resolved NIFI-2740. - Resolution: Cannot Reproduce Browser cache issue. > Public documentation site has positioning

[jira] [Comment Edited] (NIFI-2740) Public documentation site has positioning errors

2016-09-06 Thread Andy LoPresto (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469095#comment-15469095 ] Andy LoPresto edited comment on NIFI-2740 at 9/7/16 12:37 AM: -- After trying

[jira] [Assigned] (NIFI-2440) Add last modified time & timestamp attributes to flow files generated by ListSFTP processor

2016-09-06 Thread Joe Skora (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Skora reassigned NIFI-2440: --- Assignee: Joe Skora > Add last modified time & timestamp attributes to flow files generated by >

[jira] [Commented] (NIFI-2714) Whitelist and Blacklist for Topics in ConsumeKafka

2016-09-06 Thread Joseph Witt (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469417#comment-15469417 ] Joseph Witt commented on NIFI-2714: --- [~samhjelmfelt] to clarify - the kafka client supports a regex based

[jira] [Commented] (NIFI-2440) Add last modified time & timestamp attributes to flow files generated by ListSFTP processor

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469470#comment-15469470 ] ASF GitHub Bot commented on NIFI-2440: -- Github user jskora commented on the issue:

[GitHub] nifi issue #913: NIFI-2440 - Add 'file.lastModifiedTime' attribute to ListSF...

2016-09-06 Thread jskora
Github user jskora commented on the issue: https://github.com/apache/nifi/pull/913 @kirkalicious, thanks! The changes look good and tests check out fine. I'd prefer to move the constants to a parent common to ListFileTransfer and ListFile, but the only common parent is

[GitHub] nifi issue #913: NIFI-2440 - Add 'file.lastModifiedTime' attribute to ListSF...

2016-09-06 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/913 Should it go into the 0.x branch: It does not meet the criteria for backporting so doing so would require a specific need and willing merger. The use of ListFile statics seems ok to me

[jira] [Commented] (NIFI-2739) ConsumeKafka and ConsumeKafka_0_10 can block indefinitely if unable to communicate with Kafka broker

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469551#comment-15469551 ] ASF GitHub Bot commented on NIFI-2739: -- Github user joewitt commented on the issue:

[GitHub] nifi issue #989: NIFI-2739: Call KafkaConsumer.wakeup() if consumer is block...

2016-09-06 Thread joewitt
Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/989 +1 as-is but do consider reducing from 30 secs to 5 secs. There is no known reason why it should ever have to wait near 5 seconds even as currently implemented particularly in the case of an

[jira] [Commented] (NIFI-2735) Add processor to perform simple aggregations

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468267#comment-15468267 ] ASF GitHub Bot commented on NIFI-2735: -- Github user olegz commented on a diff in the pull request:

[GitHub] nifi issue #976: NIFI-2712: Fixed Fetch processors for multiple max-value co...

2016-09-06 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/976 +1 on this PR. Based on the scope of the code changes and the unit testing that has been introduced, this addresses the use-case of being able query tables based on a hierarchy of columns

[jira] [Commented] (NIFI-2712) Database Fetch processors' max-value columns don't work as expected

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468322#comment-15468322 ] ASF GitHub Bot commented on NIFI-2712: -- Github user jtstorck commented on the issue:

[GitHub] nifi issue #987: NIFI-2732 ensure session and consumer aligned and has regis...

2016-09-06 Thread bbende
Github user bbende commented on the issue: https://github.com/apache/nifi/pull/987 I performed the same test as I did when reworking the processors... everything worked with 0.9 plaintext, ssl, and SASL, and 0.10 plaintext, ssl, and SASL I'll go ahead and merge. --- If your project

[jira] [Commented] (NIFI-2732) ConsumeKafka 0.9 and 0.10 not handling partition reassignment case sufficiently

2016-09-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15468353#comment-15468353 ] ASF subversion and git services commented on NIFI-2732: --- Commit

[jira] [Created] (NIFI-2738) Documentation - Remove references to nifi.cluster.request.replication.claim.timeout

2016-09-06 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-2738: - Summary: Documentation - Remove references to nifi.cluster.request.replication.claim.timeout Key: NIFI-2738 URL: https://issues.apache.org/jira/browse/NIFI-2738 Project:

[jira] [Created] (NIFI-2739) ConsumeKafka and ConsumeKafka_0_10 can block indefinitely if unable to communicate with Kafka broker

2016-09-06 Thread Mark Payne (JIRA)
Mark Payne created NIFI-2739: Summary: ConsumeKafka and ConsumeKafka_0_10 can block indefinitely if unable to communicate with Kafka broker Key: NIFI-2739 URL: https://issues.apache.org/jira/browse/NIFI-2739

[GitHub] nifi pull request #989: NIFI-2739: Call KafkaConsumer.wakeup() if consumer i...

2016-09-06 Thread markap14
GitHub user markap14 opened a pull request: https://github.com/apache/nifi/pull/989 NIFI-2739: Call KafkaConsumer.wakeup() if consumer is blocking for at… … least 30 seconds when OnUnscheduled is called You can merge this pull request into a Git repository by running: $

[jira] [Commented] (NIFI-2739) ConsumeKafka and ConsumeKafka_0_10 can block indefinitely if unable to communicate with Kafka broker

2016-09-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15469069#comment-15469069 ] ASF GitHub Bot commented on NIFI-2739: -- GitHub user markap14 opened a pull request:

[jira] [Created] (NIFI-2740) Public documentation site has positioning errors

2016-09-06 Thread Andy LoPresto (JIRA)
Andy LoPresto created NIFI-2740: --- Summary: Public documentation site has positioning errors Key: NIFI-2740 URL: https://issues.apache.org/jira/browse/NIFI-2740 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-2740) Public documentation site has positioning errors

2016-09-06 Thread Andy LoPresto (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy LoPresto updated NIFI-2740: Attachment: Screen Shot 2016-09-06 at 5.26.07 PM.png > Public documentation site has positioning

[jira] [Updated] (NIFI-2741) move all apache dependencies version to parent pom properties and replace version values with property strings

2016-09-06 Thread Vijay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay Kumar updated NIFI-2741: -- Component/s: Tools and Build > move all apache dependencies version to parent pom properties and replace

[jira] [Updated] (NIFI-2741) move all apache dependencies version to parent pom properties and replace version values with property strings

2016-09-06 Thread Vijay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay Kumar updated NIFI-2741: -- Fix Version/s: 1.1.0 > move all apache dependencies version to parent pom properties and replace >

[jira] [Updated] (NIFI-2741) move all apache dependencies version to parent pom properties and replace version values with property strings

2016-09-06 Thread Vijay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay Kumar updated NIFI-2741: -- Affects Version/s: 1.0.0 > move all apache dependencies version to parent pom properties and replace >

[jira] [Updated] (NIFI-2741) move all apache dependencies version to parent pom properties and replace version values with property strings

2016-09-06 Thread Vijay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay Kumar updated NIFI-2741: -- Description: For instance:

[jira] [Created] (NIFI-2741) move all apache dependencies version to parent pom properties and replace version values with property strings

2016-09-06 Thread Vijay Kumar (JIRA)
Vijay Kumar created NIFI-2741: - Summary: move all apache dependencies version to parent pom properties and replace version values with property strings Key: NIFI-2741 URL: