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

CLI remove is not cluster-wide

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 6.0.2.Final, 7.0.0.Beta1
    • CLI
    • None

    Description

      In CLI, the "remove" command does not delete entries in all nodes of a clustered environment, only the local copy. However, the "put" command does write in all nodes. Is it the expected behavior? See example below:

      node 1
      put k1 v1
      get k1 -> v1
      
      node 2
      get k1 -> v1
      
      node 1
      remove k1
      get k1 -> null
      
      node 2
      get k1 -> v1
      

      I know that these commands provided by CLI are not used in real world, but they are useful to demonstrate the correct configuration of a JDG cluster.

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            rh-ee-galder Galder ZamarreƱo
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: