Re: [CDCR]Unable to locate core

2019-05-19 Thread Natarajan, Rajeswari
Thanks Amrith. Created a bug https://issues.apache.org/jira/browse/SOLR-13481 Regards, Rajeswari On 5/19/19, 3:44 PM, "Amrit Sarkar" wrote: Sounds legit to me. Can you create a Jira and list down the problem statement and design solution there. I am confident it will attract c

Re: [CDCR]Unable to locate core

2019-05-19 Thread Amrit Sarkar
Sounds legit to me. Can you create a Jira and list down the problem statement and design solution there. I am confident it will attract committers' attention and they can review the design and provide feedback. Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter

Re: [CDCR]Unable to locate core

2019-05-19 Thread Natarajan, Rajeswari
Thanks Amrith for creating a patch. But the code in the LBHttpSolrClient.java needs to be fixed too, if the for loop to work as intended. Regards Rajeswari public Rsp request(Req req) throws SolrServerException, IOException { Rsp rsp = new Rsp(); Exception ex = null; boolean isNonRet

[CDCR]Unable to locate core

2019-05-19 Thread Amrit Sarkar
> > Thanks Natrajan, > > Solid analysis and I saw the issue being reported by multiple users in > past few months and unfortunately I baked an incomplete code. > > I think the correct way of solving this issue is to identify the correct > base-url for the respective core we need to trigger REQUESTR

Re: [CDCR]Unable to locate core

2019-05-19 Thread Natarajan, Rajeswari
Here is my close analysis: SolrClient request goes to the below method "request " in the class LBHttpSolrClient.java There is a for loop to try different live servers , but when doRequest method (in the request method below) sends exception there is no catch , so next re-try is not done. T

Re: [CDCR]Unable to locate core

2019-05-19 Thread Natarajan, Rajeswari
Hi We are using solr 7.6 and trying out bidirectional CDCR and I also hit this issue. Stacktrace INFO (cdcr-bootstrap-status-17-thread-1) [ ] o.a.s.h.CdcrReplicatorManager CDCR bootstrap successful in 3 seconds

Re: [CDCR]Unable to locate core

2019-05-15 Thread Natarajan, Rajeswari
I am also facing this issue. Any resolution found on this issue, Please update. Thanks On 2/7/19, 10:42 AM, "Tim" wrote: So it looks like I'm having an issue with this fix: https://issues.apache.org/jira/browse/SOLR-11724 So I've messed around with this for a while and every t

Re: [CDCR]Unable to locate core

2019-02-07 Thread Tim
So it looks like I'm having an issue with this fix: https://issues.apache.org/jira/browse/SOLR-11724 So I've messed around with this for a while and every time the leader to leader replica portion works fine. But the Recovery portion (implemented as part of the fix above) fails. I've run a few t

RE: [EXTERNAL] Re: [CDCR]Unable to locate core

2019-02-02 Thread Timothy Springsteen
to:erickerick...@gmail.com] Sent: Saturday, February 2, 2019 9:56 AM To: solr-user Subject: [EXTERNAL] Re: [CDCR]Unable to locate core CDCR does _not_ replicate to followers, it is a leader<->leader replication of the raw document. Once the document has been forwarded to the target's lea

Re: [CDCR]Unable to locate core

2019-02-02 Thread Tim
Thank you for the reply. Sorry I did not include more information in the first post. So maybe there's some confusion here from my end. So both the target and source clusters are running in cloud mode. So I think you're correct that it is a different issue. So it looks like the source leader to ta

Re: [CDCR]Unable to locate core

2019-02-02 Thread Erick Erickson
CDCR does _not_ replicate to followers, it is a leader<->leader replication of the raw document. Once the document has been forwarded to the target's leader, then the leader on the target system should forward it to followers on that system just like any other update. The Solr JIRA is unlikely th

Re: [CDCR]Unable to locate core

2019-02-01 Thread Tim
After some more investigation it seems that we're running into the same bug found here . However if my understanding is correct that bug in 7.3 was patched out. Unfortunately we're running into the same behavior in 7.5 CDCR is replicating succe

[CDCR]Unable to locate core

2019-01-30 Thread Tim
I'm trying to setup CDCR but I'm running into an issue where one or two shards/replicas will not be replicated but the rest will out of the six cores. The only error that appears in the logs is: "Unable to locate core". Occasionally restarting the instance will fix this but then the issue will r