Ethan

Results 2 issues of Ethan

The connect() and close() methods in DruidJerseyClient class are not thread-safe which will throw an exception in a multi-threaded environment. ![截图](https://user-images.githubusercontent.com/7628056/59202717-ac7ee800-8bcf-11e9-952b-a5e6c273e727.png)

pr-open

The connect() and close() methods in DruidJerseyClient class are not thread-safe, the query() method may throw an exception in a multi-threaded environment. ![截图](https://user-images.githubusercontent.com/7628056/59202717-ac7ee800-8bcf-11e9-952b-a5e6c273e727.png) I modified client with ThreadLocal, which is...