MCPcopy Create free account
hub / github.com/apache/impala / LogFileFlushThread

Method LogFileFlushThread

be/src/service/impala-server.cc:1165–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163}
1164
1165[[noreturn]] void ImpalaServer::LogFileFlushThread() {
1166 while (true) {
1167 sleep(5);
1168 const Status status = profile_logger_->Flush();
1169 if (!status.ok()) {
1170 LOG(WARNING) << "Error flushing profile log: " << status.GetDetail();
1171 }
1172 }
1173}
1174
1175[[noreturn]] void ImpalaServer::AuditEventLoggerFlushThread() {
1176 while (true) {

Callers

nothing calls this directly

Calls 3

GetDetailMethod · 0.80
FlushMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected