[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2006-01-31 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup2.html minor updated to the spec. Changed the names of the new procedures to : SYSCS_BACKUP_DATABASE_NOWAIT

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2006-01-29 Thread Mike Matrigali (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Mike Matrigali updated DERBY-239: - Description: Currently Derby allows users to perfoms online backups using SYSCS_UTIL.SYSCS_BACKUP_DATABASE() procedure, but while the backup is in

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2006-01-28 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_8.diff This patch addresses the improvements suggested by Oystein in his review of the first online backup

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2006-01-16 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_7.diff This patch addresses the issues raised by Øystein in his review of previous online backup patches 3-6. - changed the

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-16 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_6.diff This patch adds code to support online backup when jar operations are running parallel to the backup. Jar files are not

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-16 Thread Mike Matrigali
I am looking at reviewing/committing this. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_6.diff This patch adds code to support online backup

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-16 Thread Mike Matrigali
looks good, but it looks like it is missing a file - maybe svn diff did not pick up a binary file. From running the tests it looks like I need a obtest_customer.jar for the new test. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-16 Thread Suresh Thalamati
I will add it to the Jira entry, did not realize that svn diff will not pick it. sorry -suresh Mike Matrigali wrote: looks good, but it looks like it is missing a file - maybe svn diff did not pick up a binary file. From running the tests it looks like I need a obtest_customer.jar for the

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-16 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: obtest_customer.jar test jar file was missing from the earlier onlinebackup_6.diff patch. This jar file should be added to :

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-16 Thread Mike Matrigali
I have committed this patch (added the later attached .jar file by hand to the commit). svn Committed revision 357269. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: ---

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-07 Thread Mike Matrigali
I have committed this patch as svn 354898 and 354901. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_4.diff This patch makes online backup

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-06 Thread Mike Matrigali
i have committed this patch as svn 354523. Please let the list know if you see any problems on other jvms/OS/machines after getting this patch. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239:

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-01 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_4.diff This patch makes online backup call to wait/fail when unlogged operations like create index are pending. It also fixes

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-12-01 Thread Mike Matrigali
I will look at reviewing/committing this change. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_4.diff This patch makes online backup call to

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-11-30 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup1.html minor updates to the spec: - Procedure can not be overloaded with different number of arguments in Derby. Added the

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-11-17 Thread Mike Matrigali
I am looking at reviewing/committing this patch. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_3.diff This patch adds code to support

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-11-17 Thread Mike Matrigali
I have tested this patch and reviewed the changes and have commited it as svn 345355. I have the following suggestions from review, and will look at any subsequent changes in these areas that Suresh would like to submit: o RawStore.java!canStartOnlineBackup() has a todo item - needs an

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-11-17 Thread Suresh Thalamati
Mike Matrigali wrote: I have tested this patch and reviewed the changes and have commited it as svn 345355. I have the following suggestions from review, and will look at any subsequent changes in these areas that Suresh would like to submit: o RawStore.java!canStartOnlineBackup() has a todo

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-11-14 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_3.diff This patch adds code to support real-time online backup with unlogged operations. A consistent backup can not be made if

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-10-31 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_2.diff Fix to the problem found by Øystein while reviewing the previous online backup patch(online_backup1.diff). Backup of a

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-10-31 Thread Mike Matrigali
committed this fix as svn 329934. Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_2.diff Fix to the problem found by Øystein while reviewing

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-10-19 Thread Suresh Thalamati
Thanks Øystein. I did not realize, my reply was not going derby-dev. -suresh Øystein Grøvlen wrote: Suresh, I guess you got hit by the derby-dev reply-to problem. I guess you would want to send your email there. I agree with what you say here. I think blocking on backup when loading jar

Re: [jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-10-19 Thread Mike Matrigali
I have reviewed and run tests on this patch. It has been committed as 326824 Suresh Thalamati (JIRA) wrote: [ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_1.diff This

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-10-07 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup_1.diff This patch adds some code necessary to support real-time online backup that does not block writes when database backup

[jira] Updated: (DERBY-239) Need a online backup feature that does not block update operations when online backup is in progress.

2005-10-06 Thread Suresh Thalamati (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-239?page=all ] Suresh Thalamati updated DERBY-239: --- Attachment: onlinebackup.html functional/design spec based on the input I got on the derby-dev list. Need a online backup feature that does not block