Description
The FullSolrCloudDistribCmdsTest test has been failing quite regularly on jenkins. Some of those failures are spurious but there is an underlying bug that delete-by-id requests with "route" parameter on a collection with implicit router, fails on replicas because of a missing "version" field.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12286/
Java: 32bit/jdk1.9.0-ea-b54 -server -XX:+UseConcMarkSweepGC1 tests failed.
FAILED: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testError Message:
Error from server at http://127.0.0.1:44672/implicit_collection_without_routerfield_shard1_replica1: no servers hosting shard:Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:44672/implicit_collection_without_routerfield_shard1_replica1: no servers hosting shard:
at __randomizedtesting.SeedInfo.seed([944EEE25A6B2D153:1C1AD1FF084EBCAB]:0)
at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:557)
at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-12694 JavaBinUpdateRequestCodec fails to restore UpdateRequest.deleteById correctly when '_route_' is specified.
- Closed
- is related to
-
SOLR-8889 SolrCloud deleteById is broken when router.field is set
- Closed
-
SOLR-12694 JavaBinUpdateRequestCodec fails to restore UpdateRequest.deleteById correctly when '_route_' is specified.
- Closed
- relates to
-
SOLR-11868 Deprecate CloudSolrClient.setIdField, use information from Zookeeper
- Closed