Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to [email protected] and follow simple instructions in the reply.
abhijitprusty wrote > facing same sort of error > > 05:52:20,352 SEVERE > [org.apache.ignite.internal.processors.datastreamer.DataStreamProcessor] > (grid-data-loader-flusher-#24%null%) Runtime error caught during grid > runnable execution: GridWorker [name=grid-data-loader-flusher, > gridName=null, finished=false, isCancelled=false, hashCode=1365461854, > interrupted=true, runner=grid-data-loader-flusher-#24%null%]: > java.lang.IllegalMonitorStateException > at > java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:151) > [rt.jar:1.8.0_77] > at > java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1261) > [rt.jar:1.8.0_77] > at > java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:457) > [rt.jar:1.8.0_77] > at java.util.concurrent.DelayQueue.take(DelayQueue.java:234) > [rt.jar:1.8.0_77] > at > org.apache.ignite.internal.processors.datastreamer.DataStreamProcessor$2.body(DataStreamProcessor.java:99) > at > org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:110) > at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_77] This is a completely different issue, and a weird one. Do you have a reproduce that you can share with us? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Runtime-error-caught-during-grid-runnable-execution-tp7588p11024.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
