Giter Site home page Giter Site logo

issue-4117-unconsumed-input's Introduction

Jetty / jersey / apache httpclient connection pooling problems

Simple spring boot + jersey + jetty projects with following versions:

  • Spring Boot: 2.1.8.RELEASE
  • Jetty: 9.4.19.v20190610 (via spring)
  • Jersey: 2.27 (via spring)

To reproduce:

The client should receive multiple broken pipes during execution because the server jetty closes the pooled connections after a few requests.

[qtp801284613-18] o.apache.http.impl.execchain.RetryExec   : I/O exception (java.net.SocketException) caught when processing request to {}->http://localhost:6700: Broken pipe (Write failed)

With debug logging, the server projects jetty seems to think there is uncosumed input.

Fixes / bandaids

Enable filter

Uncomment @Component from the server projects test.jetty.config.Filter. This filter was a suggestion from jetty/jetty.project#2867.

Submit empty arrays from client to server

If you comment out

params.add("ARR" + i);

from test.jetty.rest.TestEndpoint in the client project the problem goes away. Any array size of >0 seems to cause the problem to happen.

issue-4117-unconsumed-input's People

Contributors

joakime avatar treetip avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.