Re: Apache Ignite Kubernetes Stateful deployment with parallel pod management

2020-05-11 Thread Zaheer
, Parallel pod management is working fine. Regards, Syed Zaheer Basha -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Apache Ignite Kubernetes Stateful deployment with parallel pod management

2020-05-05 Thread syed zaheer Basha
ch pod has server :1 ) Can anyone help me understand why Ignite pods that start simultaneously are unable to discover each other ? Thanks, Zaheer.

Re: Not able to start second server node due to authentication failure

2019-11-06 Thread Zaheer
Hi Sankar, What Andei said is correct. We need to return a security subject. I faced this problem and solved it like this : *1. Create your own SecurityPermissionSet class that implements org.apache.ignite.plugin.security.SecurityPermissionSet .* /public class TestSecurityPermissionSet

Re: Ignite backup/restore Cache-wise

2019-07-30 Thread syed zaheer Basha
> > https://cwiki.apache.org/confluence/display/IGNITE/Ignite+Persistent+Store+-+under+the+hood > > GridGain supports snapshot backup/restore of all caches on a live cluster. > > Regards, > Stephen > > On 29 Jul 2019, at 12:48, syed zaheer Basha > wrote: > >

Ignite backup/restore Cache-wise

2019-07-29 Thread syed zaheer Basha
Hi, I have gone through the following link : http://apache-ignite-users.70518.x6.nabble.com/Snapshot-backup-of-Ignite-native-persistance-data-tp20103.html And came up with an idea of cache-wise backup/restore. I am describing the steps followed : 1. Let us say an Ignite cluster exists with

Re: Regarding IGNITE_HOME/work/db folder - Snapshot and recovery

2019-06-03 Thread Zaheer
Thank you Andrei -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Fwd: Regarding IGNITE_HOME/work/db folder - Snapshot and recovery

2019-06-03 Thread Zaheer
Thank you Ilya -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Regarding IGNITE_HOME/work/db folder - Snapshot and recovery

2019-06-02 Thread Zaheer
Hi, In this post it has been mentioned that to manually take a snapshot of Ignite without using commercial solutions, we need to deactivate the cluster , copy work/db folder to our backup location and activate cluster. And to restore we deactivate, copy the backed up data and activate.

Re: failed to get the security context object

2019-05-23 Thread Zaheer
Hi, I am also trying to develop a security plugin for Ignite. Security context in case of visor call is null and even the SecurityContextHolder wont work. Because, 1. *SecurityContextHolder* has a ThreadLocal variable holding the *SecurityContext*. So if your calls of authenticate and authorize

Java Thin Client support to deploy services on a cluster

2018-12-20 Thread Zaheer
to services. If it was a thick client we could have used ignite.services.deploy() right ? So I need to know if thin client supports such deployment of services. Thanks in advance. Regards Zaheer. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Copying My Service classes to the lib folder of already started nodes (not via visor)

2018-12-19 Thread Zaheer
Thank you very much for the replies. Regards Zaheer -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Copying My Service classes to the lib folder of already started nodes (not via visor)

2018-12-19 Thread Zaheer
Thank you very much for the replies Denis and Ilya Regards Zaheer -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Copying My Service classes to the lib folder of already started nodes (not via visor)

2018-12-17 Thread Zaheer
class loading. So If I have a node started already(A) and I start one more service node(B), My service implementation class will not be copied to A. I want to do this copying in runtime. Regards Zaheer -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Expose service deployed on service node in ignite via REST

2018-12-13 Thread Zaheer
Update : I was able to solve that error by using localhost:8080/ignite?cmd=exe=com.***.***.MyComputeTask. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Expose service deployed on service node in ignite via REST

2018-12-13 Thread Zaheer
Now this class I will keep as a jar inside my libs folder. * localhost:8080/ignite?cmd=exe=MyComputeTask* Should this REST call successfully work? I am getting an error. That failed to auto-deploy. So what should I do so that REST api can recognise my task. Regards Zaheer. -- Sent fro

Re: Expose service deployed on service node in ignite via REST

2018-12-13 Thread Zaheer
Thank you very much :D . -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Expose service deployed on service node in ignite via REST

2018-12-13 Thread Zaheer
REST. Zaheer -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Expose service deployed on service node in ignite via REST

2018-12-12 Thread Zaheer
? I had a look at the REST api of Ignite and I only found methods to access the cache and modify it. But I do not want to use those methods to modify my cache. Instead I want to use my service's methods to modify my cache. kindly reply. Thanks in advance. Regards, Zaheer. -- Sent from: http