Description
Hello,
I am getting the below exception happening in Production. It is random issue and once I get the issue, it is not inserting the data into the DB for particular time and after sometimes the record is getting inserted into DB. We are loosing few records in the DB because of this exception.
Please suggest asap. Let me know if you need more information.
org.springframework.dao.DataAccessResourceFailureException: Failed to obtain R2DBC Connection nested exception is io.r2dbc.mssql.client.ReactorNettyClient$MssqlConnectionClosedException: Connection unexpectedly closed
…
…
Caused by: io.r2dbc.mssql.client.ReactorNettyClient$MssqlConnectionClosedException: Connection unexpectedly closed
at io.r2dbc.mssql.client.ReactorNettyClient.handleClose(ReactorNettyClient.java:612) ~[r2dbc-mssql-0.8.6.RELEASE.jar!/:0.8.6.RELEASE]
at reactor.core.publisher.FluxHandle$HandleSubscriber.onError(FluxHandle.java:202) ~[reactor-core-3.4.7.jar!/:3.4.7]