I've been experiencing a bug where my application hangs. I haven't been
able to work out the problem and the code looks okay. Inspecting the
threads I see several are blocked with the following:
sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information
may be imprecise)
thanks for the reply. They appear as blocked when using jstack, but I don't
know if that is normal or not. Certainly, my application hangs without
throwing an exception. And the code itself makes a (blocking) serch request
to ES (using the java-library). It looks like this:
val search =
client.prepareSearch(indexName).setFilter(idsFilter(takedownTypes:
_*).addIds(id))
val searchResponse = search.execute().actionGet(2000)
I can't see anything obviously wrong with this, but perhaps I'm missing
something? Or it might be a problem elsewhere of course (although I've
tried my best to eliminate that possibility).
I've been experiencing a bug where my application hangs. I haven't been
able to work out the problem and the code looks okay. Inspecting the
threads I see several are blocked with the following:
sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information
may be imprecise)
thanks for the reply. They appear as blocked when using jstack, but I
don't know if that is normal or not. Certainly, my application hangs
without throwing an exception. And the code itself makes a (blocking) serch
request to ES (using the java-library). It looks like this:
val search =
client.prepareSearch(indexName).setFilter(idsFilter(takedownTypes:
_*).addIds(id))
val searchResponse = search.execute().actionGet(2000)
I can't see anything obviously wrong with this, but perhaps I'm missing
something? Or it might be a problem elsewhere of course (although I've
tried my best to eliminate that possibility).
I've been experiencing a bug where my application hangs. I haven't been
able to work out the problem and the code looks okay. Inspecting the
threads I see several are blocked with the following:
sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information
may be imprecise)
I've been experiencing a bug where my application hangs. I haven't been
able to work out the problem and the code looks okay. Inspecting the
threads I see several are blocked with the following:
sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information
may be imprecise)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.