Re: tlogs not deleting

2018-06-25 Thread Amrit Sarkar
says buffer disabled > > at both target and source. > > > > -Original Message- > > From: Erick Erickson [mailto:erickerick...@gmail.com] > > Sent: Tuesday, June 19, 2018 11:55 AM > > To: solr-user > > Subject: Re: tlogs not deleting &

Re: tlogs not deleting

2018-06-20 Thread Susheel Kumar
, 2018 11:55 AM > To: solr-user > Subject: Re: tlogs not deleting > > bq. Do you recommend disabling the buffer on the source SolrCloud as well? > > Disable them all on both source and target IMO. > > On Tue, Jun 19, 2018 at 8:50 AM, Brian Yee wrote: > > Thank you Erick.

RE: tlogs not deleting

2018-06-19 Thread Brian Yee
8 11:55 AM To: solr-user Subject: Re: tlogs not deleting bq. Do you recommend disabling the buffer on the source SolrCloud as well? Disable them all on both source and target IMO. On Tue, Jun 19, 2018 at 8:50 AM, Brian Yee wrote: > Thank you Erick. I am running Solr 6.6. From the

Re: tlogs not deleting

2018-06-19 Thread Erick Erickson
urce location? > > This is what I have at the target locations: > > > 100 > > > disabled > > > > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Tuesday, June 19, 2018 11:00 AM &g

RE: tlogs not deleting

2018-06-19 Thread Brian Yee
8 11:00 AM To: solr-user Subject: Re: tlogs not deleting Take a look at the CDCR section of your reference guide, be sure you get the version which you can download from here: https://archive.apache.org/dist/lucene/solr/ref-guide/ There's the CDCR API call you can use for in-flight disabling

Re: tlogs not deleting

2018-06-19 Thread Erick Erickson
gt; that needs to be done manually whenever this problem happens or is it > something that we can do to fix it so it won't happen again? > > -Original Message- > From: Susheel Kumar [mailto:susheel2...@gmail.com] > Sent: Monday, June 18, 2018 9:12 PM > To: solr-user@l

RE: tlogs not deleting

2018-06-19 Thread Brian Yee
again? -Original Message- From: Susheel Kumar [mailto:susheel2...@gmail.com] Sent: Monday, June 18, 2018 9:12 PM To: solr-user@lucene.apache.org Subject: Re: tlogs not deleting You may have to DISABLEBUFFER in source to get rid of tlogs. On Mon, Jun 18, 2018 at 6:13 PM, Brian Yee wrote: > So I

Re: tlogs not deleting

2018-06-18 Thread Susheel Kumar
You may have to DISABLEBUFFER in source to get rid of tlogs. On Mon, Jun 18, 2018 at 6:13 PM, Brian Yee wrote: > So I've read a bunch of stuff on hard/soft commits and tlogs. As I > understand, after a hard commit, solr is supposed to delete old tlogs > depending on the numRecordsToKeep and maxN

Re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-20 Thread Shawn Heisey
On 6/16/2016 1:18 PM, Chris Morley wrote: > In Solr 4.10.3 tlogs ARE deleted after issuing update?commit=true. > (And deleted immediately.) That seems like a bug to me. A hard commit is supposed to close the current transaction log and prune old logs such that what's left will meet the "ke

Re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
bill. From: "Erick Erickson" Sent: Friday, June 17, 2016 2:36 PM To: "solr-user" , ch...@depahelix.com Subject: Re: tlogs not deleting as usual in Solr 5.5.1? If you are NOT using SolrCloud and don't care about Real Time Get, you can just disable the tlogs entirely. They&

Re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Erick Erickson
If you are NOT using SolrCloud and don't care about Real Time Get, you can just disable the tlogs entirely. They're not doing you all that much good in that case... The tlogs are irrelevant when it comes to master/slave replication. FWIW, Erick On Fri, Jun 17, 2016 at 9:14 AM, Chris Morley wrot

re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
After some more searching, I found a thread online where Erick Erickson is telling someone about how there are old tlogs left around in case there is a need for a peer to sync even if SolrCloud is not enabled. That makes sense, but we'll probably want to enable autoCommit and then trigger repl