Skip to content

Commit

Permalink
adding todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Jul 19, 2022
1 parent 411646e commit 1b04745
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ private void sendPrimeRequests(ManagedChannel managedChannel) throws IOException
try {
stub.pingAndWarmCallable().call(request);
} catch (Throwable e) {
// TODO: Not sure if we should swallow the error here. We are pre-emptively swapping channels if the new
// channel is bad.
if (e instanceof ExecutionException) {
e = e.getCause();
}
Expand Down

0 comments on commit 1b04745

Please sign in to comment.