Details
-
Improvement
-
Resolution: Done
-
Medium
-
None
-
None
-
None
-
None
Description
Regarding inconsistency checks explained in https://documentation.magnolia-cms.com/display/DOCS57/Repository+inconsistency#Repositoryinconsistency-Consistencychecksandfixes
In order to make this process easier for users it would be good if the documentation specified that if you want to check the results of the operation, it is necessary to set org.apache.jackrabbit to INFO level in log4j configuration like this:
<category name="org.apache.jackrabbit"> <priority value="INFO" /> </category>
Besides it would be interesting to add what the output will be like so that the user can be sure that is doing it properly.
INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: Checking index consistency INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 10% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 20% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 30% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 40% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 60% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 70% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 80% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: progress: 90% INFO ache.jackrabbit.core.query.lucene.ConsistencyCheck: Checking index completeness
Checklists
Acceptance criteria