This topic explains how to upgrade clients when you upgrade your VMware Tanzu GemFire server software.

When you upgrade your Tanzu GemFire server software, you may need to update your client applications to maintain compatibility with the upgraded servers. To support real-world implementations, servers can usually interoperate with a few different versions of the client software. In general, you will have best performance and reliability if:

  • All clients run the same version of the client software.
  • Clients and servers both run the latest versions of their respective software.

Tanzu GemFire server and native client software releases follow similar numbering schemes, but they are not released in lockstep. See the Native Client for VMware Tanzu GemFireVMware GemFire for more detailed information regarding version compatibility.

Changes you may need to make when you update, recompile, and link your client code include:

  • Removing or replacing obsolete identifiers
  • Renaming packages
  • Reinstating secure client/server messaging

Remove or Replace Obsolete Identifiers

Review the Release Notes for a list of classes, methods, and other identifiers that are no longer present in the current release. Update client code so it no longer uses any of these removed identifiers.

Protocol Alignment

Due to a protocol alignment/client-server handshake fix in GemFire v9.15 (GEODE-9982, GEM-3509), GemFire Native Client applications must be upgraded to at least version 10.2.7 before upgrading to GemFire 9.15.

check-circle-line exclamation-circle-line close-line
Scroll to top icon