Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang committed May 31, 2024
1 parent ee1d541 commit d229564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Do your things based on this project.
- type: note, recode, newcode
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public int expireUntil(long earliestId, long endExclusiveId) {
// write the hint file in order to see the earliest snapshot directly next time
// should avoid duplicate writes when the file exists
if (snapshotManager.readHint(SnapshotManager.EARLIEST) == null) {
// askwang-TODO: 这种条件下应该写入 earliestId 为 EARLIEST 值
writeEarliestHint(endExclusiveId);
}

Expand Down

0 comments on commit d229564

Please sign in to comment.