Skip to content

Commit ece7b8b

Browse files
committed
c-deps: bump rocksdb for unique cache IDs on Windows
Picks up cockroachdb/rocksdb#58. We found a corruption caused by multiple FAT32 files assigned the same block cache key prefix. We don't know the extent to which this problem affects other filesystems or other Windows file ID generation mechanisms. We decided to turn off the reliance on filesystem for generating cache keys on Windows. Instead we use randomization per table reader. This would cause a performance penalty for use cases that open multiple table readers per file, but I believe cockroach is not such a use case. Fixes #40918, fixes #40950. Release justification: Prevents corruption on some Windows filesystems Release note: None
1 parent 9422434 commit ece7b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-deps/rocksdb

0 commit comments

Comments
 (0)