Description
glog doesn't flush its INFO level log based on any timer. This means that if it isn't producing any messages, the log appears truncated. We should periodically flush the log from a background thread, like Impala does.
Attachments
Issue Links
- duplicates
-
KUDU-1192 Periodically flush glog buffers from a thread
- Resolved