You've already forked mariadb-columnstore-engine
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:
@@ -343,6 +343,8 @@ void WEClients::Listen(boost::shared_ptr<MessageQueueClient> client, uint32_t co
|
||||
{
|
||||
SBS sbs;
|
||||
|
||||
idblog("conn index " << connIndex << ", ip addr " << client->addr2String());
|
||||
|
||||
try
|
||||
{
|
||||
while (Busy())
|
||||
@@ -350,6 +352,7 @@ void WEClients::Listen(boost::shared_ptr<MessageQueueClient> client, uint32_t co
|
||||
// TODO: This call blocks so setting Busy() in another thread doesn't work here...
|
||||
sbs = client->read();
|
||||
|
||||
idblog("received packet. conn index " << connIndex << ", ip addr " << client->addr2String() << ", length " << sbs->length());
|
||||
if (sbs->length() != 0)
|
||||
{
|
||||
// cout << "adding data to connIndex " << endl;
|
||||
|
Reference in New Issue
Block a user