Dear hsqldb developers,
I am wondering about this one method, the close()
method in org/hsqldb/scriptio/ScriptWriterBase.java.
It does a flush without doing a sync, then it closes
the file. I think we should put a outDescriptor.sync()
call there. I could imagine a scenario:
- HSQLDB started after a dirty shutdown. 
- new and old files deleted
- backup restored
- .script file read
- .data file read
- .log file read
- .log fil 
- .script file written
- 
                restoreBackup();
                processScript();
                processDataFile();
                processLog();



       
____________________________________________________________________________________Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
hsqldb-developers mailing list
hsqldb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers

Reply via email to