OpenSearch/modules
Simon Willnauer 01d67e09b9 Detach handshake from connect to node (#22037)
Today we connect and publish the nodes connection before we execute a
handshake with the node we connect to. In the case of connecting to a node
that won't pass the handshake this connection is already `published` and other
code paths can use it. This commit detaches the connection and the publish of the
connection such that `TransportService` can do a handshake before actually connect
and publish the connection.
2016-12-10 10:03:26 +01:00
..
aggs-matrix-stats Clean up of Script. 2016-11-10 09:59:13 -08:00
ingest-common Remove 2.x backward compatibility of mappings. (#21670) 2016-11-30 13:34:46 +01:00
lang-expression Remove 2.x backward compatibility of mappings. (#21670) 2016-11-30 13:34:46 +01:00
lang-mustache Begin centralizing XContentParser creation into RestRequest (#22041) 2016-12-09 20:23:02 -05:00
lang-painless Test fix for def equals test in Painless. (#21945) 2016-12-02 14:41:13 -08:00
percolator Begin centralizing XContentParser creation into RestRequest (#22041) 2016-12-09 20:23:02 -05:00
reindex Begin centralizing XContentParser creation into RestRequest (#22041) 2016-12-09 20:23:02 -05:00
transport-netty4 Detach handshake from connect to node (#22037) 2016-12-10 10:03:26 +01:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00