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

Configure recommended JDBC connection-properties by default for PostgreSQL databases #381

Merged
merged 2 commits into from
May 19, 2021

Conversation

oranenj
Copy link
Contributor

@oranenj oranenj commented May 18, 2021

For PostgreSQL only. Also fixes #380

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@oranenj
Copy link
Contributor Author

oranenj commented May 18, 2021

Reference: https://confluence.atlassian.com/jirakb/connection-problems-to-postgresql-result-in-stuck-threads-in-jira-1047534091.html

Installing the upgraded driver via the module would also be useful, but out of scope for this PR.

@oranenj oranenj added bug Something isn't working enhancement New feature or request labels May 18, 2021
@oranenj
Copy link
Contributor Author

oranenj commented May 18, 2021

For most installations not configuring the values does not matter, but JIRA will complain about it on upgrades so let's do it.

@oranenj
Copy link
Contributor Author

oranenj commented May 18, 2021

What's up with Ubuntu failing? I did nothing that would affect those tests...

@oranenj oranenj removed the bug Something isn't working label May 18, 2021
@oranenj
Copy link
Contributor Author

oranenj commented May 18, 2021

I'd like to merge this even though Ubuntu is failing. It seems there's just something in the mysql module that's not quite idempotent and the actual installation works fine.

@oranenj oranenj force-pushed the fix-connection-settings branch from f05979e to a08f33a Compare May 18, 2021 09:56
@oranenj
Copy link
Contributor Author

oranenj commented May 18, 2021

Bah, attempting to fix the tests just makes things worse.

@oranenj oranenj force-pushed the fix-connection-settings branch from ca16ebf to 1fe14a4 Compare May 18, 2021 21:12
@oranenj
Copy link
Contributor Author

oranenj commented May 19, 2021

Since the only changes after approval were to make the MySQL tests run properly, I'll just merge this

@oranenj oranenj merged commit f39d9fd into voxpupuli:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

connection-settings parameter in dbconfig.xml template should be connection-properties instead
2 participants