We have a CIB set up using the MemSQL Operator running on Azure. Just recently we started getting connection errors like the ones bellow:
—> MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
—> System.AggregateException: One or more errors occurred. (Connection refused)
—> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
— End of stack trace from previous location —
at System.Net.Sockets.TcpClient.CompleteConnectAsync(Task task)
— End of inner exception stack trace —
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at MySql.Data.Common.StreamCreator.GetTcpStream(MySqlConnectionStringBuilder settings)
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.NativeDriver.Open()
at MySql.Data.MySqlClient.Driver.Open()
Fatal error encountered during data read.
MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered during data read.
—> MySql.Data.MySqlClient.MySqlException (0x80004005): Reading from the stream has failed.
—> System.IO.IOException: Unable to read data from the transport connection: Connection timed out.
—> System.Net.Sockets.SocketException (110): Connection timed out
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
— End of inner exception stack trace —
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
Where would I go to look into what SingleStore is doing? What possible logs files could I look to?
The dashboard doesn’t show anything wrong.