Skip to content

Commit

Permalink
GEOMESA-2903 Log HBase zookeeper connection (#2720)
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Lahr-Vivaz <[email protected]>
  • Loading branch information
elahrvivaz authored Mar 15, 2021
1 parent 702724b commit 5361669
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ object HBaseConnectionPool extends LazyLogging {
ProvidedConnection(ConnectionParam.lookup(params))
} else {
val conf = getConfiguration(params)
logger.debug(s"Connecting to HBase instance at ${conf.get(HConstants.ZOOKEEPER_QUORUM)}")
if (HBaseDataStoreParams.CacheConnectionsParam.lookup(params)) {
connections.get((conf, validate))
} else {
Expand Down

0 comments on commit 5361669

Please sign in to comment.