OpenSearch/server/src
Tim Brooks 9eb6736500
Fix NullPointer when message shortcircuited (#55945)
Currently if we shortcircuit a message the breaker release is null since
there is nothing to be broken. However, the TcpTransportChannel
infrastructure still expects it. This commit resolves this issue be
returning a no-op breaker release.
2020-04-29 10:11:39 -06:00
..
main Fix NullPointer when message shortcircuited (#55945) 2020-04-29 10:11:39 -06:00
test Fix NullPointer when message shortcircuited (#55945) 2020-04-29 10:11:39 -06:00