Re: Collection delete behavior

2021-10-15 Thread David Smiley
Sounds reasonable to me, Mike. Thanks for paying attention to this noise to clean it up. The flag is a good idea. Remember to check on the V2 API too. ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Fri, Oct 15, 2021 at 7:01 PM Mike Drob wrote:

Collection delete behavior

2021-10-15 Thread Mike Drob
Currently, if we try to delete a collection that doesn't exist we return an error to the caller (status 400 I think) and log a stack trace about no collection found in our logs. When running this as part of test infrastructure, we always delete our collections at the end, and I don't much care if t