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

Robert Muir commented on LUCENE-4026:
-------------------------------------

{noformat}
[junit4] >>> error stream from forked JVM (verbatim) ----
   [junit4] 2012-04-30 17:13:44
   [junit4] Full thread dump OpenJDK 64-Bit Server VM (20.0-b12 mixed mode):
   [junit4] 
   [junit4] "Thread-727" daemon prio=5 tid=0x00000008325a8000 nid=0x15822ac 
waiting on condition [0x00007ffffd9db000]
   [junit4]    java.lang.Thread.State: WAITING (parking)
   [junit4]     at sun.misc.Unsafe.park(Native Method)
   [junit4]     - parking to wait for  <0x000000080f9788b0> (a 
org.apache.lucene.index.DocumentsWriterStallControl$Sync)
   [junit4]     at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
   [junit4]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:838)
   [junit4]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:968)
   [junit4]     at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1284)
   [junit4]     at 
org.apache.lucene.index.DocumentsWriterStallControl.waitIfStalled(DocumentsWriterStallControl.java:114)
   [junit4]     at 
org.apache.lucene.index.DocumentsWriterFlushControl.waitIfStalled(DocumentsWriterFlushControl.java:615)
   [junit4]     at 
org.apache.lucene.index.DocumentsWriter.preUpdate(DocumentsWriter.java:301)
   [junit4]     at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:361)
   [junit4]     at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1276)
   [junit4]     at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1034)
   [junit4]     at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1015)
   [junit4]     at 
org.apache.lucene.index.TestIndexWriterReader$2.run(TestIndexWriterReader.java:824)
   [junit4] 
   [junit4] "LTC-main#seed=D344294F98D3F637" prio=5 tid=0x000000080115c800 
nid=0x1581e8d in Object.wait() [0x00007ffffdbdc000]
   [junit4]    java.lang.Thread.State: WAITING (on object monitor)
   [junit4]     at java.lang.Object.wait(Native Method)
   [junit4]     - waiting on <0x0000000829990000> (a 
org.apache.lucene.index.TestIndexWriterReader$2)
   [junit4]     at java.lang.Thread.join(Thread.java:1203)
   [junit4]     - locked <0x0000000829990000> (a 
org.apache.lucene.index.TestIndexWriterReader$2)
   [junit4]     at java.lang.Thread.join(Thread.java:1256)
   [junit4]     at 
org.apache.lucene.index.TestIndexWriterReader.testDuringAddDelete(TestIndexWriterReader.java:856)
   [junit4]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]     at java.lang.reflect.Method.invoke(Method.java:616)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1913)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:131)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:805)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:866)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:880)
   [junit4]     at 
org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:770)
   [junit4]     at 
org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:692)
   [junit4]     at 
org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:69)
   [junit4]     at 
org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:625)
   [junit4]     at 
org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:75)
   [junit4]     at 
org.apache.lucene.util.LuceneTestCase$SaveThreadAndTestNameRule$1.evaluate(LuceneTestCase.java:664)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:812)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:131)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:668)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:687)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:723)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:734)
   [junit4]     at 
org.apache.lucene.util.UncaughtExceptionsRule$1.evaluate(UncaughtExceptionsRule.java:75)
   [junit4]     at 
org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:38)
   [junit4]     at 
org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:69)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:604)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:131)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:550)
   [junit4] 
   [junit4] "Low Memory Detector" daemon prio=5 tid=0x000000080113c800 
nid=0x157ffc5 runnable [0x0000000000000000]
   [junit4]    java.lang.Thread.State: RUNNABLE
   [junit4] 
   [junit4] "C2 CompilerThread1" daemon prio=5 tid=0x000000080113b800 
nid=0x157ffc4 waiting on condition [0x0000000000000000]
   [junit4]    java.lang.Thread.State: RUNNABLE
   [junit4] 
   [junit4] "C2 CompilerThread0" daemon prio=5 tid=0x000000080113b000 
nid=0x157ffc3 waiting on condition [0x0000000000000000]
   [junit4]    java.lang.Thread.State: RUNNABLE
   [junit4] 
   [junit4] "Signal Dispatcher" daemon prio=5 tid=0x000000080113a000 
nid=0x157ffc2 waiting on condition [0x0000000000000000]
   [junit4]    java.lang.Thread.State: RUNNABLE
   [junit4] 
   [junit4] "Finalizer" daemon prio=5 tid=0x0000000801139800 nid=0x157ffbe in 
Object.wait() [0x00007ffffebed000]
   [junit4]    java.lang.Thread.State: WAITING (on object monitor)
   [junit4]     at java.lang.Object.wait(Native Method)
   [junit4]     - waiting on <0x000000080b1899a8> (a 
java.lang.ref.ReferenceQueue$Lock)
   [junit4]     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:133)
   [junit4]     - locked <0x000000080b1899a8> (a 
java.lang.ref.ReferenceQueue$Lock)
   [junit4]     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:149)
   [junit4]     at 
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)
   [junit4] 
   [junit4] "Reference Handler" daemon prio=5 tid=0x0000000801138800 
