OpenSearch/libs
Tim Brooks 86423f9563
Ensure local addresses aren't null (#31440)
Currently we set local addresses on the creation time of a NioChannel.
However, this may return null as the local address may not have been
set yet. An example is the local address has not been set on a client
channel as the connection process is not yet complete.

This PR modifies the getter to set the local field if it is currently null.
2018-06-20 19:50:14 -06:00
..
cli Move cli sub-project out of server to libs (#31184) 2018-06-07 16:35:34 -04:00
core Add byte array pooling to nio http transport (#31349) 2018-06-15 14:01:03 -06:00
grok [INGEST] Interrupt the current thread if evaluation grok expressions take too long (#31024) 2018-06-12 07:49:03 +02:00
nio Ensure local addresses aren't null (#31440) 2018-06-20 19:50:14 -06:00
plugin-classloader Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
secure-sm Build: Fail if any libs depend on non-core libs (#29336) 2018-04-16 11:49:27 -04:00
x-content Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
build.gradle Rename elasticsearch-core to core (#31185) 2018-06-07 16:50:21 -04:00