NihalJain commented on code in PR #120:
URL: https://github.com/apache/hbase-connectors/pull/120#discussion_r1291493300


##########
spark/hbase-spark/src/main/scala/org/apache/hadoop/hbase/spark/HBaseConnectionCache.scala:
##########
@@ -91,20 +91,21 @@ private[spark] object HBaseConnectionCache extends Logging {
     val tsNow: Long = System.currentTimeMillis()
     connectionMap.synchronized {
       connectionMap.foreach {
-        x => {
-          if(x._2.refCount < 0) {
-            logError(s"Bug to be fixed: negative refCount of connection 
${x._2}")
-          }
+        x =>
+          {

Review Comment:
   yes i did this still does not go :(



-- 
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]

Reply via email to