]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType
authorMayank Agarwal <amayank@fb.com>
Thu, 29 Aug 2013 21:30:52 +0000 (14:30 -0700)
committerMayank Agarwal <amayank@fb.com>
Wed, 4 Sep 2013 20:44:43 +0000 (13:44 -0700)
commitaa5c897d42404242bb84ff9d89738804aba46f72
treee5869848f1ac05585db9a566ff71feede60e5722
parent42c109cc2ef5852d00b23a539fd4070c350774ee
Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType

Summary: So that replication can just download from wherever LogFile.Pathname is pointing them.

Test Plan: make all check;./db_repl_stress

Reviewers: dhruba, haobo

Reviewed By: dhruba

CC: leveldb
Differential Revision: https://reviews.facebook.net/D12609
db/db_filesnapshot.cc
db/db_impl.cc
db/filename.cc
db/transaction_log_impl.h
include/rocksdb/db.h
include/rocksdb/transaction_log.h
include/utilities/stackable_db.h