GithubHelp home page GithubHelp logo

Comments (3)

wilkinsona avatar wilkinsona commented on August 16, 2024 1

Thanks for the report. The change in behavior is due to an unanticipated side-effect of #36087.

The failure's occurring because the maximum number of threads is less than the minimum number of spare threads. You can avoid it by setting server.tomcat.threads.min-spare=9.

This is necessary with Spring Boot 3.3.0 as Tomcat's no longer creating its executor. When it does create the executor, it calls org.apache.tomcat.util.net.AbstractEndpoint.getMinSpareThreads() which does Math.min(getMinSpareThreadsInternal(), getMaxThreads()).

I'm not sure if we should add similar logic to our creation of the executor. Arguably, having the max threads set to something that's less than min-spare threads is a configuration error and I'm not 100% sure that silently adapting to it is the right thing to do. The counter-argument is that it used to work and it's what Tomcat does by default so we should probably reinstate the old behavior.

from spring-boot.

fabian-froehlich avatar fabian-froehlich commented on August 16, 2024

@wilkinsona Thanks, your suggestion works. Our application starts again.

I would prefer a solution that either

  • makes the application startable after upgrading the dependency right away
    or
  • add a paragraph in the releasenotes / migration guide

from spring-boot.

philwebb avatar philwebb commented on August 16, 2024

We're going to align with Tomcat default behavior.

from spring-boot.

Related Issues (20)

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.