Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
4.6.1
-
None
-
one cloud has two server, one shard, one leader one replica, send the index into replica server, replica server forward leader server.
Description
ConcurrentUpdateSolrServer only give back the error that don't parser the response body, you can't get the error reason from remote server.
EX.
You send the index request to one solr server, this server forward the other leader server. forward case invoke the ConcurrentUpdateSolrServer.java, you can't get the right error message only check it in the leader server if happen error. Actually leader server had sent the error message to the forwarding server.
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-6550 Provide simple mechanism for passing additional metadata / context about a server-side SolrException back to the client-side
- Closed