Commit b5b9096
committed
[ML] Fix timeout attaching to missing deployment (elastic#115517)
Fixes a timeout in the Inference API where if connecting to
an existing deployment and that deployment does not exist
the listener was not called.1 parent c5994c9 commit b5b9096
File tree
2 files changed
+15
-7
lines changed- x-pack/plugin/inference
- qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference
- src/main/java/org/elasticsearch/xpack/inference/services/elasticsearch
2 files changed
+15
-7
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
898 | 897 | | |
899 | 898 | | |
900 | 899 | | |
901 | | - | |
| 900 | + | |
902 | 901 | | |
903 | 902 | | |
904 | 903 | | |
| |||
918 | 917 | | |
919 | 918 | | |
920 | 919 | | |
| 920 | + | |
| 921 | + | |
921 | 922 | | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
925 | 926 | | |
926 | 927 | | |
927 | | - | |
928 | | - | |
| 928 | + | |
| 929 | + | |
929 | 930 | | |
930 | 931 | | |
931 | | - | |
| 932 | + | |
932 | 933 | | |
933 | 934 | | |
934 | | - | |
935 | | - | |
| 935 | + | |
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
| |||
0 commit comments