I'm running Omid via its Phoenix integration.
After building 1.1.0-SNAPSHOT from source and starting Omid I find that it 
consumes 400% CPU (i.e. 4 cores) just being idle.

Indeed with jstack I find four thread like this (which may or may not be 
related):

"persist-0" #64 prio=5 os_prio=0 tid=0x00007f045c3a5800 nid=0x3745 runnable 
[0x00007f043dedf000]
   java.lang.Thread.State: RUNNABLE
        at 
com.lmax.disruptor.BusySpinWaitStrategy.waitFor(BusySpinWaitStrategy.java:36)
        at 
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.WorkProcessor.run(WorkProcessor.java:148)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)

Am I the only one seeing this?

Thanks.

-- Lars

Reply via email to