Skip to content

Commit

Permalink
Remove norelease regarding destroying history
Browse files Browse the repository at this point in the history
This commit removes a norelease from the codebase now that there is a CI
job that fails on the norelease pattern being present. Instead, a new
issue has been opened to track this one.

Relates #26544
  • Loading branch information
jasontedor committed Sep 8, 2017
1 parent 33faf5e commit e3b0cc9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ boolean isTranslogReadyForSequenceNumberBasedRecovery() throws IOException {
}
return tracker.getCheckpoint() >= endingSeqNo;
} else {
// norelease this can currently happen if a snapshot restore rolls the primary back to a previous commit point; in this
// situation the local checkpoint on the replica can be far in advance of the maximum sequence number on the primary violating
// all assumptions regarding local and global checkpoints
return false;
}
}
Expand Down

0 comments on commit e3b0cc9

Please sign in to comment.