mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Backport #70508 to 24.8: Remove slow poll() logs in keeper
This commit is contained in:
parent
dbe6eafa9d
commit
6d341cafee
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user