Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DBnode] Add Load() API to shard #1831

Merged
merged 23 commits into from
Jul 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix lint issue
Richard Artoul committed Jul 29, 2019
commit 0927e73111d12cbb7204a12d8857f09562d39c21
4 changes: 1 addition & 3 deletions src/dbnode/storage/types.go
Original file line number Diff line number Diff line change
@@ -468,9 +468,7 @@ type databaseShard interface {

// Load does the same thing as Bootstrap, except it can be called more than once
// and after a shard is bootstrapped already.
Load(
series *result.Map,
) error
Load(series *result.Map) error
robskillington marked this conversation as resolved.
Show resolved Hide resolved

// WarmFlush flushes the WarmWrites in this shard.
WarmFlush(