Derek den Haas
Derek den Haas
Synced: I got a NoSQL database, from which I get the modified / new documents and BulkInsert them into this RavenDB database. Files: ``` stat 0000000000000000009.journal File: 0000000000000000009.journal Size: 33554432...
``` hexdump headers.one 0000000 0015 0def aadc b16b 0017 0000 0012 0000 0000010 0000 0000 00bf 0000 0000 0000 efee 0000 0000020 0000 0000 0201 426d 0000 0000 0000 0001...
``` hexdump headers.two 0000000 0015 0def aadc b16b 0017 0000 0011 0000 0000010 0000 0000 00bf 0000 0000 0000 efee 0000 0000020 0000 0000 0201 426d 0000 0000 0000 0001...
P.s. as a little note, xxd (vim) shows 1500 ef0d, not 0015 0def. So I don't know which one does little-endian or big-endian. If I order your input the other...
[Archive.zip](https://github.com/ravendb/ravendb/files/14848577/Archive.zip) Here you are.
You should have received it on your support mailbox.
Ok strange, did you notice that this happened on several databases, and that either indexes, raven.voron or the transaction files are corrupt. Could this be ZFS related? Should I try...
k3s should be using local path, will read into this, but I guess it shouldn't be more as a volume mount in docker (which should directly write without any virtual...
Switched away from ZFS, looks like a problem there (either the default configuration, which I checked shouldn't cache but write straight away, but anyways). RAID10 is stable.