Configuring Ignite Services to deploy on Server nodes only

2017-03-15 Thread GB
Hi, Below link details how to deploy programatically Ignite Services to deploy only on Server nodes in the cluster. Our Ignite cluster is in standalone mode. Can someone point me to documentation or way of achieving similar thing via xml

Re: Node hangs while accessing cache from Compute Task

2017-02-22 Thread GB
Thanks Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Node-hangs-while-accessing-cache-from-Compute-Task-tp10637p10790.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Jetty configuration for adding new Handler

2017-01-23 Thread GB
Hi Andry/Saurabh, I also have same issue as in original post. I tried exact steps as mentioned by Andry but still facing same issue. Header "Access-Control-Allow-Origin" is still not set in the response. Does anything else needed in Jetty Configuration other than what Andry mentioned? Thanks a

Error with ignite-rest-http

2017-01-03 Thread GB
Hi, I am trying to enable ignite REST api support. For that, I have copied "ignite-rest-http" from optional into lib. While starting the ignite server I am getting "No Such Method error". I went through other threads and forums but couldn't get the solution for it. Can someone help? Let me know

Re: AtomicSequence not performing well with 2 nodes cluster set up

2016-12-08 Thread GB
Hi, What if we create an ignite cache having "SeqId" and increment its value using EntryProcessor whenever we want to generate next sequence, not sure if that can be faster? Something like : int nxtInSeq = configCache.invoke(KEY_PMT_ID_COUNTER, new CounterEntryProcessor()); -- View this