1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-10 01:22:48 +03:00

Debug logs

This commit is contained in:
Serguey Zefirov
2025-05-20 13:31:56 +03:00
parent 8303560d82
commit ec6b6d005c

View File

@@ -246,6 +246,7 @@ const SBS MessageQueueClient::read(const struct timespec* timeout, bool* isTimeO
{
if (!fClientSock.isOpen())
{
idblog("socket is not open, addr " << addr2String());
fClientSock.open();
try
@@ -254,6 +255,7 @@ const SBS MessageQueueClient::read(const struct timespec* timeout, bool* isTimeO
}
catch (...)
{
idblog("cannot connect");
fClientSock.close();
throw;
}