Hi Andrey I have figured out the problem, actually my cluster node was kept in debug mode for long. As a result that node got detached from the cluster giving an IllegaStateException.
Now the actual issue I am facing is whenever I am trying to access cache deployed from other server nodes , it is giving me empty cache instead of giving me cache populated data. I have already posted regarding the same in another thread. Thanks a lot for your time !! On Mon, Dec 11, 2017 at 7:49 PM, Andrey Mashenkov < [email protected]> wrote: > Hi Harshil, > > What do you mean cache is deployed in another node? > Would you please attach log with full stacktrace and an example code if > possible? > > On Mon, Dec 11, 2017 at 11:46 AM, Harshil garg <[email protected]> > wrote: > >> I am trying to access a cache from server Node A where cache is not >> deployed. >> My Ignite cache is deployed in another server Node B. >> >> While doing so ,* I am getting an illegalStateException when I am trying >> to access a cache deployed in server node B from server Node A.* >> >> Is it an ignite bug ?? >> >> I expected that cache deployed on one server node can be accessed from >> any other server node. I have also passed the reference of cache in server >> node A but still I am getting an *illegal state Exception* when I am >> trying to do any cache operation. >> > > > > -- > Best regards, > Andrey V. Mashenkov >
