Skip to content

Commit 87ea604

Browse files
committed
addendum
1 parent ab42829 commit 87ea604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public void testSeeksWithLruEviction() throws Throwable {
312312
IOStatistics ioStats;
313313
openFS();
314314

315-
ExecutorService executorService = Executors.newFixedThreadPool(7,
315+
ExecutorService executorService = Executors.newFixedThreadPool(5,
316316
new ThreadFactoryBuilder()
317317
.setDaemon(true)
318318
.setNameFormat("testSeeksWithLruEviction-%d")

0 commit comments

Comments
 (0)