Hello Zoltan Borok-Nagy, Pranav Lodha, Noemi Pap-Takacs, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24416
to look at the new patch set (#2).
Change subject: IMPALA-15079: Cleanup Open/Close locking in SharedJdbcConnection
......................................................................
IMPALA-15079: Cleanup Open/Close locking in SharedJdbcConnection
Changes:
- simplified Open() logic which waited on condition_variable
without any benefit
- 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, 27 insertions(+), 32 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/16/24416/2
--
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: newpatchset
Gerrit-Change-Id: Ic9f5c4ac71031b74b51bfa27ed04be10ed92e222
Gerrit-Change-Number: 24416
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]>
Gerrit-Reviewer: Pranav Lodha <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>