Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12901

Memory configuration implied attributes should not appear as modified

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 12.1.0.Final
    • 12.1.0.CR2
    • Configuration
    • None

    Description

      When setting a configuration such as:

       

      "memory": {
       "storage": "OBJECT",
       "max-count": 20,
       }
      

      the system reports it as

      "memory": {
       "storage": "OBJECT",
       "max-count": 20,
      "when-full": "REMOVE"
       }
      

      The when-full attribute is implied by the max-count attribute, therefore it should not appear as modified.

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: