From 6b325635f1a15c063f49b9668e4c109b6e892dd5 Mon Sep 17 00:00:00 2001 From: Patrick Duin Date: Tue, 24 Oct 2023 15:44:04 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e93cc69..5a7d16689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [3.11.6] - 2023-10-24 ### Fixed -- Switch to ExecutorService instead of the default `ForkJoinPool` for `MetastoreMappingImpl.isAvailable()` calls. Using `ForkJoinPool` may caus threads to wait on each other. +- Switch to ExecutorService instead of the default `ForkJoinPool` for `MetastoreMappingImpl.isAvailable()` calls. Using `ForkJoinPool` may cause threads to wait on each other. - Increased default `MetastoreMappingImpl.isAvailable()` timeout to `2000ms` (was `500ms`) to set a bit more conservative default. ## [3.11.5] - 2023-10-23