You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Yaswanth (Jira)" <ji...@apache.org> on 2020/06/01 23:01:00 UTC

[jira] [Created] (SOLR-14529) solr 8.4.1 with ssl tls1.2 creating an issue with non-leader node

Yaswanth created SOLR-14529:
-------------------------------

             Summary: solr 8.4.1 with ssl tls1.2 creating an issue with non-leader node
                 Key: SOLR-14529
                 URL: https://issues.apache.org/jira/browse/SOLR-14529
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
    Affects Versions: 8.4.1
            Reporter: Yaswanth


Trying to setup solr 8.4.1 + open jdk 11 on centos , we enabled the ssl configurations with all the certs in place, but the issue what we are seeing is when trying to hit /update api on non-leader solr node , its throwing an errorĀ 

metadata":[
 "error-class","org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException",
 "root-error-class","org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException"],
 "msg":"Async exception during distributed update: javax.crypto.BadPaddingException: RSA private key operation failed",
 "trace":"org.apache.solr.update.processor.DistributedUpdateProcessor$DistributedUpdatesAsyncException: Async exception during distributed update: javax.crypto.BadPaddingException: RSA private key operation failed\n\tat org.apache.solr.update.processor.DistributedZkUpdateProcessor.doDistribFinish(DistributedZkUpdateProcessor.java:1189)\n\tat org.apache.solr.update.processor.DistributedUpdateProcessor.finish(DistributedUpdateProcessor.java:1096)\n\tat org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.finish(LogUpdateProcessorFactory.java:182)\n\tat org.apache.solr.update.processor.UpdateRequestProcessor.finish(UpdateRequestProcessor.java:80)\n\tat org.apache.solr.update.processor.UpdateRequestProcessor.finish........

*Strangely this is happening when we try to hit a non-leader node, hitting leader node its working fine without any issue and getting the data indexed.*

Not able to track down where the exact issue is happening.

Thanks,



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org