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

SCTP-430, SCTP-431: Fixing rollback and db connection exhaustion #40

Merged
merged 4 commits into from
Oct 9, 2019

Conversation

maheshsubramanian
Copy link
Contributor

Fixing two issues:

  • DB connections getting exhausted when errors occur. This is due to stream not getting closed. Using try with resources
  • Propagating two types of exceptions and rolling back db state (event stream and jdbc repository exception)

Mahesh Subramanian added 4 commits October 9, 2019 11:38
- DB connections getting exhausted when errors occur.  This is due to stream not getting closed.  Using try with resources
- Propagating two types of exceptions and rolling back db state (event stream and jdbc repository exception)
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.06%) to 89.192% when pulling 3e735c4 on dev/db-connection-fix-and-rollback-fw6 into 374609c on master.

@maheshsubramanian maheshsubramanian merged commit bb1741d into master Oct 9, 2019
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.

None yet

3 participants