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

Start of application is low...Sometime #134

Closed
antechrestos opened this issue Feb 5, 2016 · 1 comment
Closed

Start of application is low...Sometime #134

antechrestos opened this issue Feb 5, 2016 · 1 comment

Comments

@antechrestos
Copy link
Member

The very first sql call (get connection?) from application may be very long (around 5 minutes in my case).

Therefore, if this first sql call is in an operation context, caller timeout is reached before the creation of the schemas is completed...Leading to a non responding application since schemas creation is aborted/interrupted.

The schemas creation/update shall be done from application listener

Use actuator /health or /dump to diagnose

@antechrestos antechrestos changed the title MySql - schemas creation Start of application is low...Sometime Feb 12, 2016
@arnaudruffin
Copy link
Member

Enable to reproduce it for now...
I've just added the actuator, so that we can use /health /dump next time it occurs.

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

No branches or pull requests

2 participants