You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atlas tries to connect the source on the connection string, but the connection cannot be establish, and the transaction is rolled back
Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: [Cloudera][ImpalaJDBCDriver](700100) Connection timeout expired. Details: None. at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:393) at org.ohdsi.webapi.util.CancelableJdbcTemplate.batchUpdate(CancelableJdbcTemplate.java:111) at org.ohdsi.webapi.generationcache.CohortGenerationCacheProvider.remove(CohortGenerationCacheProvider.java:94)
Steps to reproduce behavior
There is a data source in Atlas with cashes inside
The source on the connection string of the data source invalidates
Admin user in Atlas tries to delete the data source
The text was updated successfully, but these errors were encountered:
…es not exists #2152 (#2156)
* Cannot delete a datasource if the source on the connection string does not exists #2152
* Cannot delete a datasource if the source on the connection string does not exists #2152 - cleanup
…es not exists #2152 (#2156)
* Cannot delete a datasource if the source on the connection string does not exists #2152
* Cannot delete a datasource if the source on the connection string does not exists #2152 - cleanup
(cherry picked from commit e79e04f)
…es not exists #2152 (#2156)
* Cannot delete a datasource if the source on the connection string does not exists #2152
* Cannot delete a datasource if the source on the connection string does not exists #2152 - cleanup
(cherry picked from commit e79e04f)
Expected behavior
The data source deletes from Atlas
Actual behavior
Atlas tries to connect the source on the connection string, but the connection cannot be establish, and the transaction is rolled back
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: