Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing initializationFailTimeout. #1401

Closed
wants to merge 1 commit into from

Conversation

gierlachg
Copy link

@gierlachg gierlachg commented Jun 26, 2019

An attempt to fix initializationFailTimeout which does not work since 3.3.0 after this change.

@brettwooldridge
Copy link
Owner

@gierlachg What specific behavior was broken by that change?

@gierlachg
Copy link
Author

Well, the functionality behind initializationFailTimeout. As I understand if you start your application and the DB is not there Hikari should try to establish an initial connection (before giving up) for up to initializationFailTimeout millis. In current version it just throws after first failure.

@gierlachg gierlachg changed the title Fiixing initializationFailTimeout. Fixing initializationFailTimeout. Aug 18, 2019
@runenielsen
Copy link

runenielsen commented Dec 16, 2019

@brettwooldridge

We are experiencing the same problem (that the pool fails on first exception, even though we have set initializationFailTimeout to a high number).

Any ETA on this fix?

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.12%. Comparing base (086bf18) to head (5413b97).
Report is 246 commits behind head on dev.

Files with missing lines Patch % Lines
...c/main/java/com/zaxxer/hikari/pool/HikariPool.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                dev    #1401      +/-   ##
============================================
+ Coverage     74.92%   75.12%   +0.20%     
- Complexity      547      548       +1     
============================================
  Files            24       24              
  Lines          1934     1930       -4     
  Branches        261      258       -3     
============================================
+ Hits           1449     1450       +1     
+ Misses          341      337       -4     
+ Partials        144      143       -1     
Files with missing lines Coverage Δ
...c/main/java/com/zaxxer/hikari/pool/HikariPool.java 80.86% <0.00%> (+1.86%) ⬆️

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 086bf18...5413b97. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants