Open agreentejada opened 3 years ago
@agreentejada Could you send me the datafile and the logfile? You can send them to lbnascimento@inf.ufrgs.br
Unfortunately, the bug was on a business sensitive application, so I just deleted all the -log.litedb files. I haven't been able to reproduce the bug with other caches. Since this is pretty niche, feel free to close this issue.
Version 5.0.11
Describe the bug Migrating for 5.0.9 to 5.0.11 causes a
System.IO.IOException: There is not enough space on the disk.
error. This issue can be fixed by delete old -log.litedb files.In the class I wrote below, this error came up when I was attempting
ModelDB.GetIDs()
.Code to Reproduce
If necessary, here's the Connector class.
Expected behavior I did not expect any significant difference between V5.0.9 and V5.0.11. I had initially upgraded by repo to address #1656.
Screenshots/Stacktrace
Additional context Add any other context about the problem here.