[ 
https://forge.continuent.org/jira/browse/SEQUOIA-830?page=comments#action_14289 
] 

Malte Altmann commented on SEQUOIA-830:
---------------------------------------

Hey guys,

you should add something like this: 

//If DumpServer fails, the socket isn't closed
        soc.setSoTimeout(60000);

The reason is, if there is something going wrong during the dumpTransfer, the 
socket isn't closed and so there is no dumpTransfer possible, because the 
socket is already in use. The patch was originally from me and I had this 
effect during my tests.

Best regards


> Add port to Backuper dumpServer specification
> ---------------------------------------------
>
>          Key: SEQUOIA-830
>          URL: https://forge.continuent.org/jira/browse/SEQUOIA-830
>      Project: Sequoia
>         Type: Improvement

>   Components: Backup System
>     Versions: Sequoia 2.10.2
>  Environment: All
>     Reporter: Neil Aggarwal
>     Assignee: Emmanuel Cecchet
>  Attachments: SEQUOIA-830.txt
>
>
> The Backuper options allows specification of a dump server IP address.  I 
> would like to add the ability to specify the port as well.
> Here is an example:
> <Backup>
>   <Backuper backuperName="postgres" className=
>    "org.continuent.sequoia.controller.backup.backupers.
>    PostgreSQLSplitPlainTextBackuper" 
>    options="dumpServer=192.168.1.8,splitSize=500m"/>
> </Backup>
> We should be able to specify:
> <Backup>
>   <Backuper backuperName="postgres" className=
>    "org.continuent.sequoia.controller.backup.backupers.
>    PostgreSQLSplitPlainTextBackuper" 
>    options="dumpServer=192.168.1.8:[PORT],splitSize=500m"/>
> </Backup>
> Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to