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

Hot Rod server not dealing with pipe requests properly

    XMLWordPrintable

Details

    Description

      This might not become so apparent with the current synchronous Java client, but with fully asynchronous clients such as the Javascript one, multiple requests can be piped one after the other.

      Hot Rod server does not often deal with those well, showing exceptions such as:

      org.infinispan.server.hotrod.InvalidMagicIdException: 
      Error reading magic byte or message id: 119
      
      org.infinispan.server.hotrod.UnknownVersionException: 
      Unknown version:-96
      

      This exceptions appear when applying considerable load with the Javascript client (see HRJS-24), but the same effect can be replicated with a Netty based, fully asynchronous client, such as the simplified version used here.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: