I'm running down performance problems with a Solr server in an ecommerce setting. Some legitimate user requests cause the app to generate long queries listing lots of product ids. This produces URLs at least 10KB in length. Somewhere around the 4KB mark, siege dies saying:
I'm running down performance problems with a Solr server in an ecommerce setting. Some legitimate user requests cause the app to generate long queries listing lots of product ids. This produces URLs at least 10KB in length. Somewhere around the 4KB mark, siege dies saying:
This is on Ubuntu 14.04.4 LTS, kernel 3.13.0-85-generic.
It'd be nice if this just worked, but if not, it would be better to fail with a clear error message.