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

Debug logs

This commit is contained in:
Serguey Zefirov
2025-05-20 12:12:18 +03:00
parent fbbca9d895
commit 2aa613a21a
2 changed files with 2 additions and 0 deletions

View File

@@ -314,6 +314,7 @@ int32_t DistributedEngineComm::Setup()
} }
else else
{ {
idblog("cannot connecti to PMS" << connectionId);
throw runtime_error("Connection refused from PMS" + std::to_string(connectionId)); throw runtime_error("Connection refused from PMS" + std::to_string(connectionId));
} }
} }

View File

@@ -367,6 +367,7 @@ void WEClients::Listen(boost::shared_ptr<MessageQueueClient> client, uint32_t co
} }
cerr << "WEC got 0 byte message for object " << this << endl; cerr << "WEC got 0 byte message for object " << this << endl;
idblog("0 byte message");
goto Error; goto Error;
} }
} }