markrmiller commented on PR #2461:
URL: https://github.com/apache/solr/pull/2461#issuecomment-2787030670

   Was just reminded about this recently when I tried to do some bulk indexing. 
To me, this Band-Aid ended up worse than what it was trying to cover. When it 
works, it just hides the underlying issue that caused it from developers, 
making it unlikely to ever be fixed, but it has never really worked as long as 
you are indexing fast enough to keep the queue full for stall timeout seconds. 
And at least with http2, when it kicks in, it totally botches the indexing job 
from what I've seen. Stall exceptions lead to cancelled stream errors which 
lead to the whole indexing job grinding down until your using all the cpu you 
had been using when properly indexing but with no progress.
   
   Regardless, I've removed the Draft label and run the tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to