I have a dataimport working on standalone solr instance but the same doesn't work on solrcloud. I keep on hitting this error
Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: Exception in invoking url The url is returning well formed xml. I have verified that. The solr nodes can fully resolve this url. I checked that out. I have the following params set in xml-import.xml connectionTimeout="500000" readTimeout="50000000" Any ideas as to what could be going wrong. Thanks