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

[Remote Translog] Trimming based on remote segment upload and cleaning older tlog files #5662

Merged
merged 8 commits into from
Jan 10, 2023
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
Fix spotless errors
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
  • Loading branch information
gbbafna committed Jan 10, 2023
commit b6d72e31d19789ee648cad4e82b764d281ec1c2d
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ public void onFailure(TransferFileSnapshot fileSnapshot, Exception e) {
}

@Override
public void onDelete(String name) {
}
public void onDelete(String name) {}
}
);

Expand Down