Hi,

> I am, still, somewhat confused about what the file system is trying to
> sync *with*.

See the java.io.FileDescriptor.sync documentation: "Force all system
buffers to synchronize with the underlying device."

> this error is generated outside of H2.

Yes, I guess it's a file system problem.

> Various google
> searches have not revealed a lot of detail on this error; it's
> apparently not a common problem.

When searching for "java.io.SyncFailedException: sync failed" I got 30300
results on Google. But I also don't know what could be the reason in your
case, but you are not the only one who got this problem.

> I will also take a look at my general threading code; it's possible I
> may be sharing file resources improperly between threads, and the
> tests I've been running have been extreme, straining my system in ways
> likely to cause disk contention and other issues that might not occur
> with smaller test runs.

Still you shouldn't get this exception.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to