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:
@@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user