You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "zhfeng (via GitHub)" <gi...@apache.org> on 2023/04/07 02:14:22 UTC

[GitHub] [camel-quarkus] zhfeng opened a new issue, #4752: CamelJdbcTest leaks a statement

zhfeng opened a new issue, #4752:
URL: https://github.com/apache/camel-quarkus/issues/4752

   When running the `testMoveDataBetweenDatasources`, the agroal detects some resources leak issues. I think it could be a potenial issue in the upstream `camel-jdbc` component. 
   
   ```
   2023-04-06 21:31:01,717 WARN  [io.agr.pool] (executor-thread-1) Datasource 'camel-ds': JDBC resources leaked: 0 ResultSet(s) and 1 Statement(s)
   2023-04-06 21:31:01,718 WARN  [io.agr.pool] (executor-thread-1) Datasource 'camel-ds': JDBC resources leaked: 0 ResultSet(s) and 1 Statement(s)
   2023-04-06 21:31:01,719 WARN  [io.agr.pool] (executor-thread-1) Datasource 'camel-ds': JDBC resources leaked: 0 ResultSet(s) and 1 Statement(s)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton closed issue #4752: CamelJdbcTest leaks a statement

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #4752: CamelJdbcTest leaks a statement
URL: https://github.com/apache/camel-quarkus/issues/4752


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] jamesnetherton commented on issue #4752: CamelJdbcTest leaks a statement

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #4752:
URL: https://github.com/apache/camel-quarkus/issues/4752#issuecomment-1536157144

   Looks to be fixed after upgrade to Camel 3.0.0-M3.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-quarkus] zhfeng commented on issue #4752: CamelJdbcTest leaks a statement

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #4752:
URL: https://github.com/apache/camel-quarkus/issues/4752#issuecomment-1499859361

   I open a ticket https://issues.apache.org/jira/browse/CAMEL-19225


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org