Introduce tail log entry to the end of a log file
Open
up-for-grabs
- Dominant language
- C++
- Stars
- 32.1k
- Forks
- 6.9k
- Avg merge
- 32m
- Merged PRs (30d)
- 1
Description
Right now, after a machine crash, we don't know whether a log file is complete. For example, we may contain
4.log
5.log
but 4.log is partial, and has several entries missing in the end.
By adding a tail entry to the end of each closed log file, we can detect this case, so that we know we shouldn't continue relaying 5.log
Contributor guide
Assessment
This issue has not been assessed yet.