You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "John McClain (JIRA)" <ji...@apache.org> on 2007/08/17 19:14:30 UTC

[jira] Created: (RIVER-256) Outrigger catch Throwable blocks should also catch Throwable

Outrigger catch Throwable blocks should also catch Throwable
------------------------------------------------------------

                 Key: RIVER-256
                 URL: https://issues.apache.org/jira/browse/RIVER-256
             Project: River
          Issue Type: Improvement
          Components: com_sun_jini_outrigger
    Affects Versions: jtsk_2.0
            Reporter: John McClain
            Priority: Trivial


Bugtraq ID [6306576|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306576]

A number of places in Outrigger catch Throwable and log the exception.
To guard against possible failures in logging, the logging should 
itself be done in a try block with a catch and do-nothing of Throwable.

Classes with this issue:

   ExpirationOpQueue
   OperationJournal
   TxnTable

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


[jira] Assigned: (RIVER-256) Outrigger catch Throwable blocks should also catch Throwable

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

John McClain reassigned RIVER-256:
----------------------------------

    Assignee: John McClain

> Outrigger catch Throwable blocks should also catch Throwable
> ------------------------------------------------------------
>
>                 Key: RIVER-256
>                 URL: https://issues.apache.org/jira/browse/RIVER-256
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_outrigger
>    Affects Versions: jtsk_2.0
>            Reporter: John McClain
>            Assignee: John McClain
>            Priority: Trivial
>
> Bugtraq ID [6306576|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306576]
> A number of places in Outrigger catch Throwable and log the exception.
> To guard against possible failures in logging, the logging should 
> itself be done in a try block with a catch and do-nothing of Throwable.
> Classes with this issue:
>    ExpirationOpQueue
>    OperationJournal
>    TxnTable

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


[jira] Closed: (RIVER-256) Outrigger catch Throwable blocks should also catch Throwable

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

Peter Firmstone closed RIVER-256.
---------------------------------


> Outrigger catch Throwable blocks should also catch Throwable
> ------------------------------------------------------------
>
>                 Key: RIVER-256
>                 URL: https://issues.apache.org/jira/browse/RIVER-256
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_outrigger
>    Affects Versions: jtsk_2.0
>            Reporter: John McClain
>            Assignee: John McClain
>            Priority: Trivial
>             Fix For: AR2
>
>
> Bugtraq ID [6306576|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306576]
> A number of places in Outrigger catch Throwable and log the exception.
> To guard against possible failures in logging, the logging should 
> itself be done in a try block with a catch and do-nothing of Throwable.
> Classes with this issue:
>    ExpirationOpQueue
>    OperationJournal
>    TxnTable

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


[jira] Resolved: (RIVER-256) Outrigger catch Throwable blocks should also catch Throwable

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

John McClain resolved RIVER-256.
--------------------------------

    Resolution: Fixed

> Outrigger catch Throwable blocks should also catch Throwable
> ------------------------------------------------------------
>
>                 Key: RIVER-256
>                 URL: https://issues.apache.org/jira/browse/RIVER-256
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_outrigger
>    Affects Versions: jtsk_2.0
>            Reporter: John McClain
>            Assignee: John McClain
>            Priority: Trivial
>             Fix For: AR2
>
>
> Bugtraq ID [6306576|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306576]
> A number of places in Outrigger catch Throwable and log the exception.
> To guard against possible failures in logging, the logging should 
> itself be done in a try block with a catch and do-nothing of Throwable.
> Classes with this issue:
>    ExpirationOpQueue
>    OperationJournal
>    TxnTable

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


[jira] Work started: (RIVER-256) Outrigger catch Throwable blocks should also catch Throwable

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

Work on RIVER-256 started by John McClain.

> Outrigger catch Throwable blocks should also catch Throwable
> ------------------------------------------------------------
>
>                 Key: RIVER-256
>                 URL: https://issues.apache.org/jira/browse/RIVER-256
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_outrigger
>    Affects Versions: jtsk_2.0
>            Reporter: John McClain
>            Assignee: John McClain
>            Priority: Trivial
>
> Bugtraq ID [6306576|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306576]
> A number of places in Outrigger catch Throwable and log the exception.
> To guard against possible failures in logging, the logging should 
> itself be done in a try block with a catch and do-nothing of Throwable.
> Classes with this issue:
>    ExpirationOpQueue
>    OperationJournal
>    TxnTable

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


[jira] Updated: (RIVER-256) Outrigger catch Throwable blocks should also catch Throwable

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

John McClain updated RIVER-256:
-------------------------------

    Fix Version/s: AR2

> Outrigger catch Throwable blocks should also catch Throwable
> ------------------------------------------------------------
>
>                 Key: RIVER-256
>                 URL: https://issues.apache.org/jira/browse/RIVER-256
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_outrigger
>    Affects Versions: jtsk_2.0
>            Reporter: John McClain
>            Assignee: John McClain
>            Priority: Trivial
>             Fix For: AR2
>
>
> Bugtraq ID [6306576|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6306576]
> A number of places in Outrigger catch Throwable and log the exception.
> To guard against possible failures in logging, the logging should 
> itself be done in a try block with a catch and do-nothing of Throwable.
> Classes with this issue:
>    ExpirationOpQueue
>    OperationJournal
>    TxnTable

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