You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2016/07/17 15:55:20 UTC

[jira] [Comment Edited] (NIFI-2110) Queue Position doesn't show up in List Queue Details dialog

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

Matt Gilman edited comment on NIFI-2110 at 7/17/16 3:54 PM:
------------------------------------------------------------

[~markap14] Queue position isn't showing up because this dialog queries for the FlowFileRecord based off the FlowFileSummary in the table. A FlowFileRecord does not contain it's position. A couple options:

1) Remove the queue position of the dialog.
2) Get the position for the FlowFileRecord so it can be returned to the client for the dialog.

I could possible grab the value from the table but it may not be accurate at the time the dialog is opened. Because of this I would probably vote for option 1. Thoughts?


was (Author: mcgilman):
[~markap14] Queue listing isn't showing up because this dialog queries for the FlowFileRecord based off the FlowFileSummary in the table. A FlowFileRecord does not contain it's position. A couple options:

1) Remove the queue position of the dialog.
2) Get the position for the FlowFileRecord so it can be returned to the client for the dialog.

I could possible grab the value from the table but it may not be accurate at the time the dialog is opened. Because of this I would probably vote for option 1. Thoughts?

> Queue Position doesn't show up in List Queue Details dialog
> -----------------------------------------------------------
>
>                 Key: NIFI-2110
>                 URL: https://issues.apache.org/jira/browse/NIFI-2110
>             Project: Apache NiFi
>          Issue Type: Sub-task
>          Components: Core UI
>            Reporter: Matt Burgess
>         Attachments: no-queue-position.png
>
>
> After bringing up the List Queue dialog, if you select an entry and click the View Details button, on the Details tab there is a Queue Position field but it always reads "no value set"



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