[
https://issues.apache.org/jira/browse/DERBY-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530437
]
Øystein Grøvlen commented on DERBY-3064:
----------------------------------------
Your plan for handleExceptions sounds good. You need to decide whether this is
a general method that may be called from any of MasterController's components
or this is only to be used by LogShipper. If the former, handleException needs
to be told which component has failed. If the latter, you should probably use
a more specific name.
If you want to adjust the shipping interval, you can adjust the parameter to
wait() directly. I am not sure you need lastShippingTime for that.
> 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
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.