Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Abhimanyu Gupta <[email protected]>
  • Loading branch information
Patrick Duin and abhimanyugupta07 authored Oct 24, 2023
1 parent 83a922d commit 54e3d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54e3d64

Please sign in to comment.