You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/08/29 21:42:32 UTC

[jira] Created: (CHUKWA-386) Iframe contents display in the wrong window.

Iframe contents display in the wrong window.
--------------------------------------------

                 Key: CHUKWA-386
                 URL: https://issues.apache.org/jira/browse/CHUKWA-386
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: User Interface
    Affects Versions: 0.2.0, 0.3.0
         Environment: Redhat EL 5.1, Java 6
            Reporter: Eric Yang
            Assignee: Eric Yang
             Fix For: 0.3.0


Iframe contents shows up in the wrong widget window once in a while.  This is caused by the iframe controlling servlet is a single instance.  When there are more than one concurrent request, the id field is used concurrently by two different requests.  To fix this problem, change the global variable to local variable will resolve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-386) Iframe contents display in the wrong window.

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749297#action_12749297 ] 

Ari Rabkin commented on CHUKWA-386:
-----------------------------------

+1

> Iframe contents display in the wrong window.
> --------------------------------------------
>
>                 Key: CHUKWA-386
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-386
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-386.patch
>
>
> Iframe contents shows up in the wrong widget window once in a while.  This is caused by the iframe controlling servlet is a single instance.  When there are more than one concurrent request, the id field is used concurrently by two different requests.  To fix this problem, change the global variable to local variable will resolve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-386) Iframe contents display in the wrong window.

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

Eric Yang updated CHUKWA-386:
-----------------------------

    Status: Patch Available  (was: Open)

> Iframe contents display in the wrong window.
> --------------------------------------------
>
>                 Key: CHUKWA-386
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-386
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-386.patch
>
>
> Iframe contents shows up in the wrong widget window once in a while.  This is caused by the iframe controlling servlet is a single instance.  When there are more than one concurrent request, the id field is used concurrently by two different requests.  To fix this problem, change the global variable to local variable will resolve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-386) Iframe contents display in the wrong window.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749953#action_12749953 ] 

Hudson commented on CHUKWA-386:
-------------------------------

Integrated in Chukwa-trunk #124 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/124/])
    . Fix a bug in echo id to the browser for the iframe servlet. (Eric Yang)


> Iframe contents display in the wrong window.
> --------------------------------------------
>
>                 Key: CHUKWA-386
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-386
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-386.patch
>
>
> Iframe contents shows up in the wrong widget window once in a while.  This is caused by the iframe controlling servlet is a single instance.  When there are more than one concurrent request, the id field is used concurrently by two different requests.  To fix this problem, change the global variable to local variable will resolve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-386) Iframe contents display in the wrong window.

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

Eric Yang updated CHUKWA-386:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this, thanks Ari.

> Iframe contents display in the wrong window.
> --------------------------------------------
>
>                 Key: CHUKWA-386
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-386
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-386.patch
>
>
> Iframe contents shows up in the wrong widget window once in a while.  This is caused by the iframe controlling servlet is a single instance.  When there are more than one concurrent request, the id field is used concurrently by two different requests.  To fix this problem, change the global variable to local variable will resolve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-386) Iframe contents display in the wrong window.

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

Eric Yang updated CHUKWA-386:
-----------------------------

    Attachment: CHUKWA-386.patch

Replaced id with local variable.

> Iframe contents display in the wrong window.
> --------------------------------------------
>
>                 Key: CHUKWA-386
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-386
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>             Fix For: 0.3.0
>
>         Attachments: CHUKWA-386.patch
>
>
> Iframe contents shows up in the wrong widget window once in a while.  This is caused by the iframe controlling servlet is a single instance.  When there are more than one concurrent request, the id field is used concurrently by two different requests.  To fix this problem, change the global variable to local variable will resolve this problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.