Due to change in JDK-11 and later in ThreadPoolExecutor.java, setMaximumPoolSize needs to be done before setCorePoolSize, the current implementation throws IllegalArgumentException and hence prefilling of connections by setting com.zaxxer.hikari.blockUntilFilled is broken. (#1605)
Co-authored-by: rampr_000 <spachanady@gmail.com>pull/1716/head
parent
5efab340e8
commit
00f5f202a4
Loading…
Reference in New Issue