Skip to content

Commit

Permalink
benchmarks: Ensure ELGs used by TransportBenchmark.NETTY_LOCAL are sh…
Browse files Browse the repository at this point in the history
…utdown

This was an omission from grpc#5492, sorry! Without it there are some ugly warnings in the log.
  • Loading branch information
njhill authored and dapengzhang0 committed Mar 26, 2019
1 parent 759e7a7 commit a8c7381
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public void setUp() throws Exception {
.eventLoopGroup(group)
.channelType(LocalChannel.class)
.negotiationType(NegotiationType.PLAINTEXT);
groupToShutdown = group;
break;
}
case NETTY_EPOLL:
Expand Down

0 comments on commit a8c7381

Please sign in to comment.