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

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

Github user mcgilman commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2555#discussion_r175461456
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/controller/AbstractPort.java
 ---
    @@ -497,6 +497,12 @@ public void yield() {
             yieldExpiration.set(Math.max(yieldExpiration.get(), 
System.currentTimeMillis() + yieldMillis));
         }
     
    +    @Override
    +    public void yield(final long yieldDuration, final TimeUnit timeUnit) {
    --- End diff --
    
    Should the other `yield` method invoke this one?


> Implement back-end for terminating a Processor
> ----------------------------------------------
>
>                 Key: NIFI-4895
>                 URL: https://issues.apache.org/jira/browse/NIFI-4895
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>




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

Reply via email to