Adi Wehrli

Results 16 comments of Adi Wehrli

Yes, you're right. Pardon. Maybe I should correct my question: when will a new release (0.22.0?) be available?

It works like a charm. But we must wait for the next scheduled vulnerabilities scan to be sure. Thanks very much.

Thanks for the replies. To provide more details: we want to ensure, that a `JdbcTableConnection` can switch between multiple configured DB hosts, if one would suddenly be unavailable. That's the...

Well, I see that `org.apache.commons:commons-pool2:2.11.1` does not have such properties.

I patched the class `JdbcTableConnection` for HikariCP: ```java /** * Get the connection base on the previously configured URL and credentials (if any) * Patched by Adi Wehrli, 28-FEB-2024 *...

Thanks, @zzeekk. You catched the case completely. I also thought that this "mixture" between Hikari datasource and Common datasource could be difficult. A connectionFactoryClass surely would be a possible way.

A little hint: please use Spark 3.5.1 as there was a relevant bugfix [SPARK-45896](https://issues.apache.org/jira/browse/SPARK-45896).

In SDL 2.5.2 the same problem occurs again: ``` 1801 [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.commons:commons-compress:jar -> version ${commons-compress.version} vs 1.21 @ io.smartdatalake:sdl-parent:2.5.2, /builds/oi/tau/tau-export/.m2/repository/io/smartdatalake/sdl-parent/2.5.2/sdl-parent-2.5.2.pom, line 2857, column 25 ```

Hello @zzeekk und @pgruetter I have found the problem which causes our job to fail if one JDBC host is not available. The situation is like that: * we have...