[ 
https://issues.apache.org/jira/browse/SOLR-6460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153430#comment-14153430
 ] 

Renaud Delbru edited comment on SOLR-6460 at 9/30/14 5:26 PM:
--------------------------------------------------------------

A new patch that introduces efficient seeking over a list of transaction log 
files. Efficient seeking is achieved by adding metadata (version number) to 
tlog filename and by leveraging the filesystem's index. The tlog filename has 
now the following syntax:
{noformat}
"tlog.${logId}.${startVersion}"
{noformat}




was (Author: rendel):
A new patch that introduces efficient seeking over a list of transaction log 
files. Efficient seeking is achieved by adding metadata (version number) to 
tlog filename and by leveraging the filesystem's index. The tlog filename has 
now the following syntax: "tlog.${logId}.${startVersion}".




> Keep transaction logs around longer
> -----------------------------------
>
>                 Key: SOLR-6460
>                 URL: https://issues.apache.org/jira/browse/SOLR-6460
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Yonik Seeley
>         Attachments: SOLR-6460.patch, SOLR-6460.patch
>
>
> Transaction logs are currently deleted relatively quickly... but we need to 
> keep them around much longer to be used as a source for cross-datacenter 
> recovery.  This will also be useful in the future for enabling peer-sync to 
> use more historical updates before falling back to replication.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to