Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1412

Modifying the schema with more than one mod may fail

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.5.5
    • 2.0.0-M16
    • None
    • None

    Description

      When applying some schema modification as one single modify() operation, if there are more than one schema modifications, we may have failures :

      • first we can't guarantee the atomicity as all the parsing are done first, and as the integrity check are done during parsing, we have corner case which will throw an exception. For instance, if we have 2 AT being injected, one being the other's superior, as the superior has not been injected into the schema, the second AT may complain about the missing superior AT
      • second if for some reason we have a failure in the middle of the processing, we won't be able to revert all the previous additions.

      Both issues can be fixed, but I'm not sure it worth the pain of having a shadow registry in which we apply the changes until we are sure we are fine with all the modifications, before updating the real schema.

      IMO, that would be better to forbid schema modifications with more than one modification in the modify parameters. A slight violation of the protocol, but really not that important.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: