Commit b834f29
authored
The readiness service indicates when ES is ready to receive
external http requests. Yet the service does not actually check http has
been started. This commit moves the starting the readiness service to
after http has been started. Note that adding a direct dependency
between ReadinessService and HttpServerTransport would be complicated,
so the "dependency" is achieved by starting readiness almost at the end
of node startup.
1 parent 382e36e commit b834f29
File tree
2 files changed
+8
-3
lines changed- docs/changelog
- server/src/main/java/org/elasticsearch/node
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 280 | | |
284 | 281 | | |
285 | 282 | | |
| |||
408 | 405 | | |
409 | 406 | | |
410 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments