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

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

Github user hemantha-kumara commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/3162#discussion_r232194884
  
    --- Diff: 
nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/src/main/java/org/apache/nifi/snmp/processors/AbstractSNMPProcessor.java
 ---
    @@ -252,6 +252,7 @@ public void close() {
                 this.getLogger().warn("Failure while closing UDP transport 
mapping", e);
             }
             this.snmp = null;
    +        this.snmpTarget = null;
    --- End diff --
    
    along with this change, I was wondering move below code block from 
ontrigger to onscheduled?
            
     synchronized (this) {
                 this.buildTargetResource(context);
             }


> SetSNMP processor HOST:PORT not changing
> ----------------------------------------
>
>                 Key: NIFI-5806
>                 URL: https://issues.apache.org/jira/browse/NIFI-5806
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 1.7.1
>            Reporter: Hemantha kumara M S
>            Assignee: Pierre Villard
>            Priority: Major
>
> When changing the "Host Name" or "Port" on SetSNMP processor the 
> configuration does not take effect and the communication continues to be 
> active for the previous defined IP:PORT



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to