[jira] [Created] (NIFI-6921) tests for nifi-socket-utils fails intermittently

2019-12-02 Thread Sushil Kumar (Jira)
Sushil Kumar created NIFI-6921: -- Summary: tests for nifi-socket-utils fails intermittently Key: NIFI-6921 URL: https://issues.apache.org/jira/browse/NIFI-6921 Project: Apache NiFi Issue Type:

[GitHub] [nifi] pvillard31 commented on issue #3906: NIFI-6911 Removed default value for Blob property for AzureBlobStorage processors

2019-12-02 Thread GitBox
pvillard31 commented on issue #3906: NIFI-6911 Removed default value for Blob property for AzureBlobStorage processors URL: https://github.com/apache/nifi/pull/3906#issuecomment-560970918 Hi @sushilkm - I think the List+Delete makes sense too. I do see value for the change you're

[GitHub] [nifi] granthenke commented on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues

2019-12-02 Thread GitBox
granthenke commented on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues URL: https://github.com/apache/nifi/pull/3910#issuecomment-560985220 Is there a 1.10.x branch to backport into? This should definitely be included in the next maintenance release.

[GitHub] [nifi] sushilkm commented on issue #3906: NIFI-6911 Removed default value for Blob property for AzureBlobStorage processors

2019-12-02 Thread GitBox
sushilkm commented on issue #3906: NIFI-6911 Removed default value for Blob property for AzureBlobStorage processors URL: https://github.com/apache/nifi/pull/3906#issuecomment-560977253 So do you mean that List+Delete is the general usage. I am not sure how many times would someone want

[GitHub] [nifi] granthenke commented on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues

2019-12-02 Thread GitBox
granthenke commented on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues URL: https://github.com/apache/nifi/pull/3910#issuecomment-560984143 @pvillard31 I think it does, though I haven't had a chance to validate.

[GitHub] [nifi] asfgit closed pull request #3910: NIFI-6895: Fix PutKudu processor concurrency issues

2019-12-02 Thread GitBox
asfgit closed pull request #3910: NIFI-6895: Fix PutKudu processor concurrency issues URL: https://github.com/apache/nifi/pull/3910 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Commented] (NIFI-6895) PutKudu Processor Warnings - Applying an operation in a closed session; this is unsafe

2019-12-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986561#comment-16986561 ] ASF subversion and git services commented on NIFI-6895: --- Commit

[jira] [Commented] (NIFI-6895) PutKudu Processor Warnings - Applying an operation in a closed session; this is unsafe

2019-12-02 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986560#comment-16986560 ] ASF subversion and git services commented on NIFI-6895: --- Commit

[GitHub] [nifi] pvillard31 commented on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues

2019-12-02 Thread GitBox
pvillard31 commented on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues URL: https://github.com/apache/nifi/pull/3910#issuecomment-560973443 Hey @granthenke - thanks for the PR, I'm going to manually fix the checkstyle issue and merge. Does it also solve the memory leak

[jira] [Updated] (NIFI-6915) Jms Durable subscription is broken

2019-12-02 Thread Gardella Juan Pablo (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gardella Juan Pablo updated NIFI-6915: -- Description: The enhancement NIFI-4834 broke JMS Durable subscriptions because after

[GitHub] [nifi] granthenke edited a comment on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues

2019-12-02 Thread GitBox
granthenke edited a comment on issue #3910: NIFI-6895: Fix PutKudu processor concurrency issues URL: https://github.com/apache/nifi/pull/3910#issuecomment-560984143 @pvillard31 I think it does, though I haven't had a chance to validate. I will work on a few other Kudu related changes

[jira] [Updated] (NIFI-6895) PutKudu Processor Warnings - Applying an operation in a closed session; this is unsafe

2019-12-02 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard updated NIFI-6895: - Fix Version/s: 1.11.0 Resolution: Fixed Status: Resolved (was: Patch Available)

[GitHub] [nifi] granthenke opened a new pull request #3910: NIFI-6895: Fix PutKudu processor concurrency issues

2019-12-02 Thread GitBox
granthenke opened a new pull request #3910: NIFI-6895: Fix PutKudu processor concurrency issues URL: https://github.com/apache/nifi/pull/3910 Calls to `trigger()` may be called concurrently from different threads, however the PutKudu processor is storing the `kuduSession` in a class

[GitHub] [nifi] stevedlawrence commented on a change in pull request #3789: NIFI-6740: Add configuration options to specify NiFi/Bootstrap communication ports

2019-12-02 Thread GitBox
stevedlawrence commented on a change in pull request #3789: NIFI-6740: Add configuration options to specify NiFi/Bootstrap communication ports URL: https://github.com/apache/nifi/pull/3789#discussion_r352579990 ## File path:

[jira] [Commented] (NIFI-818) Create Processors for interacting with Accumulo

2019-12-02 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986111#comment-16986111 ] Marc Parisi commented on NIFI-818: -- [~pinkdevelops] and [~markap14] I'm going to contribute 

[jira] [Created] (NIFI-6920) InvokeHttp convertAttributesFromHeaders() method creates attributes with empty string keys, leading to failure on validation

2019-12-02 Thread Andrew Greenburg (Jira)
Andrew Greenburg created NIFI-6920: -- Summary: InvokeHttp convertAttributesFromHeaders() method creates attributes with empty string keys, leading to failure on validation Key: NIFI-6920 URL:

[jira] [Created] (NIFI-6919) Add relationship attribute to flowfile in DistributeLoad

2019-12-02 Thread Michael Hogue (Jira)
Michael Hogue created NIFI-6919: --- Summary: Add relationship attribute to flowfile in DistributeLoad Key: NIFI-6919 URL: https://issues.apache.org/jira/browse/NIFI-6919 Project: Apache NiFi

[jira] [Assigned] (NIFI-6919) Add relationship attribute to flowfile in DistributeLoad

2019-12-02 Thread Michael Hogue (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Hogue reassigned NIFI-6919: --- Assignee: Michael Hogue > Add relationship attribute to flowfile in DistributeLoad >

[jira] [Updated] (NIFI-6920) InvokeHttp convertAttributesFromHeaders() method creates attributes with empty string keys, leading to failure on validation

2019-12-02 Thread Andrew Greenburg (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Greenburg updated NIFI-6920: --- Attachment: NIFI-6920.patch Status: Patch Available (was: Open) Added empty string

[jira] [Commented] (NIFI-6526) GetAzureEventHub connection to service bus fails, anonymous cipher suites are within the supported list

2019-12-02 Thread Marc Parisi (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16986338#comment-16986338 ] Marc Parisi commented on NIFI-6526: --- [~sunileman...@gmail.com] I ran into this trying to use event hub

[jira] [Updated] (NIFI-6895) PutKudu Processor Warnings - Applying an operation in a closed session; this is unsafe

2019-12-02 Thread Grant Henke (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Henke updated NIFI-6895: -- Status: Patch Available (was: Open) > PutKudu Processor Warnings - Applying an operation in a closed