High CPU usage on sun.nio.ch.EPollArrayWrapper.epollWait when Node Failover

2020-01-28 Thread googy
Hi, I have problem in some Ignite (version 1.9) thread. Issue detail process 1. Ignite Running on Multi Server Machine - Linux and JDK 1.7.0_95 environment, Over 2 Ignite process run on the Machine 2. One Machine Shutdown 3. Ignite Failover and Rebalanced 4. Ignite seemingly normal behavior

Is there a way to use IgniteQueue with AffinityKey?

2019-06-25 Thread googy
Hi, I want to use IgniteQueue like a IgniteCache. (IgniteQueue input data distribute by AffinityKey or NodeID and so on..) Research and test results are as follows. (Ignite ver2.7.0) 1. IgniteQueue do not have AffinityKey input interface - PARTITIONED mode is random distribution 2.