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

Nonexistent memcached command should result in ERROR response, not SERVER_ERROR

    XMLWordPrintable

Details

    • Low

    Description

      From Michal:

      "according to the memcached text protocol:
      https://github.com/memcached/memcached/blob/master/doc/protocol.txt

      sending of an unknown command should result in response "ERROR\r\n"
      instead we are sending SERVER_ERROR.

      echo -e "blah\r" | nc localhost 11211
      SERVER_ERROR org.infinispan.server.core.UnknownOperationException: Unknown operation: blah"

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: