wecharyu opened a new pull request, #5310:
URL: https://github.com/apache/hive/pull/5310

   ### What changes were proposed in this pull request?
   1. Revert [#1655](https://github.com/apache/hive/pull/1655).
   2. Add a test class for `HiveMetaStoreClient` connections.
   
   
   ### Why are the changes needed?
   Bug fix, connection counts is used in remote metastore with `TTransport`, so 
we cannot decrease counts when transport is null.
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### Is the change a dependency upgrade?
   No.
   
   ### How was this patch tested?
   New test class:
   ```bash
   mvn test -Dtest.groups= 
-Dtest=org.apache.hadoop.hive.metastore.client.TestHiveMetaStoreClient  -pl 
:hive-standalone-metastore-server
   ```
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to