elasticsearch/x-pack/plugin
Benjamin Trent 52de9d169b
[ML] fixing potential network thread lockup on Pytorch model load (#75784)
After the model is loaded via the search request, that searching thread MAY be a network thread.

Consequently, we should not lock it up while creating the named pipes. This commit addresses
by forcing named pipe creation to be done within the ML_UTILITY executor threadpool.
2021-07-28 13:42:14 -04:00
..
analytics Fix wrong error upper bound when performing incremental reductions (#43874) 2021-07-22 08:18:24 -10:00
async Integrate circuit breaker in AsyncTaskIndexService (#73862) 2021-06-09 11:25:59 -04:00
async-search Fix wrong error upper bound when performing incremental reductions (#43874) 2021-07-22 08:18:24 -10:00
autoscaling Move some constants from SearchableSnapshotsConstants to server (#75308) 2021-07-15 09:43:01 +02:00
ccr Move some constants from SearchableSnapshotsConstants to server (#75308) 2021-07-15 09:43:01 +02:00
core [Transform][Rollup] remove unnecessary list indirection (#75459) 2021-07-28 16:34:17 +02:00
data-streams Set netty available processors system property for tests globally (#75699) 2021-07-27 11:21:42 -07:00
deprecation Deprecate SimpleFS and replace it with NIOFS (#75156) (#75196) 2021-07-09 18:22:41 -04:00
enrich Cleanup QA projects build scripts (#74428) 2021-06-23 11:35:47 +02:00
eql Avoid running all EQL BWC tasks when running check (#75743) 2021-07-28 09:07:08 -07:00
fleet Protect newly introduced system indices fully (#74186) 2021-06-24 14:13:57 -04:00
frozen-indices Move some constants from SearchableSnapshotsConstants to server (#75308) 2021-07-15 09:43:01 +02:00
graph [Rest Api Compatibility] Typed and xpack graph explore api (#74185) 2021-06-23 16:29:03 +02:00
identity-provider Refactor SSL setup in X-Pack (#75410) 2021-07-28 05:11:17 -04:00
ilm ILM ClusterStateWaitThresholdBreachTests cycles due to `shrunk-shards-allocated` (#75695) 2021-07-27 10:29:00 +01:00
logstash Order imports when reformatting (#74059) 2021-06-16 09:22:22 +01:00
mapper-aggregate-metric Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
mapper-constant-keyword Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
mapper-unsigned-long unsigned longs should be compatible with index sorting (#75599) 2021-07-26 16:45:47 +02:00
mapper-version Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
ml [ML] fixing potential network thread lockup on Pytorch model load (#75784) 2021-07-28 13:42:14 -04:00
monitoring Refactor SSL setup in X-Pack (#75410) 2021-07-28 05:11:17 -04:00
ql SQL: More information when printing Alias and LocalRelation nodes (#74847) 2021-07-07 13:44:15 +02:00
repositories-metering-api Remove MavenFilteringHack (#73637) 2021-07-20 17:05:16 -04:00
repository-encrypted Save Memory on Large Repository Metadata Blob Writes (#74313) 2021-06-29 11:29:55 +02:00
rollup [Transform][Rollup] remove unnecessary list indirection (#75459) 2021-07-28 16:34:17 +02:00
search-business-rules Adjust version checks after pinned query backport 2021-07-27 18:55:51 +03:00
searchable-snapshots Use reader wrapper in ReadOnlyEngine (#75724) 2021-07-27 13:30:45 +02:00
security [Rest Api Compatibility] Deprecate the use of synced flush (#75372) 2021-07-28 14:17:49 +02:00
shutdown Make PUT shutdown API idempotent (#75161) 2021-07-12 11:09:11 -06:00
snapshot-repo-test-kit Remove MavenFilteringHack (#73637) 2021-07-20 17:05:16 -04:00
spatial Add 'mvt' field type format to geo fields (#75367) 2021-07-28 09:24:54 +02:00
sql Include reason in cancellation exceptions (#75332) 2021-07-27 11:08:09 +01:00
src Adjust version checks after pinned query backport 2021-07-27 18:55:51 +03:00
stack Order imports when reformatting (#74059) 2021-06-16 09:22:22 +01:00
text-structure Order imports when reformatting (#74059) 2021-06-16 09:22:22 +01:00
transform [Transform][Rollup] remove unnecessary list indirection (#75459) 2021-07-28 16:34:17 +02:00
vector-tile Add 'mvt' field type format to geo fields (#75367) 2021-07-28 09:24:54 +02:00
vectors Remove xpack actions for vector field (#75017) 2021-07-13 09:52:50 -04:00
voting-only-node Flatten Get Snapshots Response (#74451) 2021-06-24 16:58:33 +02:00
watcher Refactor SSL setup in X-Pack (#75410) 2021-07-28 05:11:17 -04:00
wildcard Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
build.gradle Set netty available processors system property for tests globally (#75699) 2021-07-27 11:21:42 -07:00