Skip to content

Commit

Permalink
Add more
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed May 14, 2024
1 parent 968ede8 commit 52a0cf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ protected void doStop() {
if (tracerLog.isTraceEnabled() && shouldTraceAction(holderToNotify.action())) {
tracerLog.trace("[{}][{}] pruning request for node [{}]", requestId, holderToNotify.action(), targetNode);
}
logger.error("OUTSTANDING RESPONSE: {}", holderToNotify);

assert transport instanceof TcpTransport == false
/* other transports (used in tests) may not implement the proper close-connection behaviour. TODO fix this. */
Expand Down

0 comments on commit 52a0cf5

Please sign in to comment.