Page MenuHomePhabricator

Raise a setup issue for misconfigured Elasticsearch
ClosedPublic

Authored by epriestley on May 20 2015, 1:23 PM.
Tags
None
Referenced Files
F14064443: D12948.diff
Mon, Nov 18, 11:32 PM
F14052406: D12948.diff
Fri, Nov 15, 8:50 AM
F14038065: D12948.diff
Sun, Nov 10, 9:20 PM
F14029739: D12948.id31185.diff
Fri, Nov 8, 9:07 PM
F14029096: D12948.id31207.diff
Fri, Nov 8, 7:24 PM
F14028978: D12948.id31207.diff
Fri, Nov 8, 6:35 PM
F14028949: D12948.id31185.diff
Fri, Nov 8, 6:17 PM
F14023344: D12948.diff
Thu, Nov 7, 1:11 AM
Subscribers

Details

Summary

Fixes T8274. That report is very light on details, but I think the issue is that their Elasticsearch is misconfigured and the new setup warning dies a little too hard if the server is just completely dead.

Test Plan

Set search.elastic.host to an invalid server, got a similar-looking exception (?), applied patch, got a setup warning instead.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Raise a setup issue for misconfigured Elasticsearch.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, joshuaspence.
btrahan edited edge metadata.
btrahan added inline comments.
src/applications/config/check/PhabricatorElasticSearchSetupCheck.php
19–21

these methods existed already? cool!

This revision is now accepted and ready to land.May 20 2015, 8:47 PM
This revision was automatically updated to reflect the committed changes.