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

Memcached commands noreply option error

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.0.0.CR2
    • None
    • Remote Protocols
    • None

    Description

      No reply not appearing to work fine. Example:

      echo -e "delete a noreply\r" | nc localhost 11211
      produces
      SERVER_ERROR java.lang.NullPointerException

      Other examples:
      $ echo -e "set a 0 0 1\r\na\r\ndelete a\r\ndelete a\r\ndelete a\r\ndelete a\r\n" | nc localhost 11211
      STORED
      DELETED
      NOT_FOUND
      NOT_FOUND
      NOT_FOUND
      $ echo -e "set a 0 0 1 noreply\r\na\r\ndelete a\r\ndelete a\r\ndelete a\r\ndelete a\r\n" | nc localhost 11211
      $

      Attachments

        Issue Links

          Activity

            People

              rh-ee-galder Galder ZamarreƱo
              rh-ee-galder Galder ZamarreƱo
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: