You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-994 handle a second abbreviated extent in case it moved dbroots because of redistribute remove.
This commit is contained in:
@ -992,7 +992,7 @@ void WESDHandler::onNakResponse(int PmId) {
|
||||
// Increase the read timeout for this PM thread so that it won't
|
||||
// consume too much CPU
|
||||
void WESDHandler::onEodResponse(int PmId) {
|
||||
if (getDebugLvl())
|
||||
if (getDebugLvl()>2)
|
||||
cout << "Received a EOD from " << PmId << endl;
|
||||
|
||||
if (fRef.fCmdArgs.getMode() == 0)
|
||||
|
Reference in New Issue
Block a user