1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3499: WriteTask failure was sending 2 responses and fix race between prefixCache::populate and writing new S3 objects.

This commit is contained in:
benthompson15
2019-10-17 14:25:28 -05:00
parent c0a5b2bc4d
commit ab614da63c
2 changed files with 14 additions and 4 deletions

View File

@ -111,7 +111,6 @@ bool WriteTask::run()
payloadLen = 4;
resp->returnCode = -1;
*((int *) &resp[1]) = errno;
success = write(*resp, payloadLen);
}
else
resp->returnCode = writeCount;