Submitted On 27-MAY-2008
MichaelMcCandless
Two additions to the original bug:
* 1.6.0_03 does NOT show the issue, so apparently it was newly
introduced in _04.
* Sometimes the bug also happens when you run without -Xbatch.
Increasing the number of iterations for docNum and j increases the
likelihood that it will fail without -Xbatch
Submitted On 27-MAY-2008
hossman
in accepting the bug, the word "Apache" was apparently substituted with " customer " ... both in a description of how the problem was originally discovered, and in the URL to see the issue initially reported to Apache Lucene. There is no reason for this obfuscation, we have nothing to hide.
Correct URL...
https://issues.apache.org/jira/browse/LUCENE-1282
Submitted On 28-MAY-2008
ijuma82
I am surprised that the priority for this bug is "Low". JIT miscompilation causing index corruption in a very popular open-source application is quite nasty and a test case that shows the problem has been supplied.
In addition, the title is misleading because it makes it sound like it only happens with -Xbatch. In reality, -Xbatch just makes it easier to reproduce. I could reproduce every time _without_ -Xbatch after increasing the number of iterations to 1000000 for docNum and 300000 for j. I tested jdk6u4, openjdk6 in Fedora 9 and jdk 6u10 beta b24.
Submitted On 02-JUN-2008
dave_sitsky
I have customers using our product with 1.6.0_06 being hit by this bug. It is incredibly nasty to end up with a corrupted lucene index after a long load time, all due to an introduced bug in the server hotspot compiler.
This should bug should be classified as high priority.
In our scenario, we did not run with -Xbatch, so please update the bug summary and priority appropriately. This occurs in the real world for real applications and is really nasty.
Submitted On 16-JUL-2008
ijuma82
I noticed that a fix for this was committed in:
http://permalink.gmane.org/gmane.comp.java.openjdk.hotspot.compiler.devel/263
Are there plans to backport this to jdk6u10?
Submitted On 16-JUL-2008
rasbold
With a fix now in OpenJDK, we're now looking into
getting this fix backported into the 6u10 release.
Submitted On 10-AUG-2008
kedartal
Any news?
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|