You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Varun Kapoor (JIRA)" <ji...@apache.org> on 2012/05/16 21:41:09 UTC

[jira] [Created] (AMBARI-273) Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress

Varun Kapoor created AMBARI-273:
-----------------------------------

             Summary: Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress
                 Key: AMBARI-273
                 URL: https://issues.apache.org/jira/browse/AMBARI-273
             Project: Ambari
          Issue Type: Bug
    Affects Versions: ambari-186
            Reporter: Varun Kapoor
            Assignee: Varun Kapoor
            Priority: Critical
             Fix For: ambari-186


Rework TxnProgressWidget's iteration logic to be robust enough to not skip failed/pending states when a subTxn fails and there's nothing "InProgress".

The way this manifests right now is that on failure, since the orchestrator's subTxn info doesn't (any longer) include an "InProgress" state, only the "Done" states show, and everything after that is skipped over in the hunt-for-the-first-InProgress-state loop, which is pretty darn confusing for the user.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMBARI-273) Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated AMBARI-273:
-------------------------------------------

    Affects Version/s:     (was: ambari-186)
                       0.9.0
    
> Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-273
>                 URL: https://issues.apache.org/jira/browse/AMBARI-273
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>            Priority: Critical
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-273.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Rework TxnProgressWidget's iteration logic to be robust enough to not skip failed/pending states when a subTxn fails and there's nothing "InProgress".
> The way this manifests right now is that on failure, since the orchestrator's subTxn info doesn't (any longer) include an "InProgress" state, only the "Done" states show, and everything after that is skipped over in the hunt-for-the-first-InProgress-state loop, which is pretty darn confusing for the user.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (AMBARI-273) Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress

Posted by "vitthal (Suhas) Gogate (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMBARI-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284101#comment-13284101 ] 

vitthal (Suhas) Gogate commented on AMBARI-273:
-----------------------------------------------

Thanks.
                
> Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-273
>                 URL: https://issues.apache.org/jira/browse/AMBARI-273
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>            Priority: Critical
>             Fix For: ambari-186
>
>         Attachments: AMBARI-273.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Rework TxnProgressWidget's iteration logic to be robust enough to not skip failed/pending states when a subTxn fails and there's nothing "InProgress".
> The way this manifests right now is that on failure, since the orchestrator's subTxn info doesn't (any longer) include an "InProgress" state, only the "Done" states show, and everything after that is skipped over in the hunt-for-the-first-InProgress-state loop, which is pretty darn confusing for the user.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMBARI-273) Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress

Posted by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod Kumar Vavilapalli updated AMBARI-273:
-------------------------------------------

    Fix Version/s:     (was: ambari-186)
                   0.9.0
    
> Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-273
>                 URL: https://issues.apache.org/jira/browse/AMBARI-273
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>            Priority: Critical
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-273.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Rework TxnProgressWidget's iteration logic to be robust enough to not skip failed/pending states when a subTxn fails and there's nothing "InProgress".
> The way this manifests right now is that on failure, since the orchestrator's subTxn info doesn't (any longer) include an "InProgress" state, only the "Done" states show, and everything after that is skipped over in the hunt-for-the-first-InProgress-state loop, which is pretty darn confusing for the user.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (AMBARI-273) Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress

Posted by "Varun Kapoor (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AMBARI-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Varun Kapoor updated AMBARI-273:
--------------------------------

    Attachment: AMBARI-273.patch
    
> Fix TxnProgressWidget To Show Failed States When No SubTxn Is In Progress
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-273
>                 URL: https://issues.apache.org/jira/browse/AMBARI-273
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>            Priority: Critical
>             Fix For: ambari-186
>
>         Attachments: AMBARI-273.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Rework TxnProgressWidget's iteration logic to be robust enough to not skip failed/pending states when a subTxn fails and there's nothing "InProgress".
> The way this manifests right now is that on failure, since the orchestrator's subTxn info doesn't (any longer) include an "InProgress" state, only the "Done" states show, and everything after that is skipped over in the hunt-for-the-first-InProgress-state loop, which is pretty darn confusing for the user.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira