[
https://issues.apache.org/jira/browse/IMPALA-15079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Csaba Ringhofer resolved IMPALA-15079.
--------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> Unneeded condition variable open_cv_ in SharedJdbcConnection
> ------------------------------------------------------------
>
> Key: IMPALA-15079
> URL: https://issues.apache.org/jira/browse/IMPALA-15079
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Reporter: Csaba Ringhofer
> Assignee: Csaba Ringhofer
> Priority: Major
> Fix For: Impala 5.0.0
>
>
> The goal of open_cv_ seems to be to wait here:
> https://github.com/apache/impala/blame/2be15d0d9f1d0be64428f3b4f4dd1569dd37782c/be/src/exec/data-source-scan-node.cc#L121
> but at this point open_done_ must be already true as the whole initialization
> is guarded by a lock
--
This message was sent by Atlassian Jira
(v8.20.10#820010)