Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-11959

CDCR unauthorized to replicate to a target collection that is update protected in security.json

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 7.2
    • None
    • Authentication, CDCR
    • None

    Description

      Steps to reproduce: 

      1. Create a source and a target collection in their respective clusters. 
      2. Update security.json to require a non-admin role to read and write. 
      3. Index to source collection 

      Expected: 

      The target collection should receive the update

      Actual:

      org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://redacted/solr/redacted: Expected mime type application/octet-stream but got text/html. <html>
       <head>
       <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
       <title>Error 401 Unauthorized request, Response code: 401</title>
       </head>
       <body><h2>HTTP ERROR 401</h2>
       <p>Problem accessing /solr/redacted/update. Reason:
       <pre> Unauthorized request, Response code: 401</pre></p>
       </body>
       </html>at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
       at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
       at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
       at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
       at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
       at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
       at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
       at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
       at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
       at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
       at org.apache.solr.handler.CdcrReplicator.sendRequest(CdcrReplicator.java:140)
       at org.apache.solr.handler.CdcrReplicator.run(CdcrReplicator.java:104)
       at org.apache.solr.handler.CdcrReplicatorScheduler.lambda$null$0(CdcrReplicatorScheduler.java:81)
       at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
       at java.lang.Thread.run(Thread.java:748)

      Attachments

        1. SOLR-11959.patch
          34 kB
          Amrit Sarkar
        2. SOLR-11959.patch
          19 kB
          Amrit Sarkar
        3. SOLR-11959.patch
          1 kB
          Amrit Sarkar

        Activity

          People

            Unassigned Unassigned
            dandrews Donny Andrews
            Votes:
            6 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: