Or I may not.

https://code.google.com/a/apache-extras.org/p/luceneutil/wiki/AddToBuildTree?ts=1396830970&updated=AddToBuildTree

I'm trying to learn something about direct posting format using luceneutil.

The above-linked page is what I'm trying on a 160G multicore machine.

Using trunk, the SearchPerfTest process seems to be stuck.

top shows a memory size of 60g -- not even the full 80 I gave it.

No CPU is being consumed.

No significant I/O from iostat.

strace shows no activity.

jstack is completely boring except for the one thread shown below.

Anyone got any ideas?


"pool-1-thread-1" prio=10 tid=0x00007f2cb81c1800 nid=0x12788 waiting
on condition [0x00007f175f6cc000]
   java.lang.Thread.State: WAITING (parking)
at sun.misc.Unsafe.park(Native Method)
- parking to wait for  <0x00007f18ee497038> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to