Good question!
It didn't actually change when we flush: inside balanceRAM() we only
flush on when numBytesUsed >= ramBufferSize. So previously it was
costing an additional (unnecessary) synchronized method call once we
got to 95% of ramBufferSize.
Mike
Felipe Albrecht <[EMAIL PROTECTED]> wrote:
[
https://issues.apache.org/jira/browse/LUCENE-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569639#action_12569639
]
Otis Gospodnetic commented on LUCENE-1179:
--
By the way, why are we allowing empty
[
https://issues.apache.org/jira/browse/LUCENE-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569641#action_12569641
]
Otis Gospodnetic commented on LUCENE-1166:
--
I haven't looked at the patch.
But I'
[
https://issues.apache.org/jira/browse/LUCENE-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569652#action_12569652
]
Otis Gospodnetic commented on LUCENE-1035:
--
It looks like this was never fully do