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

[7.16] SQL: Adjust JDBC docs to use milliseconds for timeouts (#79628) #79799

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

Luegg
Copy link
Contributor

@Luegg Luegg commented Oct 26, 2021

Backports the following commits to 7.16:

Resolves elastic#79480

My initial thought was to change the properties to be interpreted as seconds but this might not be worth it. All relevant places in the code seem to assume the timeouts to be in ms and there does not seem to be a consistent use of ms or s across JDBC drivers (Postgres uses seconds, MySQL uses ms, MS SQL mixes the two depending on the connection property).

Hence, just fixing the docs might be easier.
@Luegg Luegg added auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport labels Oct 26, 2021
@elasticsearchmachine elasticsearchmachine merged commit 9ec0925 into elastic:7.16 Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v7.16.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants