[ 
https://issues.apache.org/jira/browse/OAK-7335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16396930#comment-16396930
 ] 

Tomek Rękawek edited comment on OAK-7335 at 3/13/18 7:31 PM:
-------------------------------------------------------------

Fixed for trunk in [r1826630|https://svn.apache.org/r1826630], 
[r1826634|https://svn.apache.org/r1826634], 
[r1826664|https://svn.apache.org/r1826664], 
[r1826666|https://svn.apache.org/r1826666].

Backported to 1.8 in [r1826668|https://svn.apache.org/r1826668].

Backported to 1.6 in [r1826632|https://svn.apache.org/r1826632], 
[r1826669|https://svn.apache.org/r1826669].


was (Author: tomek.rekawek):
Fixed for trunk in [r1826630|https://svn.apache.org/r1826630], 
[r1826634|https://svn.apache.org/r1826634], 
[r1826664|https://svn.apache.org/r1826664], 
[r1826666|https://svn.apache.org/r1826666].

Backported to 1.8 in [r1826668|https://svn.apache.org/r1826668].

Backported to 1.6 in [r1826632|https://svn.apache.org/r1826632].

> oak-upgrade long name filter should consider the path length
> ------------------------------------------------------------
>
>                 Key: OAK-7335
>                 URL: https://issues.apache.org/jira/browse/OAK-7335
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: upgrade
>            Reporter: Tomek Rękawek
>            Assignee: Tomek Rękawek
>            Priority: Major
>              Labels: candidate_oak_1_8
>             Fix For: 1.9.0, 1.10, 1.8.3, 1.6.11
>
>
> The NameFilteringNodeState is used to prevent exceptions related to migrating 
> nodes with too long names, which are supported on SegmentMK but not on the 
> DocMK.
> Right now it uses a hard-coded limit of 150 bytes for a name. However, this 
> limit should be only applied if the path length is longer than 350 bytes, so 
> the oak-upgrade should check the path length as well, so it's not too strict.
> See 
> [Utils.java|https://github.com/apache/jackrabbit-oak/blob/5a0fbc54517c8c2af214b2f6f469856016b660d9/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/Utils.java#L74-L91]
>  for more details.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to