From 54e3d64467149effabc9ebcb7a5a50035c83508e Mon Sep 17 00:00:00 2001 From: Patrick Duin Date: Tue, 24 Oct 2023 15:41:45 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Abhimanyu Gupta --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2000e77c8..5bd483c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## [3.11.6] - 2023-10-24 ### Fixed -- Switch to ExecutorService for `MetastoreMappingImpl.isAvailable()` calls to prevent prevent default commonPool usage and threads waiting on each other. +- Switch to ExecutorService instead of the default `ForkJoinPool` for `MetastoreMappingImpl.isAvailable()` calls. Using `ForkJoinPool` causes threads to wait on each other. - Increased default `MetastoreMappingImpl.isAvailable()` timeout to `2000ms` (was `500ms`) bit more conservative default. ## [3.11.5] - 2023-10-23