Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kssenii committed Feb 20, 2024
1 parent 0b2c3a7 commit 5ef4a30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Storages/RabbitMQ/RabbitMQSource.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 5ef4a30

Please sign in to comment.