Skip to content

Commit

Permalink
#149 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenzler committed Feb 6, 2017
1 parent afe91f2 commit 3289ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AdvancedFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ This example gives the group `myproj-editor` edit rights for all content in fold

## Intermediate save() calls during ACL installation

For large installations (> 1000 groups) that use MongoDB, the system possibly may get into an invalid state as OAK does not correctly fire the post commit hook for very large change sets (OAK-5557). To circumvent this issue it is possible since v1.9.2 to configure the OSGi property "intermediateSaves=true" of PID biz.netcentric.cq.tools.actool.aceservice.impl.AceServiceImpl.
For large installations (> 1000 groups) that use MongoDB, the system possibly may get into an invalid state as older versions of OAK (AEM 6.1/6.2 ootb) do not always correctly fire the post commit hook for very large change sets (OAK-5557). To circumvent this issue it is possible since v1.9.2 to configure the OSGi property `intermediateSaves=true` of PID `biz.netcentric.cq.tools.actool.aceservice.impl.AceServiceImpl`.

NOTE: This is never necessary when using TarMK and also it should only be used for MongoMK for large installations that do not contain a fix for OAK-5557 yet as the rollback functionality is lost when enabling intermediate saves.

0 comments on commit 3289ab9

Please sign in to comment.