Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -2148,10 +2148,8 @@ void maybeHandleDelayedWriteBookieFailure() {
return;
}

// Original intent of this change is to do a best-effort ensemble change.
// But this is not possible until the local metadata is completely immutable.
// Until the feature "Make LedgerMetadata Immutable #610" Is complete we will use
// handleBookieFailure() to handle delayed writes as regular bookie failures.
// Treat delayed-write failures as regular bookie failures and trigger an ensemble change.
// LedgerMetadata is immutable now (#281), so this is handled via MetadataUpdateLoop.
handleBookieFailure(toReplace);
}

Expand Down
Loading