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 "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2014/08/29 12:13:53 UTC

[jira] [Resolved] (OAK-2061) Oak run debug option to list content from a tar file

     [ https://issues.apache.org/jira/browse/OAK-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Parvulescu resolved OAK-2061.
----------------------------------

    Resolution: Fixed

{code}
java -jar oak-run-*.jar debug /path/to/repo file-name.tar
{code}

Output will be along the lines of
{code}
  /root/oak:index/lucene/:data/_51.tip/@jcr:data = [11 binaries]
  /root/oak:index/lucene/:data/_51.nvd/@jcr:data = [43 binaries]
  /root/oak:index/lucene/:data/_4z.cfe/@jcr:data = [1 binaries]
  /root/oak:index/lucene/:data/_5r.cfe/@jcr:data = [1 binaries]
  /root/oak:index/lucene/:data/_5l.cfe/@jcr:data = [1 binaries]
  /root/oak:index/lucene/:data/_51.si/@jcr:data = [1 binaries]
{code}

fixed with http://svn.apache.org/r1621278

> Oak run debug option to list content from a tar file
> ----------------------------------------------------
>
>                 Key: OAK-2061
>                 URL: https://issues.apache.org/jira/browse/OAK-2061
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: run
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>            Priority: Minor
>             Fix For: 1.1
>
>
> Provide an oak-run debug option for investigating a specific tar file. This will list  the referenced content from that given file.



--
This message was sent by Atlassian JIRA
(v6.2#6252)