OpenSearch/modules/lang-groovy
Jason Tedor 784c9e5fb9 Introduce node handshake
This commit introduces a handshake when initiating a light
connection. During this handshake, node information, cluster name, and
version are received from the target node of the connection. This
information can be used to immediately validate that the target node is
a member of the same cluster, and used to set the version on the
stream. This will allow us to extend APIs that are used during initial
cluster recovery without a major version change.

Relates #15971
2016-05-04 20:06:47 -04:00
..
licenses Upgrade groovy dependency in lang-groovy module to version 2.4.6 2016-02-27 17:41:15 +01:00
src Introduce node handshake 2016-05-04 20:06:47 -04:00
build.gradle Changed indexed scripts to be stored in the cluster state instead of the `.scripts` index. 2016-04-22 13:42:55 +02:00