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/20 02:20:40 UTC

[jira] [Created] (AMBARI-344) Fix TxnProgressWidget To Not Hide Previously Pending States

Varun Kapoor created AMBARI-344:
-----------------------------------

             Summary: Fix TxnProgressWidget To Not Hide Previously Pending States
                 Key: AMBARI-344
                 URL: https://issues.apache.org/jira/browse/AMBARI-344
             Project: Ambari
          Issue Type: Bug
    Affects Versions: ambari-186
            Reporter: Varun Kapoor
            Assignee: Varun Kapoor
             Fix For: ambari-186


This occurs due to a poll to fetchTxnProgress.php catching the backend at a moment when one stage has ended but the next hasn't started yet, thus nothing is in progress, and nothing has failed either, causing a jitter in the stages displayed in the widget.

--
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-344) Fix TxnProgressWidget To Not Hide Previously Pending States

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

Varun Kapoor updated AMBARI-344:
--------------------------------

    Attachment: AMBARI-344.patch
    
> Fix TxnProgressWidget To Not Hide Previously Pending States
> -----------------------------------------------------------
>
>                 Key: AMBARI-344
>                 URL: https://issues.apache.org/jira/browse/AMBARI-344
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>             Fix For: ambari-186
>
>         Attachments: AMBARI-344.patch
>
>
> This occurs due to a poll to fetchTxnProgress.php catching the backend at a moment when one stage has ended but the next hasn't started yet, thus nothing is in progress, and nothing has failed either, causing a jitter in the stages displayed in the widget.

--
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-344) Fix TxnProgressWidget To Not Hide Previously Pending States

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

Varun Kapoor updated AMBARI-344:
--------------------------------

    Attachment: stopMR_Missing.tiff

A visual demonstration of the problem - this is The After.
                
> Fix TxnProgressWidget To Not Hide Previously Pending States
> -----------------------------------------------------------
>
>                 Key: AMBARI-344
>                 URL: https://issues.apache.org/jira/browse/AMBARI-344
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>             Fix For: ambari-186
>
>         Attachments: AMBARI-344.patch, StopMR_InitiallyPopulated.tiff, stopMR_Missing.tiff
>
>
> This occurs due to a poll to fetchTxnProgress.php catching the backend at a moment when one stage has ended but the next hasn't started yet, thus nothing is in progress, and nothing has failed either, causing a jitter in the stages displayed in the widget.

--
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-344) Fix TxnProgressWidget To Not Hide Previously Pending States

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

Vinod Kumar Vavilapalli updated AMBARI-344:
-------------------------------------------

    Affects Version/s:     (was: ambari-186)
                       0.9.0
    
> Fix TxnProgressWidget To Not Hide Previously Pending States
> -----------------------------------------------------------
>
>                 Key: AMBARI-344
>                 URL: https://issues.apache.org/jira/browse/AMBARI-344
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-344.patch, StopMR_InitiallyPopulated.tiff, stopMR_Missing.tiff
>
>
> This occurs due to a poll to fetchTxnProgress.php catching the backend at a moment when one stage has ended but the next hasn't started yet, thus nothing is in progress, and nothing has failed either, causing a jitter in the stages displayed in the widget.

--
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-344) Fix TxnProgressWidget To Not Hide Previously Pending States

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

Vinod Kumar Vavilapalli updated AMBARI-344:
-------------------------------------------

    Fix Version/s:     (was: ambari-186)
                   0.9.0
    
> Fix TxnProgressWidget To Not Hide Previously Pending States
> -----------------------------------------------------------
>
>                 Key: AMBARI-344
>                 URL: https://issues.apache.org/jira/browse/AMBARI-344
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>             Fix For: 0.9.0
>
>         Attachments: AMBARI-344.patch, StopMR_InitiallyPopulated.tiff, stopMR_Missing.tiff
>
>
> This occurs due to a poll to fetchTxnProgress.php catching the backend at a moment when one stage has ended but the next hasn't started yet, thus nothing is in progress, and nothing has failed either, causing a jitter in the stages displayed in the widget.

--
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-344) Fix TxnProgressWidget To Not Hide Previously Pending States

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

Varun Kapoor updated AMBARI-344:
--------------------------------

    Attachment: StopMR_InitiallyPopulated.tiff

A visual demonstration of the problem - this is The Before.
                
> Fix TxnProgressWidget To Not Hide Previously Pending States
> -----------------------------------------------------------
>
>                 Key: AMBARI-344
>                 URL: https://issues.apache.org/jira/browse/AMBARI-344
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: ambari-186
>            Reporter: Varun Kapoor
>            Assignee: Varun Kapoor
>             Fix For: ambari-186
>
>         Attachments: AMBARI-344.patch, StopMR_InitiallyPopulated.tiff, stopMR_Missing.tiff
>
>
> This occurs due to a poll to fetchTxnProgress.php catching the backend at a moment when one stage has ended but the next hasn't started yet, thus nothing is in progress, and nothing has failed either, causing a jitter in the stages displayed in the widget.

--
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