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

Hot Rod server not dealing with pipe requests properly

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 9.0.0.Final
    • 8.2.5.Final, 9.0.0.Final
    • Remote Protocols
    • None

      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.

              rh-ee-galder Galder ZamarreƱo
              rh-ee-galder Galder ZamarreƱo
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: