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

Cleanups in connectors logging #24361

Merged
merged 8 commits into from
Apr 18, 2023
Merged

Cleanups in connectors logging #24361

merged 8 commits into from
Apr 18, 2023

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Mar 28, 2023

@dmatej dmatej added this to the 7.0.3 milestone Mar 28, 2023
@dmatej dmatej self-assigned this Mar 28, 2023
@arjantijms arjantijms modified the milestones: 7.0.3, 7.0.4 Mar 30, 2023
@dmatej dmatej marked this pull request as draft March 30, 2023 19:03
- some messages were broken
- some causes were lost
- several logs were redundant
- fixed some javadocs

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- obsoleted and deprecated code

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- new PoolSize class with atomic operations + unit test
- guaranteed that we cannot go under zero
- guaranteed that we will not provide more than maxPoolSize

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- createResource is called just from ConnectionPool where is the exception
  processed too. Warning will be logged for each failure there, until retries
  exceed configured count of attempts. Then instead of warning it will throw
  an exception.
- Removed also i18n properties, fixed messages, unused dumpPoolStatus

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- this package should get more attention

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
- Funny trap I made for myself.
- Integration tests detected the bug (jdbc_all)

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
@dmatej dmatej marked this pull request as ready for review April 12, 2023 06:47
@dmatej dmatej merged commit 2247cb2 into eclipse-ee4j:master Apr 18, 2023
@dmatej dmatej deleted the connectors branch April 18, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants