Skip to content

Commit

Permalink
fix typo snapshto (facebook#11817)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#11817

Reviewed By: jaykorean

Differential Revision: D50103497

Pulled By: ltamasi

fbshipit-source-id: 77c5cf86ff7eb5021fc91b03225882536163af7b
  • Loading branch information
darionyaphet authored and facebook-github-bot committed Oct 10, 2023
1 parent 229a6e5 commit ee0829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db_impl/db_impl_compaction_flush.cc
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Status DBImpl::FlushMemTableToOutputFile(
// releases and re-acquires the db mutex. In the meantime, the application
// can still insert into the memtables and increase the db's sequence number.
// The application can take a snapshot, hoping that the latest visible state
// to this snapshto is preserved. This is hard to guarantee since db mutex
// to this snapshot is preserved. This is hard to guarantee since db mutex
// not held. This newly-created snapshot is not included in `snapshot_seqs`
// and the flush job is unaware of its presence. Consequently, the flush job
// may drop certain keys when generating the L0, causing incorrect data to be
Expand Down

0 comments on commit ee0829b

Please sign in to comment.