mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Update TimerDescriptor.cpp
This commit is contained in:
parent
30fd086b5e
commit
77873e75bf
@ -6,6 +6,8 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <Common/logger_useful.h>
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
@ -70,6 +72,8 @@ void TimerDescriptor::drain() const
|
||||
|
||||
if (errno != EINTR)
|
||||
throwFromErrno("Cannot drain timer_fd", ErrorCodes::CANNOT_READ_FROM_SOCKET);
|
||||
else
|
||||
LOG_DEBUG(&Poco::Logger::get("TimerDescriptor"), "EINTR");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user