You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2017/12/09 14:10:03 UTC

[jira] [Assigned] (DRILL-6006) Label current is missing on Web UI since the same drillbits with different status are considered to be different

     [ https://issues.apache.org/jira/browse/DRILL-6006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arina Ielchiieva reassigned DRILL-6006:
---------------------------------------

    Assignee: Arina Ielchiieva

> Label current is missing on Web UI since the same drillbits with different status are considered to be different
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-6006
>                 URL: https://issues.apache.org/jira/browse/DRILL-6006
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.12.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>             Fix For: 1.12.0
>
>
> After DRILL-4286 label current is missing on Web UI indicating current drillbit.
> This happens because when creating DrillbitInfo object, we check [if current drillbit is the same as available|https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/DrillRoot.java#L197]. But {{dbContext.getEndpoint()}} returns drillbit with status {{startup}} and {{work.getContext().getAvailableBits()}} returns drillbit with status {{online}}, thus isCurrent variable is set as false but should be true.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)