Andrew Kryczka
Andrew Kryczka
I think the ReadOptions, including verify_checksums, should be propagated to meta-block reads. We know cases they currently aren't, such as this one discovered recently - https://github.com/facebook/rocksdb/pull/10438/files#r932893036. But I have yet...
Not sure if you wanted this up-for-grabs or assigned to yourself. Please correct it if my guess was incorrect.
@cheng-chang I talked to @siying and he prefers `WriteBufferManager` to be strict, while this PR would make it less strict. so I am not sure this change is desirable, although...
This step seems problematic: "2) move the rocksdb data". Why would the DB be openable if the data is moved?
Maybe strace the process to find out what are the paths for the CURRENT file and MANIFEST file it is reading during step two? It must be reading a MANIFEST...
Is it fixed by #10524?
quick question: don't we know 4.log is complete if its latest seqnum is one less than 5.log's earliest seqnum?
Should it be assigned or up-for-grabs?
Sorry I'm not currently familiar with mempurge. @riversand963 are you able to help answer the questions?
> It's not totally clear to what users should do if they only provide certain kinds of keys as input and expect the comparator to only deal with those keys....