[
https://issues.apache.org/jira/browse/DIRSERVER-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14625292#comment-14625292
]
lucas theisen commented on DIRSERVER-2081:
------------------------------------------
Here are a few stack dumps taken (every couple seconds) during this shutdown
gap (taken on a Red Hat 5.11 server):
{code}
2015-07-13 16:30:43
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode):
"pool-6-thread-1" prio=10 tid=0x000000001623a800 nid=0x7612 waiting on
condition [0x00002b7777649000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000fc0777c0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.fetchTask(UnorderedThreadPoolExecutor.java:456)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.run(UnorderedThreadPoolExecutor.java:408)
at java.lang.Thread.run(Thread.java:745)
"DestroyJavaVM" prio=10 tid=0x000000001594e800 nid=0x75f0 waiting on condition
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0x00000000159ea000 nid=0x75fb runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x00000000159e8000 nid=0x75fa waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x00000000159dc000 nid=0x75f9 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00000000159da000 nid=0x75f8 waiting on
condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x00000000159b4800 nid=0x75f7 in Object.wait()
[0x00002b7772603000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00000000159b2800 nid=0x75f6 in
Object.wait() [0x00002b7772502000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x00000000159ae800 nid=0x75f5 runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0x0000000015964800 nid=0x75f1
runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0x0000000015966000 nid=0x75f2
runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0x0000000015968000 nid=0x75f3
runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0x000000001596a000 nid=0x75f4
runnable
"VM Periodic Task Thread" prio=10 tid=0x00000000159f5000 nid=0x75fc waiting on
condition
JNI global references: 165
Heap
PSYoungGen total 114176K, used 13606K [0x00000000f5800000,
0x00000000fd400000, 0x0000000100000000)
eden space 105984K, 9% used
[0x00000000f5800000,0x00000000f61b4f88,0x00000000fbf80000)
from space 8192K, 44% used
[0x00000000fbf80000,0x00000000fc314b60,0x00000000fc780000)
to space 8192K, 0% used
[0x00000000fcc00000,0x00000000fcc00000,0x00000000fd400000)
ParOldGen total 45056K, used 28795K [0x00000000e0800000,
0x00000000e3400000, 0x00000000f5800000)
object space 45056K, 63% used
[0x00000000e0800000,0x00000000e241efe8,0x00000000e3400000)
PSPermGen total 34304K, used 20265K [0x00000000db600000,
0x00000000dd780000, 0x00000000e0800000)
object space 34304K, 59% used
[0x00000000db600000,0x00000000dc9ca458,0x00000000dd780000)
{code}
{code}
2015-07-13 16:30:54
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode):
"pool-6-thread-1" prio=10 tid=0x000000001623a800 nid=0x7612 waiting on
condition [0x00002b7777649000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000fc0777c0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.fetchTask(UnorderedThreadPoolExecutor.java:456)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.run(UnorderedThreadPoolExecutor.java:408)
at java.lang.Thread.run(Thread.java:745)
"DestroyJavaVM" prio=10 tid=0x000000001594e800 nid=0x75f0 waiting on condition
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0x00000000159ea000 nid=0x75fb runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x00000000159e8000 nid=0x75fa waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x00000000159dc000 nid=0x75f9 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00000000159da000 nid=0x75f8 waiting on
condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x00000000159b4800 nid=0x75f7 in Object.wait()
[0x00002b7772603000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00000000159b2800 nid=0x75f6 in
Object.wait() [0x00002b7772502000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x00000000159ae800 nid=0x75f5 runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0x0000000015964800 nid=0x75f1
runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0x0000000015966000 nid=0x75f2
runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0x0000000015968000 nid=0x75f3
runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0x000000001596a000 nid=0x75f4
runnable
"VM Periodic Task Thread" prio=10 tid=0x00000000159f5000 nid=0x75fc waiting on
condition
JNI global references: 165
Heap
PSYoungGen total 114176K, used 13606K [0x00000000f5800000,
0x00000000fd400000, 0x0000000100000000)
eden space 105984K, 9% used
[0x00000000f5800000,0x00000000f61b4f88,0x00000000fbf80000)
from space 8192K, 44% used
[0x00000000fbf80000,0x00000000fc314b60,0x00000000fc780000)
to space 8192K, 0% used
[0x00000000fcc00000,0x00000000fcc00000,0x00000000fd400000)
ParOldGen total 45056K, used 28795K [0x00000000e0800000,
0x00000000e3400000, 0x00000000f5800000)
object space 45056K, 63% used
[0x00000000e0800000,0x00000000e241efe8,0x00000000e3400000)
PSPermGen total 34304K, used 20265K [0x00000000db600000,
0x00000000dd780000, 0x00000000e0800000)
object space 34304K, 59% used
[0x00000000db600000,0x00000000dc9ca458,0x00000000dd780000)
{code}
{code}
2015-07-13 16:31:00
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode):
"pool-6-thread-1" prio=10 tid=0x000000001623a800 nid=0x7612 waiting on
condition [0x00002b7777649000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000fc0777c0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.fetchTask(UnorderedThreadPoolExecutor.java:456)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.run(UnorderedThreadPoolExecutor.java:408)
at java.lang.Thread.run(Thread.java:745)
"DestroyJavaVM" prio=10 tid=0x000000001594e800 nid=0x75f0 waiting on condition
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0x00000000159ea000 nid=0x75fb runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x00000000159e8000 nid=0x75fa waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x00000000159dc000 nid=0x75f9 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00000000159da000 nid=0x75f8 waiting on
condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x00000000159b4800 nid=0x75f7 in Object.wait()
[0x00002b7772603000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00000000159b2800 nid=0x75f6 in
Object.wait() [0x00002b7772502000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x00000000159ae800 nid=0x75f5 runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0x0000000015964800 nid=0x75f1
runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0x0000000015966000 nid=0x75f2
runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0x0000000015968000 nid=0x75f3
runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0x000000001596a000 nid=0x75f4
runnable
"VM Periodic Task Thread" prio=10 tid=0x00000000159f5000 nid=0x75fc waiting on
condition
JNI global references: 165
Heap
PSYoungGen total 114176K, used 13606K [0x00000000f5800000,
0x00000000fd400000, 0x0000000100000000)
eden space 105984K, 9% used
[0x00000000f5800000,0x00000000f61b4f88,0x00000000fbf80000)
from space 8192K, 44% used
[0x00000000fbf80000,0x00000000fc314b60,0x00000000fc780000)
to space 8192K, 0% used
[0x00000000fcc00000,0x00000000fcc00000,0x00000000fd400000)
ParOldGen total 45056K, used 28795K [0x00000000e0800000,
0x00000000e3400000, 0x00000000f5800000)
object space 45056K, 63% used
[0x00000000e0800000,0x00000000e241efe8,0x00000000e3400000)
PSPermGen total 34304K, used 20265K [0x00000000db600000,
0x00000000dd780000, 0x00000000e0800000)
object space 34304K, 59% used
[0x00000000db600000,0x00000000dc9ca458,0x00000000dd780000)
{code}
{code}
2015-07-13 16:31:04
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode):
"pool-6-thread-1" prio=10 tid=0x000000001623a800 nid=0x7612 waiting on
condition [0x00002b7777649000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000fc0777c0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.fetchTask(UnorderedThreadPoolExecutor.java:456)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.run(UnorderedThreadPoolExecutor.java:408)
at java.lang.Thread.run(Thread.java:745)
"DestroyJavaVM" prio=10 tid=0x000000001594e800 nid=0x75f0 waiting on condition
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0x00000000159ea000 nid=0x75fb runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x00000000159e8000 nid=0x75fa waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x00000000159dc000 nid=0x75f9 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00000000159da000 nid=0x75f8 waiting on
condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x00000000159b4800 nid=0x75f7 in Object.wait()
[0x00002b7772603000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00000000159b2800 nid=0x75f6 in
Object.wait() [0x00002b7772502000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x00000000159ae800 nid=0x75f5 runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0x0000000015964800 nid=0x75f1
runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0x0000000015966000 nid=0x75f2
runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0x0000000015968000 nid=0x75f3
runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0x000000001596a000 nid=0x75f4
runnable
"VM Periodic Task Thread" prio=10 tid=0x00000000159f5000 nid=0x75fc waiting on
condition
JNI global references: 165
Heap
PSYoungGen total 114176K, used 13606K [0x00000000f5800000,
0x00000000fd400000, 0x0000000100000000)
eden space 105984K, 9% used
[0x00000000f5800000,0x00000000f61b4f88,0x00000000fbf80000)
from space 8192K, 44% used
[0x00000000fbf80000,0x00000000fc314b60,0x00000000fc780000)
to space 8192K, 0% used
[0x00000000fcc00000,0x00000000fcc00000,0x00000000fd400000)
ParOldGen total 45056K, used 28795K [0x00000000e0800000,
0x00000000e3400000, 0x00000000f5800000)
object space 45056K, 63% used
[0x00000000e0800000,0x00000000e241efe8,0x00000000e3400000)
PSPermGen total 34304K, used 20265K [0x00000000db600000,
0x00000000dd780000, 0x00000000e0800000)
object space 34304K, 59% used
[0x00000000db600000,0x00000000dc9ca458,0x00000000dd780000)
{code}
{code}
2015-07-13 16:31:07
Full thread dump Java HotSpot(TM) 64-Bit Server VM (24.65-b04 mixed mode):
"pool-6-thread-1" prio=10 tid=0x000000001623a800 nid=0x7612 waiting on
condition [0x00002b7777649000]
java.lang.Thread.State: TIMED_WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for <0x00000000fc0777c0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
at
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.fetchTask(UnorderedThreadPoolExecutor.java:456)
at
org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.run(UnorderedThreadPoolExecutor.java:408)
at java.lang.Thread.run(Thread.java:745)
"DestroyJavaVM" prio=10 tid=0x000000001594e800 nid=0x75f0 waiting on condition
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Service Thread" daemon prio=10 tid=0x00000000159ea000 nid=0x75fb runnable
[0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread1" daemon prio=10 tid=0x00000000159e8000 nid=0x75fa waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"C2 CompilerThread0" daemon prio=10 tid=0x00000000159dc000 nid=0x75f9 waiting
on condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Signal Dispatcher" daemon prio=10 tid=0x00000000159da000 nid=0x75f8 waiting on
condition [0x0000000000000000]
java.lang.Thread.State: RUNNABLE
"Finalizer" daemon prio=10 tid=0x00000000159b4800 nid=0x75f7 in Object.wait()
[0x00002b7772603000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- locked <0x00000000e091ea48> (a java.lang.ref.ReferenceQueue$Lock)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
"Reference Handler" daemon prio=10 tid=0x00000000159b2800 nid=0x75f6 in
Object.wait() [0x00002b7772502000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
at java.lang.Object.wait(Object.java:503)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- locked <0x00000000e0b48c08> (a java.lang.ref.Reference$Lock)
"VM Thread" prio=10 tid=0x00000000159ae800 nid=0x75f5 runnable
"GC task thread#0 (ParallelGC)" prio=10 tid=0x0000000015964800 nid=0x75f1
runnable
"GC task thread#1 (ParallelGC)" prio=10 tid=0x0000000015966000 nid=0x75f2
runnable
"GC task thread#2 (ParallelGC)" prio=10 tid=0x0000000015968000 nid=0x75f3
runnable
"GC task thread#3 (ParallelGC)" prio=10 tid=0x000000001596a000 nid=0x75f4
runnable
"VM Periodic Task Thread" prio=10 tid=0x00000000159f5000 nid=0x75fc waiting on
condition
JNI global references: 165
Heap
PSYoungGen total 114176K, used 13606K [0x00000000f5800000,
0x00000000fd400000, 0x0000000100000000)
eden space 105984K, 9% used
[0x00000000f5800000,0x00000000f61b4f88,0x00000000fbf80000)
from space 8192K, 44% used
[0x00000000fbf80000,0x00000000fc314b60,0x00000000fc780000)
to space 8192K, 0% used
[0x00000000fcc00000,0x00000000fcc00000,0x00000000fd400000)
ParOldGen total 45056K, used 28795K [0x00000000e0800000,
0x00000000e3400000, 0x00000000f5800000)
object space 45056K, 63% used
[0x00000000e0800000,0x00000000e241efe8,0x00000000e3400000)
PSPermGen total 34304K, used 20265K [0x00000000db600000,
0x00000000dd780000, 0x00000000e0800000)
object space 34304K, 59% used
[0x00000000db600000,0x00000000dc9ca458,0x00000000dd780000)
{code}
This looks like it may actually be an error in the MINA project:
{{org.apache.mina.filter.executor.UnorderedThreadPoolExecutor$Worker.fetchTask(UnorderedThreadPoolExecutor.java:456)}}.
What do you guys think? Should we cross post this there?
> ApacheDS taking up to 30 seconds stop stop politely
> ---------------------------------------------------
>
> Key: DIRSERVER-2081
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2081
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 2.0.0-M20
> Reporter: lucas theisen
> Assignee: Kiran Ayyagari
> Fix For: 2.0.0-M21
>
> Attachments: forgotpassword_schema.ldif, portalperson_schema.ldif
>
>
> To reproduce:
> # {{svn update}} to the _-M21-SNAPSHOT_
> # Unpack an archive apacheds
> # Tune your {{$ADS_HOME/insances/default/conf/log4j.properties}} as follows:
> ## {code}
> log4j.logger.org.apache.directory.server.core.DefaultDirectoryService=ALL
> log4j.logger.org.apache.directory.server.config=INFO
> log4j.logger.org.apache.directory.server.UberjarMain=ALL
> {code}
> # From $ADS_HOME
> ## {code}
> cd instances/default/;
> rm -rf .dirservice.lock partitions/* cache/* log/* run/* run/.s*
> syncrepl-data/*;
> cd ../..;
> bin/apacheds.sh start
> {code}
> ## In a separate window
> ### {{tail -f $ADS_HOME/instances/default/log/apacheds.out}}
> ## Import the attached {{.ldif}} files (i dont think the specifics of the
> ldif files matters)
> ## {{apacheds.sh stop}}
> This is not 100% of the time, but if done fairly close together, you should
> see the log look something like this:
> {code}
> [16:22:23] INFO [org.apache.directory.server.UberjarMain] - Stopping the
> service.
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> +++ DirectoryService Shutdown required
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> --- Syncing the nexus
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> --- Flushing everything before quitting
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> --- Syncing the changeLog
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> --- Destroying the nexus
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> --- Deleting the cache service
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> ---Deleting the DnCache
> [16:22:23] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> +++ DirectoryService stopped
> [16:22:23] INFO [org.apache.directory.server.UberjarMain] - Service stopped
> successfully.
> [16:22:43] DEBUG [org.apache.directory.server.core.DefaultDirectoryService] -
> +++ DirectoryService Shutdown required
> {code}
> And you can see that the last log message was 10's of seconds after the
> initial shutdown request.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)