You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2018/12/04 11:05:00 UTC

[jira] [Created] (LUCENE-8588) Replace usage of deprecated RAMOutputStream

Shai Erera created LUCENE-8588:
----------------------------------

             Summary: Replace usage of deprecated RAMOutputStream
                 Key: LUCENE-8588
                 URL: https://issues.apache.org/jira/browse/LUCENE-8588
             Project: Lucene - Core
          Issue Type: Improvement
          Components: core/index
            Reporter: Shai Erera
            Assignee: Shai Erera


While reviewing code in {{FrozenBufferedUpdates}} I noticed that it uses the deprecated {{RAMOutputStream}}. This issue fixes it. Separately we should reduce the usage of that class, so that we can really remove it.

 

Besides that, while running tests I hit a test failure which at first I thought was related to this change, but then noticed that the test doesn't close the DirectoryReader (I run tests on Windows), so that fix is included in this patch too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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