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
ucene.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've read a bunch of stuff on hard/soft commits and tlogs. As I >> understand, after

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

tlogs not deleting

2018-06-18 Thread Brian Yee
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 maxNumLogsToKeep values in the autocommit settings in solrconfig.xml. I am occasionally seeing solr fail to do this and t

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
enable autoCommit and then trigger > replication on the slaves when we know everything is committed after a full > import. (We disable polling.) > > > > > > From: "Chris Morley" > Sent: Thursday, June 16, 2016 3:20 PM > T

re: tlogs not deleting as usual in Solr 5.5.1?

2016-06-17 Thread Chris Morley
igger replication on the slaves when we know everything is committed after a full import. (We disable polling.) From: "Chris Morley" Sent: Thursday, June 16, 2016 3:20 PM To: "Solr Newsgroup" Subject: tlogs not deleting as us

tlogs not deleting as usual in Solr 5.5.1?

2016-06-16 Thread Chris Morley
The repetition below is on purpose to show the contrast between solr versions. In Solr 4.10.3, we have autocommits disabled. We do a dataimport of a few hundred thousand records and have a tlog that grows to ~1.2G. In Solr 5.5.1, we have autocommits disabled. We do a dataimport of a f