You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The edu.illinois.codingspectator.csvtosql application either hangs while shutting down the database or throws the following exception.
2011-08-04T07:52:29.024-0500 WARNING ScriptWriter synch error:
java.io.SyncFailedException: sync failed
at java.io.FileDescriptor.sync(Native Method)
at org.hsqldb.lib.FileUtil$FileSync.sync(Unknown Source)
at org.hsqldb.scriptio.ScriptWriterBase.forceSync(Unknown Source)
at org.hsqldb.persist.Log.synchLog(Unknown Source)
at org.hsqldb.persist.Log.checkpointClose(Unknown Source)
at org.hsqldb.persist.Log.checkpoint(Unknown Source)
at org.hsqldb.persist.Log.checkpoint(Unknown Source)
at org.hsqldb.persist.Logger.checkpoint(Unknown Source)
at org.hsqldb.StatementCommand.getResult(Unknown Source)
at org.hsqldb.StatementCommand.execute(Unknown Source)
at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
at org.hsqldb.Database$CheckpointRunner.run(Unknown Source)
at org.hsqldb.lib.HsqlTimer$TaskRunner.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
This problem sometimes leads to a corrupt database and sometimes does not.
The first time I noticed this problem was after commit 8162990. But, I didn't find any problem in this commit. We should try running the application on the previous commit to see if this commit has introduced the bug.
The text was updated successfully, but these errors were encountered:
I increased the number of commit operations from one to eight. Several small commits seem to be more reliable that a single huge commit.
Made Git ignore the files that ANT automatically generates for org.hsqldb.
This commit belongs to issue #290.
Changed the type of the timestamp column of the database talbe to BIGINT.
Added "shutdown=true" to the connection string to shutdown the database automatically.
This commit belongs to issues #288 and #290.
The
edu.illinois.codingspectator.csvtosql
application either hangs while shutting down the database or throws the following exception.This problem sometimes leads to a corrupt database and sometimes does not.
The first time I noticed this problem was after commit 8162990. But, I didn't find any problem in this commit. We should try running the application on the previous commit to see if this commit has introduced the bug.
The text was updated successfully, but these errors were encountered: