Corentin Barreau
Corentin Barreau
Hi all, apparently nobody care much about this issue but it's actually quite concerning, and I think that `warcio` shouldn't offer the possibility to check WARC's validity if it is...
> It's not that 'nobody cares', this is was an ambiguity in the standard, and we needed to be careful in making a backwards incompatible changes like this.. Unfortunately, there...
That's a slow update..
I got the exact same errors as @bahamas10 described on both Linux & macOS. :(
I can confirm I see the same behavior on my side.
I just discovered that precisely, the write I/O happen when requests are made, not when the DB is idle. So what that means basically is that a request that would...
> > the write I/O happen when requests are made, not when the DB is idle > > Do you mean you were trying to delete a bucket, and trying...
The request is successful but takes multiple seconds instead of 10ms. These are the two lines in my code related to DB opening: ```go Database, err = bbolt.Open("database.db", 0600, nil)...
> Or is just simply writing 44M keys and deleting the bucket enough to trigger this? I don't have anything to give you publicly to reproduce it sadly, but I...
Thanks a lot for your test. I'd say a 10x-20x increase is already quite an issue but that would be ok to live with if I weren't seeing much much...