thrift-pool-client
thrift-pool-client copied to clipboard
Bumps [libthrift](https://github.com/apache/thrift) from 0.9.3 to 0.14.0. Release notes Sourced from libthrift's releases. Version 0.14.0 For release 0.14.0 head over to the official release download source: http://thrift.apache.org/download The assets below are...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
` /** {@inheritDoc} */ @Override public TTransport getConnection(ThriftServerInfo thriftServerInfo){ try { return connections.borrowObject(thriftServerInfo); } catch (Exception e) { logger.error("fail to get connection for {}", thriftServerInfo, e); throw new RuntimeException(e); }...
FailoverCheckingStrategy currently relies on cache expire of google guava, the thrift server may still be abnormal after the cache is expired, next time the application request will failed.