From eba8c9a4ad15e860b056fe19457c7c650e73c896 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 29 Mar 2021 22:31:21 +0100 Subject: Revert "fix wrong statement JOURNAL_FILE_FORMAT.md doc" This reverts commit 119063d2b149667a91e0e08e4bdf82a0eb6a7efd. --- docs/JOURNAL_FILE_FORMAT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/JOURNAL_FILE_FORMAT.md b/docs/JOURNAL_FILE_FORMAT.md index 3b2d9778e4..3910669899 100644 --- a/docs/JOURNAL_FILE_FORMAT.md +++ b/docs/JOURNAL_FILE_FORMAT.md @@ -295,7 +295,7 @@ If a file is opened for writing the **state** field should be set to STATE_ONLINE. If a file is closed after writing the **state** field should be set to STATE_OFFLINE. After a file has been rotated it should be set to STATE_ARCHIVED. If a writer is asked to write to a file that is not in -STATE_ONLINE it should immediately rotate the file and start a new one, +STATE_OFFLINE it should immediately rotate the file and start a new one, without changing the file. After and before the state field is changed `fdatasync()` should be executed on -- cgit v1.2.1