You've already forked mariadb-columnstore-engine
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:
@ -111,7 +111,6 @@ bool WriteTask::run()
|
||||
payloadLen = 4;
|
||||
resp->returnCode = -1;
|
||||
*((int *) &resp[1]) = errno;
|
||||
success = write(*resp, payloadLen);
|
||||
}
|
||||
else
|
||||
resp->returnCode = writeCount;
|
||||
|
Reference in New Issue
Block a user