milleruntime commented on a change in pull request #2273:
URL: https://github.com/apache/accumulo/pull/2273#discussion_r711161952
##########
File path:
core/src/main/java/org/apache/accumulo/core/rpc/TTimeoutTransport.java
##########
@@ -63,7 +64,8 @@ private TTimeoutTransport() {}
* @throws IOException
* If the transport fails to be created/connected
*/
- public static TTransport create(HostAndPort addr, long timeoutMillis) throws
IOException {
+ public static TTransport create(HostAndPort addr, long timeoutMillis)
+ throws IOException, TTransportException {
Review comment:
@EdColeman had the idea to consolidate the exceptions here. I am going
to change it so we only have to throw one here and in similar places.
--
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]