mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix
This commit is contained in:
parent
0b2c3a7f0f
commit
5ef4a30d6f
@ -129,12 +129,6 @@ Chunk RabbitMQSource::generateImpl()
|
||||
return {};
|
||||
}
|
||||
|
||||
if (consumer->needChannelUpdate())
|
||||
{
|
||||
LOG_TRACE(log, "Channel {} is in error state, will update", consumer->getChannelID());
|
||||
consumer->updateChannel(storage.getConnection());
|
||||
}
|
||||
|
||||
/// Currently it is one time usage source: to make sure data is flushed
|
||||
/// strictly by timeout or by block size.
|
||||
is_finished = true;
|
||||
|
Loading…
Reference in New Issue
Block a user