From 582a5e9c4b8e3ab96d8c2533fe0bbe1d028f9eb6 Mon Sep 17 00:00:00 2001 From: Finn Carroll Date: Tue, 3 Sep 2024 11:17:48 -0700 Subject: [PATCH] Spotless apply Signed-off-by: Finn Carroll --- .../index/store/remote/utils/TransferManagerTestCase.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java b/server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java index 5c8b084501a42..1eae5119ab462 100644 --- a/server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java +++ b/server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java @@ -100,10 +100,10 @@ public void testConcurrentAccess() throws Exception { } public void testFetchBlobWithConcurrentCacheEvictions() { - // Submit 256 tasks to an executor with 16 threads that will each randomly - // request one of eight blobs. Given that the cache can only hold two - // blobs this will lead to a huge amount of contention and thrashing. - final ExecutorService testRunner = Executors.newFixedThreadPool(16); + // Submit 256 tasks to an executor with 16 threads that will each randomly + // request one of eight blobs. Given that the cache can only hold two + // blobs this will lead to a huge amount of contention and thrashing. + final ExecutorService testRunner = Executors.newFixedThreadPool(16); try { final List> futures = new ArrayList<>(); for (int i = 0; i < 256; i++) {