Hi Vinodh,

Here is what I see when I tried with requestid,

Collection: test operation: restore
failed:org.apache.solr.common.SolrException: ADDREPLICA failed to create
replica
at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler$ShardRequestTracker.processResponses(OverseerCollectionMessageHandler.java:1030)
at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler$ShardRequestTracker.processResponses(OverseerCollectionMessageHandler.java:1013)
at
org.apache.solr.cloud.api.collections.AddReplicaCmd.lambda$addReplica$1(AddReplicaCmd.java:177)
at
org.apache.solr.cloud.api.collections.AddReplicaCmd$$Lambda$746/0000000000000000.run(Unknown
Source)
at
org.apache.solr.cloud.api.collections.AddReplicaCmd.addReplica(AddReplicaCmd.java:199)
at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.addReplica(OverseerCollectionMessageHandler.java:708)
at
org.apache.solr.cloud.api.collections.RestoreCmd.call(RestoreCmd.java:286)
at
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:505)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$142/0000000000000000.run(Unknown
Source)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.common.SolrException:
javax.crypto.BadPaddingException: RSA private key operation failed
at org.apache.solr.util.CryptoKeys$RSAKeyPair.encrypt(CryptoKeys.java:325)
at
org.apache.solr.security.PKIAuthenticationPlugin.generateToken(PKIAuthenticationPlugin.java:305)
at
org.apache.solr.security.PKIAuthenticationPlugin.access$200(PKIAuthenticationPlugin.java:61)
at
org.apache.solr.security.PKIAuthenticationPlugin$2.onQueued(PKIAuthenticationPlugin.java:239)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.decorateRequest(Http2SolrClient.java:468)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.makeRequest(Http2SolrClient.java:455)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:364)
at
org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:746)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
at
org.apache.solr.handler.component.HttpShardHandler.request(HttpShardHandler.java:238)
at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:199)
at
org.apache.solr.handler.component.HttpShardHandler$$Lambda$529/0000000000000000.call(Unknown
Source)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181)
... 5 more
Caused by: javax.crypto.BadPaddingException: RSA private key operation
failed
at
java.base/sun.security.rsa.NativeRSACore.crtCrypt_Native(NativeRSACore.java:149)
at java.base/sun.security.rsa.NativeRSACore.rsa(NativeRSACore.java:91)
at java.base/sun.security.rsa.RSACore.rsa(RSACore.java:149)
at java.base/com.sun.crypto.provider.RSACipher.doFinal(RSACipher.java:355)
at
java.base/com.sun.crypto.provider.RSACipher.engineDoFinal(RSACipher.java:392)
at java.base/javax.crypto.Cipher.doFinal(Cipher.java:2260)
at org.apache.solr.util.CryptoKeys$RSAKeyPair.encrypt(CryptoKeys.java:323)

Thanks,

On Wed, Jun 17, 2020 at 8:08 AM Kommu, Vinodh K. <vko...@dtcc.com> wrote:

> Hi,
>
> What is the log level defined for solr nodes? Did you used requestid in
> restore command? If so, check the status of the requestid if that points to
> any errors.
>
> Thanks & Regards,
> Vinodh
>
> -----Original Message-----
> From: yaswanth kumar <yaswanth...@gmail.com>
> Sent: Wednesday, June 17, 2020 4:33 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Solr cloud backup/restore not working
>
> ATTENTION: External Email – Be Suspicious of Attachments, Links and
> Requests for Login Information.
>
> Can someone please guide me on where can I get more detailed error of the
> above exception while doing restore?? All that I see in solr.log was pasted
> above
>
> Thanks,
>
> On Tue, Jun 16, 2020 at 10:44 AM yaswanth kumar <yaswanth...@gmail.com>
> wrote:
>
> > I don't see anything related in the solr.log file for the same error.
> > Not sure if there is anyother place where I can check for this.
> >
> > Thanks,
> >
> > On Tue, Jun 16, 2020 at 10:21 AM Shawn Heisey <apa...@elyograg.org>
> wrote:
> >
> >> On 6/12/2020 8:38 AM, yaswanth kumar wrote:
> >> > Using solr 8.2.0 and setup a cloud with 2 nodes. (2 replica's for
> >> > each
> >> > collection)
> >> > Enabled basic authentication and gave all access to the admin user
> >> >
> >> > Now trying to use solr cloud backup/restore API, backup is working
> >> great,
> >> > but when trying to invoke restore API its throwing the below error
> >> <snip>
> >> >      "msg":"ADDREPLICA failed to create replica",
> >> >      "trace":"org.apache.solr.common.SolrException: ADDREPLICA
> >> > failed to create replica\n\tat
> >> >
> >> org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.j
> >> ava:53)\n\tat
> >> >
> >> org.apache.solr.handler.admin.CollectionsHandler.invokeAction(Collect
> >> ionsHandler.java:280)\n\tat
> >>
> >> The underlying cause of this exception is not recorded here.  Are
> >> there other entries in the Solr log with more detailed information
> >> from the ADDREPLICA attempt?
> >>
> >> Thanks,
> >> Shawn
> >>
> >
> >
> > --
> > Thanks & Regards,
> > Yaswanth Kumar Konathala.
> > yaswanth...@gmail.com
> >
>
>
> --
> Thanks & Regards,
> Yaswanth Kumar Konathala.
> yaswanth...@gmail.com
> DTCC DISCLAIMER: This email and any files transmitted with it are
> confidential and intended solely for the use of the individual or entity to
> whom they are addressed. If you have received this email in error, please
> notify us immediately and delete the email and any attachments from your
> system. The recipient should check this email and any attachments for the
> presence of viruses. The company accepts no liability for any damage caused
> by any virus transmitted by this email.
>


-- 
Thanks & Regards,
Yaswanth Kumar Konathala.
yaswanth...@gmail.com

Reply via email to