Changes for static variables for the Cluster Edition

In the Cluster Edition, Adaptive Server handles class variables from user classes and classes loaded by the system ClassLoader as described in “Changes for static variables for Adaptive Server 15.0.3 and later”: however, each node has a separate, unrelated PCA/JVM instance running. If you set a class variable on one node, that value is not automatically changed on all other nodes in the cluster. Because an Adaptive Server task can run across multiple nodes, if user classes rely on class variables, you must explicitly set that same class variable on all nodes.