]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Properly set upper bound of subcompaction output (#4879) (#4898)
authoryangzhijia <yangzhijia@baidu.com>
Tue, 5 Feb 2019 18:15:33 +0000 (10:15 -0800)
committerAndrew Kryczka <andrewkr@fb.com>
Mon, 11 Feb 2019 22:01:38 +0000 (14:01 -0800)
commitb7434c29d2a6643de879160b179c663dd38283f6
treeb5c8325ee2a602ce7ba3fbc0c6e3a63006567480
parenta1774dde9a5bd51bc6ece5988781c6f28cc69d48
Properly set upper bound of subcompaction output (#4879) (#4898)

Summary:
Fix the ouput overlap bug when using subcompactions, the upper bound of output
file was extended incorrectly.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4898

Differential Revision: D13736107

Pulled By: ajkr

fbshipit-source-id: 21dca09f81d5f07bf2766bf566f9b50dcab7d8e3
db/compaction_job.cc