-
Notifications
You must be signed in to change notification settings - Fork 147
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
Document and refactor some connectors-runtime module code #24900
Comments
escay
added a commit
to escay/glassfish
that referenced
this issue
Apr 9, 2024
…Handle fields. Document and rename some ConnectionPool fields. Remove some unused methods and constructor parameters. Functional / possible incompatibility changes in DataStructureFactory and in ResourceHandle due to constructor changes.
escay
added a commit
to escay/glassfish
that referenced
this issue
Apr 9, 2024
… unit test to understand enlisted versus busy states of Resource handles and the wiring inside a transaction to keep track of all used resources.
escay
added a commit
to escay/glassfish
that referenced
this issue
Sep 5, 2024
…Handle fields. Document and rename some ConnectionPool fields. Remove some unused methods and constructor parameters. Functional / possible incompatibility changes in DataStructureFactory and in ResourceHandle due to constructor changes.
escay
added a commit
to escay/glassfish
that referenced
this issue
Sep 5, 2024
… unit test to understand enlisted versus busy states of Resource handles and the wiring inside a transaction to keep track of all used resources.
escay
added a commit
to escay/glassfish
that referenced
this issue
Sep 5, 2024
…ove log file analysis. And fix a few merge errors after rebasing.
escay
added a commit
to escay/glassfish
that referenced
this issue
Sep 5, 2024
escay
added a commit
to escay/glassfish
that referenced
this issue
Sep 23, 2024
…Handle fields. Document and rename some ConnectionPool fields. Remove some unused methods and constructor parameters. Functional / possible incompatibility changes in DataStructureFactory and in ResourceHandle due to constructor changes. Part 2 for issue eclipse-ee4j#24900 Start with a new PoolManagertImpl unit test to understand enlisted versus busy states of Resource handles and the wiring inside a transaction to keep track of all used resources. Part 3 for issue eclipse-ee4j#24900 More documentation and more unit test coverage. Part 4 for issue eclipse-ee4j#24900 Add more detailed logging to improve log file analysis.
dmatej
added a commit
that referenced
this issue
Sep 30, 2024
Part 1,2,3,4 for issue #24900 Document and rename some ResourceHandle fields.
escay
added a commit
to escay/glassfish
that referenced
this issue
Oct 8, 2024
associateConnection logic which is used by ConnectorXAResource in connector-runtime
escay
added a commit
to escay/glassfish
that referenced
this issue
Oct 11, 2024
…d associateConnection logic which is used by ConnectorXAResource in connector-runtime Issue eclipse-ee4j#24900 write a few unit tests to start to understand associateConnection logic which is used by ConnectorXAResource in connector-runtime
escay
added a commit
to escay/glassfish
that referenced
this issue
Oct 21, 2024
associateConnection logic which is used by ConnectorXAResource in connector-runtime
dmatej
added a commit
that referenced
this issue
Oct 31, 2024
Issue #24900 add a few unit tests for ManagedConnectionImpl and ConnectionHolder to understand associateConnection logic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment Details
Problem description
com.sun.enterprise.resource.pool.PoolManagerImpl
mainly regarding state isBusy and state enlisted behaviour of ResourceHandles.Refactor items like:
The text was updated successfully, but these errors were encountered: