JSON delete error with latest branch_3x

2011-05-18 Thread Paul Dlug
I updated to the latest branch_3x (r1124339) and I'm now getting the error below when trying a delete by query or id. Adding documents with the new format works as do the commit and optimize commands. Possible regression due to SOLR-2496? curl 'http://localhost:8988/solr/update/json?wt=json' -H

Re: JSON delete error with latest branch_3x

2011-05-18 Thread Yonik Seeley
On Wed, May 18, 2011 at 1:24 PM, Paul Dlug paul.d...@gmail.com wrote: I updated to the latest branch_3x (r1124339) and I'm now getting the error below when trying a delete by query or id. Adding documents with the new format works as do the commit and optimize commands. Possible regression due

Re: JSON delete error with latest branch_3x

2011-05-18 Thread Yonik Seeley
OK, I just fixed this on branch_3x. Trunk is fine (it was an error in the 3x backport that wasn't caught because the test doesn't go through the complete solr stack to the update handkler). -Yonik http://www.lucenerevolution.org -- Lucene/Solr User Conference, May 25-26, San Francisco On Wed,

Re: JSON delete error with latest branch_3x

2011-05-18 Thread Paul Dlug
Thanks Yonik, all my app's test cases now pass again. --Paul On Wed, May 18, 2011 at 2:04 PM, Yonik Seeley yo...@lucidimagination.com wrote: OK, I just fixed this on branch_3x. Trunk is fine (it was an error in the 3x backport that wasn't caught because the test doesn't go through the