on-disk and in-memory state diverged #40950
Labels
A-kv
Anything in KV that doesn't belong in a more specific category.
B-os-windows
Issues specific to the Windows OS.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-2
Medium-high impact: many users impacted, risks of availability and difficult-to-fix data errors
Describe the problem
Running the script from #37315 when the node is running on windows and the storage is on a FAT32 drive leads to:
I wasn't able to reproduce on NTFS drive. This may be related somehow to #40918 as I was seeing both of these while running on FAT32. Neither showed up when using NTFS.
To Reproduce
cockroach.exe start-single-node --insecure
from a location that is FAT32Expected behavior
To not have a crash.
Environment:
The text was updated successfully, but these errors were encountered: