-
Notifications
You must be signed in to change notification settings - Fork 304
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
PAYARA-554 modified and improved SQL Tracing #586
Merged
smillidge
merged 2 commits into
payara:master
from
smillidge:PAYARA-554-connection-pool-tracing
Jan 8, 2016
Merged
PAYARA-554 modified and improved SQL Tracing #586
smillidge
merged 2 commits into
payara:master
from
smillidge:PAYARA-554-connection-pool-tracing
Jan 8, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s also recorded. Also SQLTraceCache now also displays number of executions in the console.# Removed duplicated log info from SQLTraceLogger Now enable custom connection pool properties for application defined datasource using DataSourceDefinition PAYARA-554 removed synchronized block from SQLTraceCache and replaced with Concurrent collection Initial implementation of the slow SQL logger Forgot to add the new files Plumbed the SQL tracing and Slow SQL Logging into the admin console and incorporated the two in-built SQL tracers directly
jenkins test please |
This was referenced Dec 31, 2015
jenkins test please |
One or more tests have failed |
jenkins test please |
One or more tests have failed |
jenkins test please |
One or more tests have failed |
jenkins test please |
1 similar comment
jenkins test please |
All tests have passed |
smillidge
added a commit
that referenced
this pull request
Jan 8, 2016
…cing PAYARA-554 modified and improved SQL Tracing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Execution time of the JDBC method is now recorded in the SQL Trace.
Also SQLTraceCache now also displays number of executions in the console.#
Now enable custom connection pool properties for application defined datasource using DataSourceDefinition
Removed synchronized block from SQLTraceCache and replaced with Concurrent collection
Created SlowSQLLogger to report SQL queries that exceed a threshold time.
Plumbed the SQL tracing and Slow SQL Logging into the admin console and incorporated the two in-built SQL tracers directly