• S
    db_impl: recycle log files · 66637615
    Sage Weil 提交于
    If log recycling is enabled, put old WAL files on a recycle queue instead of
    deleting them.  When we need a new log file, take a recycled file off the
    list if one is available.
    Signed-off-by: NSage Weil <sage@redhat.com>
    66637615
db_impl.cc 175.6 KB