You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/04/14 12:03:21 UTC

[Lucene-java Wiki] Update of "SunJavaBugs" by UweSchindler

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "SunJavaBugs" page has been changed by UweSchindler:
http://wiki.apache.org/lucene-java/SunJavaBugs?action=diff&rev1=13&rev2=14

- = Sun Java Bugs =
+ = Oracle/Sun Java Bugs =
  
- Sometimes Lucene runs amok of bugs in Sun's Java implementation.  In
+ Sometimes Lucene runs amok of bugs in Oracle's / Sun's Java implementation.  In
  certain cases we whittle it down to a small test case, open an issue
- with Sun, and hopefully Sun fixes it.  In other cases we know the bug
+ with Oracle, and hopefully Oracle fixes it.  In other cases we know the bug
  is in the JRE but we haven't narrowed it enough to open a bug with
  Sun.  Sometimes we can work out a simple workaround in Lucene.
  
  We try to open a Lucene mirror bug to provide details on how Lucene is
- affected, iterate on a compact test case for Sun, etc.
+ affected, iterate on a compact test case, etc.
  
- If you are affected by one of these issues that Sun has yet to accept
+ If you are affected by one of these issues that Oracle's Java has yet to accept
  or resolve, or simply have some spare votes, please consider adding
- your vote to the bug (on Sun's bug page):
+ your vote to the bug (on Oracle's bug page):
  
- || Sun bug || Lucene mirror bug || Impact to Lucene || State, Priority || Workaround ||
+ || Oracle bug || Lucene mirror bug || Impact to Lucene || State, Priority || Workaround ||
  || [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6265734|6265734]] || [[http://issues.apache.org/jira/browse/LUCENE-753?focusedCommentId=12550168&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12550168|LUCENE-573]] || {{{NIOFSDirectory}}} has very poor performance on Windows || Accepted, Low || Use {{{FSDirectory}}} or {{{MMapDirectory}}} on Windows ||
  || [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6478546|6478546]] || [[https://issues.apache.org/jira/browse/LUCENE-1566|LUCENE-1566]] || You hit a false {{{OutOfMemoryException}}} when loading norms in an index with many docs || Accepted, Low || Locally patch Lucene to load large contiguous byte sequences in chunks ||
  || [[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6707044|6707044]] || [[https://issues.apache.org/jira/browse/LUCENE-1282|LUCENE-1282]] || Index corruption || Fixed as of 1.6.0_10, High || Lucene code base has a workaround in it ||