So I'm stuck with a catch 22 here... I can't enable the flag on the server nodes without shutting down all the client nodes and vise versa....
Unless I did something wrong, but the server shuts off when i set the value to true and it doesn't match with the another node... So I would have to shutdown my entire infrastructure to enable it? Like even if I shut down all the thick client connected I would have to even to turn off all the server nodes make sure everything is off and then restart one by one. Does code deployment present the same problem, where I enable a shared folder to periodically load classes? On Mon., Feb. 27, 2023, 11:11 a.m. John Smith, <java.dev....@gmail.com> wrote: > Sorry to be clear the applications are thick clients but client = true > flag is enabled. > > On Mon, Feb 27, 2023 at 11:09 AM John Smith <java.dev....@gmail.com> > wrote: > >> Oh god! Forget that then! lol Really? So If I have 10 applications they >> all need to be recompiled/reconfigured and redeployed? >> >> On Mon, Feb 27, 2023 at 11:07 AM Stephen Darlington < >> stephen.darling...@gridgain.com> wrote: >> >>> It’s a cluster wide setting and needs to be set to the same value on all >>> nodes, both server and thick-client. >>> >>> > On 27 Feb 2023, at 15:58, John Smith <java.dev....@gmail.com> wrote: >>> > >>> > I have 3 node clusters and I'm trying to enable peer class loading on >>> the cluster, but it keeps shutting off after restart because it says the >>> remote node doesn't have it enabled. >>> > >>> > So is peer class loading required to be enabled on the server nodes or >>> can it just be enabled per client that needs it? >>> >>>