mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Try fix Task was not found in task queue
This commit is contained in:
parent
3b95ee8e60
commit
0aad1de330
@ -139,7 +139,6 @@ PollingQueue::TaskData PollingQueue::wait(std::unique_lock<std::mutex> & lock)
|
||||
void PollingQueue::finish()
|
||||
{
|
||||
is_finished = true;
|
||||
tasks.clear();
|
||||
|
||||
uint64_t buf = 0;
|
||||
while (-1 == write(pipe_fd[1], &buf, sizeof(buf)))
|
||||
|
Loading…
Reference in New Issue
Block a user