Hi there, I have deployed solr with Jetty, and I'm trying to index a quite large amount of items (300K), retreived from a MySQL database (unfortunately I'm not using DIH; I'm doing it manually, by getting items from MySQL and then index them it in Solr).
But, I'm not indexing all of those items at the same time; I'm indexing them by chunks of 3K. So, I get the first 3K, index them, then goes to the next 3K chunk to index it. Here is the error I got in jetty logs, I guess it has nothing to do with Mysql: *Does anyone know the meaning of the error 'badMessage: java.lang.IllegalStateException: too much data after closed for HttpChannelOverHttp@5432494a' ?* Thanks for your help, if anything isnt very precise please tell me to explain it (and sorry for my bad english). -- Cordialement, Best regards, Hakim Benoudjit