Merge pull request #18854 from ktoso/mwip-more-idleTimeout-client-tests-ktoso
=str #17732 covered all client APIs to check if idle timeouts work
This commit is contained in:
commit
42ff7d7a59
2 changed files with 138 additions and 66 deletions
|
|
@ -619,7 +619,7 @@ private[stream] final class GraphInterpreter(
|
|||
logic.afterPostStop()
|
||||
} catch {
|
||||
case NonFatal(e) ⇒
|
||||
log.error(s"Error during postStop in [${assembly.stages(logic.stageId)}]", e)
|
||||
log.error(e, s"Error during postStop in [${assembly.stages(logic.stageId)}]")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue