[ https://issues.apache.org/jira/browse/OAK-5862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Dulceanu resolved OAK-5862. ---------------------------------- Resolution: Fixed Fixed at r1784739. > Consistency check outputs wrong number of binary properties in debug messages > ----------------------------------------------------------------------------- > > Key: OAK-5862 > URL: https://issues.apache.org/jira/browse/OAK-5862 > Project: Jackrabbit Oak > Issue Type: Bug > Components: run, segment-tar > Reporter: Andrei Dulceanu > Assignee: Andrei Dulceanu > Priority: Minor > Fix For: 1.7.0, 1.8 > > Attachments: OAK-5862.patch > > > {{check . --filter /a --notify 0}} > Running above command for a node {{/a}} with 5 blob properties produces the > following output: > {code} > Checking /a > Traversing /a > Checking /a/a0 = {2000 bytes} > Checking /a/a1 = {2000 bytes} > Checking /a/a2 = {2000 bytes} > Checking /a/a3 = {2000 bytes} > Checking /a/a4 = {2000 bytes} > Checked 1 nodes and 0 properties > {code} > Although binary properties are not checked, wrong debug messages are being > produced. Debug messages should match the final tally of properties checked > which is correct. -- This message was sent by Atlassian JIRA (v6.3.15#6346)