mattcasters commented on PR #8282: URL: https://github.com/apache/hop/pull/8282#issuecomment-5584967930
Thanks Bart — both addressed: 1. **`:ExecutionMetric` index.** `idx_execution_metric_id` now targets `CL_EXECUTION_METRIC` on `(id, name, copyNr, metricKey)` in both the DDL dialog and the clipboard index action. 2. **Driver leak.** Dropped the rethrow from `writeHierarchies` (log only, as before). Pipeline and workflow logging finished-listeners now close session and driver in a `finally` so a failure in `logEnd*` / `logHierarchy` cannot leave the pool open. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
