Csaba Ringhofer has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/24416


Change subject: IMPALA-15079: Cleanup Open/Close locking in SharedJdbcConnection
......................................................................

IMPALA-15079: Cleanup Open/Close locking in SharedJdbcConnection

Changes:
- changed Open() to wait on open_cv_ instead of the lock itself
- renamed open_mu_ to lock_ which is the usual name in Impala
- changed ref_count_ from atomic to simple int protected by lock_
  as it is not used frequently

Change-Id: Ic9f5c4ac71031b74b51bfa27ed04be10ed92e222
---
M be/src/exec/data-source-scan-node.cc
M be/src/exec/data-source-scan-node.h
2 files changed, 29 insertions(+), 27 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/16/24416/1
--
To view, visit http://gerrit.cloudera.org:8080/24416
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9f5c4ac71031b74b51bfa27ed04be10ed92e222
Gerrit-Change-Number: 24416
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]>

Reply via email to