-
Bug
-
Resolution: Done
-
Major
-
1.6.2.Final, 1.7.0.Final
-
None
The connector makes several calls to OracleConnectorConfig#getDatabaseHistory over its streaming iteration which leads to multiple executors being created and discarded as well as lots of unnecessary logging.
Ideally these site usages should be replaced with calls to OracleDatabaseSchema to get whatever history context values are needed by delegating to the already created and configured DatabaseHistory implementation.