You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/05/22 22:51:16 UTC

[jira] Created: (HADOOP-1419) FindBugs : Dodgy : in dfs

FindBugs : Dodgy : in dfs
-------------------------

                 Key: HADOOP-1419
                 URL: https://issues.apache.org/jira/browse/HADOOP-1419
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
            Reporter: Raghu Angadi
         Assigned To: Raghu Angadi
             Fix For: 0.14.0



Fix some of the FindBugs finds in DFS.


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


[jira] Resolved: (HADOOP-1419) FindBugs : Dodgy : in dfs

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

Raghu Angadi resolved HADOOP-1419.
----------------------------------

    Resolution: Won't Fix

Let me know if we should really fix this. We need to set attributes in servlets etc.

> FindBugs : Dodgy : in dfs
> -------------------------
>
>                 Key: HADOOP-1419
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1419
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>
> Fix some of the FindBugs finds in DFS.

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


[jira] Commented: (HADOOP-1419) FindBugs : Dodgy : in dfs

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498007 ] 

Raghu Angadi commented on HADOOP-1419:
--------------------------------------


What is the right way to set static variables in JSP (set using StatusHttpServer.setAttribute())?

One way is application.getAttribute() (as done in tasktracker.jsp). But not sure if there is one "application" per server or per JVM. We need a variable that is per server.

> FindBugs : Dodgy : in dfs
> -------------------------
>
>                 Key: HADOOP-1419
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1419
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Raghu Angadi
>         Assigned To: Raghu Angadi
>             Fix For: 0.14.0
>
>
> Fix some of the FindBugs finds in DFS.

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


[jira] Commented: (HADOOP-1419) FindBugs : Dodgy : in dfs

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498014 ] 

Raghu Angadi commented on HADOOP-1419:
--------------------------------------

Actually predefined variable {{application}} is not available in static ("{{<%! ...  />}}") part of the jsp page.

> FindBugs : Dodgy : in dfs
> -------------------------
>
>                 Key: HADOOP-1419
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1419
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Raghu Angadi
>         Assigned To: Raghu Angadi
>             Fix For: 0.14.0
>
>
> Fix some of the FindBugs finds in DFS.

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