Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M8 (2.0.0.v20130628)
-
None
Description
At some point, if we delete, say, a partition, the associated entry in the configuration will have children. Sadly, in the PartitionDiffComputer, we create a Delete LdifEntry with the parent, ignoring the children. This will fail when we will try to apply the config as the children must be deleted first.