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

Introduce retention lease state file #39004

Merged
merged 27 commits into from
Feb 18, 2019
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
da6ca36
Introduce retention lease state file
jasontedor Feb 16, 2019
2aa63fd
Remove dead field
jasontedor Feb 16, 2019
0fe1cbc
Add Javadocs
jasontedor Feb 16, 2019
509c575
Merge branch 'master' into retention-lease-state-file
jasontedor Feb 16, 2019
0465ded
Remove awaits fix
jasontedor Feb 16, 2019
2ff5b27
Remove imports
jasontedor Feb 16, 2019
64a8cd4
Fix tests
jasontedor Feb 16, 2019
0fb1a72
Tweak message
jasontedor Feb 16, 2019
f906152
Add clarifying comment
jasontedor Feb 16, 2019
542bad6
Add test for ordering
jasontedor Feb 16, 2019
aca06cd
Fix docs tests
jasontedor Feb 16, 2019
b73fcf0
Fix checkstyle
jasontedor Feb 16, 2019
bf454a3
Add one more test
jasontedor Feb 16, 2019
9168a60
Fix test
jasontedor Feb 16, 2019
a66c097
Add additional test for duplicates
jasontedor Feb 16, 2019
539a982
Remove awaits fix
jasontedor Feb 16, 2019
4d9efa3
Fix imports
jasontedor Feb 16, 2019
f1c8ebc
Refactor loading
jasontedor Feb 17, 2019
9739244
Correct Javadoc
jasontedor Feb 17, 2019
162cf77
Add test for persistence after recovery
jasontedor Feb 18, 2019
8433480
Merge remote-tracking branch 'elastic/master' into retention-lease-st…
jasontedor Feb 18, 2019
ee4d548
Remove unnecessary line wrap
jasontedor Feb 18, 2019
1675507
Remove unneeded restriction
jasontedor Feb 18, 2019
0762eda
Dedicated lock, and add test
jasontedor Feb 18, 2019
5d727ab
Remove indirection in soft deletes policy
jasontedor Feb 18, 2019
cf247be
Fix imports
jasontedor Feb 18, 2019
e4dbf01
Ensure we always persist latest
jasontedor Feb 18, 2019
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
Remove dead field
jasontedor committed Feb 16, 2019
commit 2aa63fd21a74b9c4c679266da3cd69751470c14c
Original file line number Diff line number Diff line change
@@ -114,7 +114,6 @@ public abstract class Engine implements Closeable {
public static final String SYNC_COMMIT_ID = "sync_id";
public static final String HISTORY_UUID_KEY = "history_uuid";
public static final String MIN_RETAINED_SEQNO = "min_retained_seq_no";
public static final String RETENTION_LEASES = "retention_leases";
public static final String MAX_UNSAFE_AUTO_ID_TIMESTAMP_COMMIT_ID = "max_unsafe_auto_id_timestamp";

protected final ShardId shardId;