You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "V.Narayanan (JIRA)" <ji...@apache.org> on 2007/10/01 08:51:50 UTC

[jira] Updated: (DERBY-3064) Implement the LogShipper that will enable the shipping of Log records from the master to the slave

     [ https://issues.apache.org/jira/browse/DERBY-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

V.Narayanan updated DERBY-3064:
-------------------------------

    Attachment: LogShipperImpl_v3.stat
                LogShipperImpl_v3.diff

Thank you for the earlier comments Oystein. I have addressed all the
issues pointed out in this patch.

I have used the handledExceptions method and have followed Jorgen's
suggestion in making AsynchronousLogShipper handle the exceptions
to the master controller without wrapping them.

I have however made handleExceptions carry no implementation in
MasterController for now. I think handleException should probably
raise a event that says that an exception had occurred during
log shipping and needs to be handled, so that the master controller
can break away from whatever it is doing currently and handle the
failure.

I however thought this could be postponed to the patch that integrates
the log shipper into the master controller.

> Implement the LogShipper that will enable the shipping of Log records from the master to the slave
> --------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3064
>                 URL: https://issues.apache.org/jira/browse/DERBY-3064
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>            Assignee: V.Narayanan
>         Attachments: LogShipperImpl_v1.diff, LogShipperImpl_v1.stat, LogShipperImpl_v2.diff, LogShipperImpl_v2.stat, LogShipperImpl_v3.diff, LogShipperImpl_v3.stat
>
>


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