You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2018/12/27 06:47:46 UTC

[GitHub] ijokarumawak commented on a change in pull request #3091: NIFI-5722 Expose Penalty Remaining Duration

ijokarumawak commented on a change in pull request #3091: NIFI-5722 Expose Penalty Remaining Duration
URL: https://github.com/apache/nifi/pull/3091#discussion_r244087783
 
 

 ##########
 File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/FlowFileSummaryDTO.java
 ##########
 @@ -134,6 +135,20 @@ public void setLineageDuration(Long lineageDuration) {
         this.lineageDuration = lineageDuration;
     }
 
+    /**
+     * @return when the FlowFile will no longer be penalized
+     */
+    @ApiModelProperty(
+            value = "How long until the FlowFile penalty expires."
+    )
+    public Long getPenaltyExpiresIn() {
 
 Review comment:
   I'd add `millis` to the API doc or the method itself to clarify time unit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services