I'm having quite some disconnects with latest Indicium (2025.1.10) did anything change?
I'm able to generate, validate, generate source code.. and with execute it sometimes already happens with the checks and most frequent with the indexes.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 35 - An internal exception was caught)
---> System.IO.IOException: Unable to write data to the transport connection: Connection reset by peer.
---> System.Net.Sockets.SocketException (104): Connection reset by peer
Update:
I just validated, by re-deploying another environment still on 2024.3 and this one doesn't have the disconnects. while it runs on the same specs (SQL version 2022 CU16).
Treatment of disconnects:
And can the platform handle these better? Now it's stuck.. you have to manually cancel the job.. it should detect this and retry or stop..