1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-5152 This patch enables PP to put ByteStreams into DEC input queue directly for a local PP-EM connection

This commit is contained in:
Roman Nozdrin
2022-06-30 16:52:51 +00:00
parent 7d955a0f85
commit 1624c347f6
12 changed files with 148 additions and 42 deletions

View File

@ -201,7 +201,13 @@ class DistributedEngineComm
return fRm->getPsCount() * cpp;
}
bool isExeMgrDEC() const
{
return fIsExeMgr;
}
messageqcpp::Stats getNetworkStats(uint32_t uniqueID);
void addDataToOutput(messageqcpp::SBS sbs);
friend class ::TestDistributedEngineComm;
@ -251,7 +257,6 @@ class DistributedEngineComm
*
*/
void addDataToOutput(messageqcpp::SBS, uint32_t connIndex, messageqcpp::Stats* statsToAdd);
/** @brief Writes data to the client at the index
*
* Continues trying to write data to the client at the next index until all clients have been tried.