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

CLI: site command isn't working properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.1.2.Final, 11.0.0.Alpha1
    • 10.1.1.Final
    • CLI
    • None

    Description

      • site status: option --site isn't working properly. It returns all the backups even if you use a non-existing site:
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache 
      {
        "NYC" : "online"
      }
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache --site=NYC
      {
        "NYC" : "online"
      }
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache --site=ajdhds
      {
        "NYC" : "online"
      }
      
      • clear-push-state-status operation isn't registered
      • bring-online and take-offline operations seems to fail:
      [pedro-laptop-3-35787@cluster//containers/default]> site take-offline --cache=xsiteCache --site=NYC
      Not Found 
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache 
      {
        "NYC" : "offline"
      }
      [pedro-laptop-3-35787@cluster//containers/default]> site bring-online --cache=xsiteCache --site=NYC
      Not Found 
      

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: