Merge pull request #70542 from ClickHouse/backport/24.8/70508

Backport #70508 to 24.8: Remove slow poll() logs in keeper
This commit is contained in:
Antonio Andelic 2024-10-10 09:53:36 +02:00 committed by GitHub
commit 60411c8e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -433,7 +433,6 @@ void KeeperTCPHandler::runImpl()
using namespace std::chrono_literals;
PollResult result = poll_wrapper->poll(session_timeout, *in);
log_long_operation("Polling socket");
if (result.has_requests && !close_received)
{
if (in->eof())