Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

upgrade HikariCP [2.4.7 -> 3.4.1] #4421

Merged
merged 2 commits into from
Nov 19, 2019
Merged

upgrade HikariCP [2.4.7 -> 3.4.1] #4421

merged 2 commits into from
Nov 19, 2019

Conversation

clockfort
Copy link
Contributor

Background:
Judging from some of the hikari github issues with similar errors to ours, this might resolve an issue we're seeing around excessive errors when hikari tries to double-close already closed connections (perhaps due to DB-side timeouts / poor customer DB configuration or network)

Issues:
The 2.x --> 3.x bump does remove some API bits that downstream project touches, but the fixes are easy and I can do them.
The metrics hikari produces also got a bunch of changes, mostly additions, but some small changes that may break the dashboards that use them. I own the downstream dashboard and can fix.

@changelog-app
Copy link

changelog-app bot commented Nov 18, 2019

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

HikariCP was upgraded 2.4.7 -> 3.4.1
There are minor API and metrics changes/breaks.

Check the box to generate changelog(s)

  • Generate changelog entry

Copy link
Contributor

@jeremyk-91 jeremyk-91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be OK as you own the downstream dependencies, and the bump here is clean 😅

@jeremyk-91 jeremyk-91 merged commit 0dfb658 into develop Nov 19, 2019
@delete-merged-branch delete-merged-branch bot deleted the hikari_bump_341 branch November 19, 2019 11:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants