Re: ContentStreamUpdateRequest no longer closes stream

2019-06-22 Thread Mikhail Khludnev
FWIW, fixed in 8.2. Thanks, Colvin! On Wed, Jun 12, 2019 at 5:30 PM Colvin Cowie wrote: > I realize that attachments might not work on the mailing list, so here is > the test case on Drive > > https://drive.google.com/file/d/0B7mypFpwbHptTE5nZE0weURFOExFSHphRFlUV0EyTElaOC0w/view?usp=sharing > >

Re: ContentStreamUpdateRequest no longer closes stream

2019-06-12 Thread Colvin Cowie
I realize that attachments might not work on the mailing list, so here is the test case on Drive https://drive.google.com/file/d/0B7mypFpwbHptTE5nZE0weURFOExFSHphRFlUV0EyTElaOC0w/view?usp=sharing On Mon, 10 Jun 2019 at 13:17, Colvin Cowie wrote: > Hello, I'm in the process of moving from Solr

ContentStreamUpdateRequest no longer closes stream

2019-06-10 Thread Colvin Cowie
Hello, I'm in the process of moving from Solr 6. to Solr 8. We have a client application that streams CSV files to Solr using ContentStreamUpdateRequest and then deletes the CSV file once the data is indexed. That worked fine in Solr 6, but when using 8, the file is locked and can't be deleted.