You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/11 22:13:16 UTC

[jira] [Commented] (NIFI-3309) Deleting ProcessorGroup with DistributedMapService doesn't release socket of service

    [ https://issues.apache.org/jira/browse/NIFI-3309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819336#comment-15819336 ] 

ASF GitHub Bot commented on NIFI-3309:
--------------------------------------

GitHub user pvillard31 opened a pull request:

    https://github.com/apache/nifi/pull/1411

    NIFI-3309 ensures that CS are deleted when a process group is deleted

    Thank you for submitting a contribution to Apache NiFi.
    
    In order to streamline the review of the contribution we ask you
    to ensure the following steps have been taken:
    
    ### For all changes:
    - [X] Is there a JIRA ticket associated with this PR? Is it referenced 
         in the commit message?
    
    - [X] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
    
    - [X] Has your PR been rebased against the latest commit within the target branch (typically master)?
    
    - [X] Is your initial contribution a single, squashed commit?
    
    ### For code changes:
    - [X] Have you ensured that the full suite of tests is executed via mvn -Pcontrib-check clean install at the root nifi folder?
    - [X] Have you written or updated unit tests to verify your changes?
    
    ### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pvillard31/nifi NIFI-3309

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1411.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1411
    
----
commit d4ef7f9431a24dc1ecd56c7efdbdd446c661b3be
Author: Pierre Villard <pi...@gmail.com>
Date:   2017-01-11T21:43:08Z

    NIFI-3309 ensures that CS are deleted when a process group is deleted

----


> Deleting ProcessorGroup with DistributedMapService doesn't release socket of service
> ------------------------------------------------------------------------------------
>
>                 Key: NIFI-3309
>                 URL: https://issues.apache.org/jira/browse/NIFI-3309
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Configuration Management
>    Affects Versions: 1.0.0, 1.1.1
>            Reporter: Aron Wahl
>            Priority: Minor
>
> I create a processor group.
> - add a DistributedMapCacheService with defaults port 4557, 10000 entries
> - enable the service
> - delete processor group
> - create new processor group
> - add a new DistributedMapCacheService with defaults 
> - enable the service
> Service is in state enabling, and never gets enabled, because port 4557 is supposedly still in use



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)