You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Andrei Dulceanu (JIRA)" <ji...@apache.org> on 2017/02/24 13:16:44 UTC

[jira] [Created] (OAK-5835) JournalReader should include timestamp information (if available)

Andrei Dulceanu created OAK-5835:
------------------------------------

             Summary: JournalReader should include timestamp information (if available)
                 Key: OAK-5835
                 URL: https://issues.apache.org/jira/browse/OAK-5835
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: segment-tar
            Reporter: Andrei Dulceanu
            Assignee: Andrei Dulceanu
            Priority: Minor
             Fix For: 1.7.0, 1.8


Currently the {{journal.log}} has entries like below:
{code}
1d889da9-b41c-4889-a0cd-a9aa9dcc1737:259992 root 1457408708772
{code}

At the moment {{JournalReader}} parses only the information regarding head state (first column), without returning anything about the time at which that revision was written (third column). This info needs to be included as well (only if available), without enforcing any check on the format described above.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)