Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(218)

Issue 99800043: code review 99800043: leveldb: when closing a DB, wait for any in-flight comp... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by nigeltao
Modified:
10 years ago
Reviewers:
bradfitz
CC:
bradfitz, golang-codereviews
Visibility:
Public.

Description

leveldb: when closing a DB, wait for any in-flight compaction to complete before cleaning up the table cache. Fixes issue 14.

Patch Set 1 #

Patch Set 2 : diff -r 48507a759c8d https://code.google.com/p/leveldb-go #

Patch Set 3 : diff -r 48507a759c8d https://code.google.com/p/leveldb-go #

Patch Set 4 : diff -r 48507a759c8d https://code.google.com/p/leveldb-go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -54 lines) Patch
M leveldb/compaction.go View 1 1 chunk +1 line, -2 lines 0 comments Download
M leveldb/leveldb.go View 1 2 chunks +9 lines, -4 lines 0 comments Download
M leveldb/leveldb_test.go View 1 1 chunk +61 lines, -48 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello bradfitz@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/leveldb-go
10 years ago (2014-04-26 22:03:01 UTC) #1
bradfitz
LGTM
10 years ago (2014-04-26 22:05:32 UTC) #2
nigeltao
10 years ago (2014-04-26 22:24:36 UTC) #3
*** Submitted as
https://code.google.com/p/leveldb-go/source/detail?r=ddb33fbf1c47 ***

leveldb: when closing a DB, wait for any in-flight compaction to
complete before cleaning up the table cache.

Fixes issue 14.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews
https://codereview.appspot.com/99800043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b