Error cannot be forwarded to user-facing Mono with Spring Boot 2.0.0.RC1 and reactor-core:3.1.3.RELEASE #270
Labels
status/duplicate
This is a duplicate of another issue
Milestone
Moving issue by @CyrillK from reactor/reactor-core#1055
Expected behavior
Mono
catches the error and returns.Actual behavior
Mono
doesn't catch the error and never returns.Steps to reproduce
springBootVersion = '2.0.0.RC1'
Suppose we have a simple spring boot application
with a simple controller which proxies the request to somewhere else
and a test
The test never finishes and there are a lot of exceptions in logs like
and
Reactor Core version
| +--- org.springframework.boot:spring-boot-starter-reactor-netty:2.0.0.RC1
| | --- io.projectreactor.ipc:reactor-netty:0.7.3.RELEASE
io.projectreactor:reactor-core:3.1.3.RELEASE
JVM version (e.g.
java -version
)java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
OS version (e.g.
uname -a
)Darwin MGBKK186094-409 16.7.0 Darwin Kernel Version 16.7.0: Thu Jan 11 22:59:40 PST 2018; root:xnu-3789.73.8~1/RELEASE_X86_64 x86_64 i386 MacBookPro14,3 Darwin
The text was updated successfully, but these errors were encountered: