OpenSearch/libs
Tim Brooks 700357d04e
Immediately flush channel after writing to buffer (#31301)
This is related to #27260. Currently when we queue a write with a
channel we set OP_WRITE and wait until the next selection loop to flush
the write. However, if the channel does not have a pending write, it
is probably ready to flush. This PR implements an optimistic flush logic
that will attempt this flush.
2018-06-13 15:32:13 -06:00
..
cli Move cli sub-project out of server to libs (#31184) 2018-06-07 16:35:34 -04:00
core Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
grok [INGEST] Interrupt the current thread if evaluation grok expressions take too long (#31024) 2018-06-12 07:49:03 +02:00
nio Immediately flush channel after writing to buffer (#31301) 2018-06-13 15:32:13 -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