Backport #70508 to 24.8: Remove slow poll() logs in keeper

This commit is contained in:
robot-clickhouse 2024-10-10 03:11:32 +00:00
parent dbe6eafa9d
commit 6d341cafee

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())