s1monw opened a new pull request #1925: URL: https://github.com/apache/lucene-solr/pull/1925
DWPT currently has no real notion of a state but it's lifecycle really requires such a notion. We move DWPTs from active to flush pending to flushing and execute certain actions like RAM accounting based on these states. To simplify the transitions and the concurrency involved in it, it makes sense to formalize the transitions and if it can happen under lock or not. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org