nid=0x157ffbd in Object.wait() [0x00007ffffecee000]
   [junit4]    java.lang.Thread.State: WAITING (on object monitor)
   [junit4]     at java.lang.Object.wait(Native Method)
   [junit4]     - waiting on <0x000000080b18e380> (a 
java.lang.ref.Reference$Lock)
   [junit4]     at java.lang.Object.wait(Object.java:502)
   [junit4]     at 
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
   [junit4]     - locked <0x000000080b18e380> (a java.lang.ref.Reference$Lock)
   [junit4] 
   [junit4] "main" prio=5 tid=0x0000000801138000 nid=0x157f98f in Object.wait() 
[0x00007fffffbfd000]
   [junit4]    java.lang.Thread.State: WAITING (on object monitor)
   [junit4]     at java.lang.Object.wait(Native Method)
   [junit4]     - waiting on <0x000000080cefa630> (a 
com.carrotsearch.randomizedtesting.RandomizedRunner$2)
   [junit4]     at java.lang.Thread.join(Thread.java:1203)
   [junit4]     - locked <0x000000080cefa630> (a 
com.carrotsearch.randomizedtesting.RandomizedRunner$2)
   [junit4]     at java.lang.Thread.join(Thread.java:1256)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:560)
   [junit4]     at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:519)
   [junit4]     at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:129)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:202)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:12)
   [junit4] 
   [junit4] "VM Thread" prio=5 tid=0x0000000801196800 nid=0x157fdcd runnable 
   [junit4] 
   [junit4] "GC task thread#0 (ParallelGC)" prio=5 tid=0x000000080118d800 
nid=0x157f993 runnable 
   [junit4] 
   [junit4] "GC task thread#1 (ParallelGC)" prio=5 tid=0x000000080118e800 
nid=0x157fa80 runnable 
   [junit4] 
   [junit4] "GC task thread#2 (ParallelGC)" prio=5 tid=0x000000080118f000 
nid=0x157fb09 runnable 
   [junit4] 
   [junit4] "GC task thread#3 (ParallelGC)" prio=5 tid=0x000000080118f800 
nid=0x157fbaa runnable 
   [junit4] 
   [junit4] "GC task thread#4 (ParallelGC)" prio=5 tid=0x0000000801190000 
nid=0x157fbae runnable 
   [junit4] 
   [junit4] "GC task thread#5 (ParallelGC)" prio=5 tid=0x0000000801191000 
nid=0x157fd94 runnable 
   [junit4] 
   [junit4] "GC task thread#6 (ParallelGC)" prio=5 tid=0x0000000801191800 
nid=0x157fdb4 runnable 
   [junit4] 
   [junit4] "GC task thread#7 (ParallelGC)" prio=5 tid=0x0000000801192000 
nid=0x157fdb8 runnable 
   [junit4] 
   [junit4] "GC task thread#8 (ParallelGC)" prio=5 tid=0x0000000801192800 
nid=0x157fdb9 runnable 
   [junit4] 
   [junit4] "GC task thread#9 (ParallelGC)" prio=5 tid=0x0000000801193800 
nid=0x157fdbc runnable 
   [junit4] 
   [junit4] "GC task thread#10 (ParallelGC)" prio=5 tid=0x0000000801194000 
nid=0x157fdbf runnable 
   [junit4] 
   [junit4] "GC task thread#11 (ParallelGC)" prio=5 tid=0x0000000801194800 
nid=0x157fdc0 runnable 
   [junit4] 
   [junit4] "GC task thread#12 (ParallelGC)" prio=5 tid=0x0000000801195000 
nid=0x157fdc1 runnable 
   [junit4] 
   [junit4] "VM Periodic Task Thread" prio=5 tid=0x0000000801197000 
nid=0x157ffc6 waiting on condition 
   [junit4] 
   [junit4] JNI global references: 1765
   [junit4] 
   [junit4] Heap
   [junit4]  PSYoungGen      total 160064K, used 11590K [0x0000000820580000, 
0x000000082b020000, 0x000000082b020000)
   [junit4]   eden space 151552K, 2% used 
[0x0000000820580000,0x0000000820888f60,0x0000000829980000)
   [junit4]   from space 8512K, 99% used 
[0x0000000829980000,0x000000082a1c8b00,0x000000082a1d0000)
   [junit4]   to   space 14656K, 0% used 
[0x000000082a1d0000,0x000000082a1d0000,0x000000082b020000)
   [junit4]  PSOldGen        total 308544K, used 104691K [0x000000080b020000, 
0x000000081dd70000, 0x0000000820580000)
   [junit4]   object space 308544K, 33% used 
[0x000000080b020000,0x000000081165cc08,0x000000081dd70000)
   [junit4]  PSPermGen       total 25152K, used 21954K [0x0000000805e20000, 
0x00000008076b0000, 0x000000080b020000)
   [junit4]   object space 25152K, 87% used 
[0x0000000805e20000,0x0000000807390908,0x00000008076b0000)
{noformat}
                
> TestIndexWriterReader hang
> --------------------------
>
>                 Key: LUCENE-4026
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4026
>             Project: Lucene - Java
>          Issue Type: Bug
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>
> hung in jenkins. seed is  D344294F98D3F637 (and the usual nightly flags, 
> -Dtests.nightly=true, -Dtests.multiplier=3, -Dtests.linedocsfile=huge)
> Didn't try to reproduce yet.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to