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 "Arek Kita (JIRA)" <ji...@apache.org> on 2017/03/07 15:31:37 UTC

[jira] [Created] (OAK-5905) Log the path of the binary property that is not available

Arek Kita created OAK-5905:
------------------------------

             Summary: Log the path of the binary property that is not available
                 Key: OAK-5905
                 URL: https://issues.apache.org/jira/browse/OAK-5905
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: upgrade
            Reporter: Arek Kita
            Assignee: Tomek Rękawek
            Priority: Minor


During sidegrade for (Oak) {{oak-upgrade}} throws an exception when the blob could not be found. However it is not meaningful enough and users cannot take actions on the below situations:

{code:title=No info about the path for fatal state exception}
IllegalStateException: Attempt to read external blob with blobId [X] without specyfing blobstore
{code}

or

{code:title=No info about JCR path when the fatal repository exception occurred}
RepositoryException: Failed to copy content
{code}

or

{code:title=The warning without the path when \--ignore-missing-binaries is set}
WARN org.apache.jackrabbit.oak.upgrade.cli.blob.SafeDataStoreBlobStore - No blob found for id [XXX]
{code}



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