]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal: Drop monotonicity check when appending to journal file 2559/head
authorKlearchos Chaloulos <klearchos.chaloulos@nokia.com>
Tue, 9 Feb 2016 10:14:54 +0000 (12:14 +0200)
committerKlearchos Chaloulos <klearchos.chaloulos@nokia.com>
Tue, 9 Feb 2016 10:14:54 +0000 (12:14 +0200)
commitecb6105a1bd8445a123343827d46bb527bcca92f
tree309a5e775d47985c6d2226abf31bf7bc97654ea4
parent70b65964d7ef03621f5d4abd23150c1b121989b4
journal: Drop monotonicity check when appending to journal file

Remove the check that triggers rotation of the journal file when the arriving log entry had a monotonic timestamp smaller that the previous log entry. This check causes unnecessary rotations when journal-remote was receiving from multiple senders, therefore monotonicity can not be guaranteed. Also, it does not offer any useful functionality for systemd-journald.
src/journal/journal-file.c