]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix 2PC with concurrent memtable insert
authorSiying Dong <siying.d@fb.com>
Tue, 17 Jan 2017 19:18:12 +0000 (11:18 -0800)
committersdong <siying.d@fb.com>
Fri, 20 Jan 2017 19:52:36 +0000 (11:52 -0800)
commitb642e94c88ba36abcc89cf6540012312605a7262
treefe8bc9a4bd87485c53c8bac58cc968d5604b1ac2
parent53571a7a70145cbd2fc9e4f846174e1334b7bc50
Fix 2PC with concurrent memtable insert

Summary:
If concurrent memtable insert is enabled, and one prepare command and a normal command are grouped into a commit group, the sequence ID will be calculated incorrectly.
Closes https://github.com/facebook/rocksdb/pull/1730

Differential Revision: D4371081

Pulled By: siying

fbshipit-source-id: cd40c6d
db/write_thread.cc