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

ASF subversion and git services commented on SOLR-17041:
--------------------------------------------------------

Commit 11141c0c6a788213e15a9eff1b5fe7e2ea4870ad in solr's branch 
refs/heads/main from Alex Deparvu
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=11141c0c6a7 ]

SOLR-17041 Make CommitTracker currentTlogSize lazy (#2027)



> Make CommitTracker currentTlogSize lazy
> ---------------------------------------
>
>                 Key: SOLR-17041
>                 URL: https://issues.apache.org/jira/browse/SOLR-17041
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Alex Deparvu
>            Priority: Trivial
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> CommitTracker's addedDocument method needs the currentĀ currentTlogSize to 
> determine if it should schedule a merge but it might not actually use it. If 
> we make this a supplier, the call to get the size would be made only if it's 
> needed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to