Skip to content

Commit e90f25f

Browse files
committed
Adjust BWC version after backport of elastic#69857
1 parent b7fe549 commit e90f25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/searchable-snapshots/src/main/java/org/elasticsearch/blobstore/cache/BlobStoreCacheService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public class BlobStoreCacheService {
5252
private static final Logger logger = LogManager.getLogger(BlobStoreCacheService.class);
5353

5454
/**
55-
* Before 8.0.0 blobs were cached using a 4KB or 8KB maximum length.
55+
* Before 7.12.0 blobs were cached using a 4KB or 8KB maximum length.
5656
*/
57-
private static final Version OLD_CACHED_BLOB_SIZE_VERSION = Version.V_8_0_0; // TODO adjust after backport
57+
private static final Version OLD_CACHED_BLOB_SIZE_VERSION = Version.V_7_12_0;
5858

5959
public static final int DEFAULT_CACHED_BLOB_SIZE = ByteSizeUnit.KB.toIntBytes(1);
6060
private static final Cache<String, String> LOG_EXCEEDING_FILES_CACHE = CacheBuilder.<String, String>builder()

0 commit comments

Comments
 (0)