Jetty with security manager enabled does a reverse lookup on the ip. Depending on settings, that can slow things down. In my case, it caused timeouts.
https://lists.apache.org/thread/po5qwkgpt3qf0qfv4p8rrqj3blm2wcpz -Tim On Fri, May 24, 2024 at 2:26 PM Eric Pugh <ep...@opensourceconnections.com> wrote: > I’d be curious if other folks have seen this either anecdotally or even > better through some performance testing! > > > On May 24, 2024, at 9:12 AM, Tim Funk <funk...@apache.org> wrote: > > > > solr9 turns security on manager by default. This has a high probability > of > > a performance impact.. > > > > disable via adding to startup > > export SOLR_SECURITY_MANAGER_ENABLED=false > > > > -Tim > >