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

[jira] Created: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
--------------------------------------------------------------------------------------------

                 Key: RIVER-246
                 URL: https://issues.apache.org/jira/browse/RIVER-246
             Project: River
          Issue Type: Improvement
          Components: com_sun_jini_reggie
    Affects Versions: jtsk_2.1
            Reporter: Jim Hurley
            Priority: Minor


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

Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.



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


[jira] Updated: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

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

Juan Ramirez updated RIVER-246:
-------------------------------

    Fix Version/s: AR2
         Assignee: Juan Ramirez

> Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
> --------------------------------------------------------------------------------------------
>
>                 Key: RIVER-246
>                 URL: https://issues.apache.org/jira/browse/RIVER-246
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_reggie
>    Affects Versions: jtsk_2.1
>            Reporter: Jim Hurley
>            Assignee: Juan Ramirez
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6275172|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6275172]
> Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.

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


[jira] Resolved: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

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

Juan Ramirez resolved RIVER-246.
--------------------------------

    Resolution: Fixed

> Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
> --------------------------------------------------------------------------------------------
>
>                 Key: RIVER-246
>                 URL: https://issues.apache.org/jira/browse/RIVER-246
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_reggie
>    Affects Versions: jtsk_2.1
>            Reporter: Jim Hurley
>            Assignee: Juan Ramirez
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6275172|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6275172]
> Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.

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


[jira] Closed: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

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

Peter Firmstone closed RIVER-246.
---------------------------------


> Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
> --------------------------------------------------------------------------------------------
>
>                 Key: RIVER-246
>                 URL: https://issues.apache.org/jira/browse/RIVER-246
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_reggie
>    Affects Versions: jtsk_2.1
>            Reporter: Jim Hurley
>            Assignee: Juan Ramirez
>            Priority: Minor
>             Fix For: AR2
>
>         Attachments: RIVER-225_RIVER-246.patch
>
>
> Bugtraq ID [6275172|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6275172]
> Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.

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


[jira] Updated: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

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

Juan Ramirez updated RIVER-246:
-------------------------------

    Attachment: RIVER-225_RIVER-246.patches

Added missing patches file.

> Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
> --------------------------------------------------------------------------------------------
>
>                 Key: RIVER-246
>                 URL: https://issues.apache.org/jira/browse/RIVER-246
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_reggie
>    Affects Versions: jtsk_2.1
>            Reporter: Jim Hurley
>            Assignee: Juan Ramirez
>            Priority: Minor
>             Fix For: AR2
>
>         Attachments: RIVER-225_RIVER-246.patches
>
>
> Bugtraq ID [6275172|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6275172]
> Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.

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


[jira] Updated: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

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

Juan Ramirez updated RIVER-246:
-------------------------------

    Attachment:     (was: RIVER-225_RIVER-246.patches)

> Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
> --------------------------------------------------------------------------------------------
>
>                 Key: RIVER-246
>                 URL: https://issues.apache.org/jira/browse/RIVER-246
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_reggie
>    Affects Versions: jtsk_2.1
>            Reporter: Jim Hurley
>            Assignee: Juan Ramirez
>            Priority: Minor
>             Fix For: AR2
>
>
> Bugtraq ID [6275172|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6275172]
> Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.

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


[jira] Updated: (RIVER-246) Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated

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

Juan Ramirez updated RIVER-246:
-------------------------------

    Attachment: RIVER-225_RIVER-246.patch

Changed patch file extension from 'patches' to 'patch'.

> Consider adding shutdown hook so Reggie sends final multicast packet if its VM is terminated
> --------------------------------------------------------------------------------------------
>
>                 Key: RIVER-246
>                 URL: https://issues.apache.org/jira/browse/RIVER-246
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_reggie
>    Affects Versions: jtsk_2.1
>            Reporter: Jim Hurley
>            Assignee: Juan Ramirez
>            Priority: Minor
>             Fix For: AR2
>
>         Attachments: RIVER-225_RIVER-246.patch
>
>
> Bugtraq ID [6275172|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6275172]
> Reggie sends a final multicast packet advertising no groups as part of its shutdown process to indicate that it is no longer available.  The packet will be sent as a result of a call to Reggie's DestroyAdmin.destroy() implementation.  This packet will not be sent if Reggie's VM is terminated and there has been no call to DestroyAdmin.destroy().  Adding a shutdown hook would enable Reggie to send the final multicast announcement when Reggie's VM is terminated and DestroyAdmin.destroy() has not been called.

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