You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shared cache's recovery range should be aligned with page size (elastic#74439)
Shared cache expects read and write operations to be aligned
with a given page size (4096 bytes). The recovery range size
setting should be validated against this constraint and the
integration tests should not try to set a non-aligned setting
value.
Closeselastic#74372
Copy file name to clipboardExpand all lines: x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/BaseSearchableSnapshotsIntegTestCase.java
Copy file name to clipboardExpand all lines: x-pack/plugin/searchable-snapshots/src/main/java/org/elasticsearch/xpack/searchablesnapshots/cache/shared/FrozenCacheService.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,14 @@ public class FrozenCacheService implements Releasable {
0 commit comments