How can you update those k,v classes? Do you have to take the cluster down or can you do a rolling upgrade somehow?
On Mon, Jun 8, 2020 at 7:37 AM Ilya Kasnacheev <[email protected]> wrote: > Hello! > > If these classes are used as key or value types, then yes. Key/value types > are not peer loaded. Otherwise, you just need to enable peer class loading. > > Regards, > -- > Ilya Kasnacheev > > > пн, 8 июн. 2020 г. в 05:05, Andrew Munn <[email protected]>: > >> Is there ever any reason for the classes of Objects being put in the Map >> to be in the classpath for Ignite? or does the cluster always handle that >> automatically? >> >> Thanks, >> Andrew >> >
