You've already forked mariadb-columnstore-engine
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user