dsmiley commented on PR #2764:
URL: https://github.com/apache/solr/pull/2764#issuecomment-2515726655

   There is another problem I chased down.  So I tried the schema designer 
locally from this branch just to see if it was working.  It's not, yet not 
captured in a test failure (not good).  The problem I encountered was a HTTP 
400 for the `.system` collection, which is where the schema designer is storing 
stuff.  This is a special collection that is auto-created in HttpSolrCall on 
the first POST to it.  But the schema designer does a GET.  I have some WIP to 
catch the exception on the GET.  I'll get back to this later.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to