Page MenuHomePhabricator

CirrusSearch: make sure to serve searches even if Elasticsearch is running without all shards
Closed, ResolvedPublic

Description

I'm not sure if we do this now or not but it'd be good to make sure of: we should still serve search traffic even if one of the shards is down. In this case something is better than nothing. In our case we don't need to log anything because we'll notice this via icinga alerts already. It'd be nice to log something though. It might also be nice if this were configurable so folks without as much monitoring could turn it off.


Version: unspecified
Severity: normal
Whiteboard: cirrus_reenable

Details

Reference
bz57221

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 22 2014, 2:21 AM
bzimport added a project: CirrusSearch.
bzimport set Reference to bz57221.
bzimport added a subscriber: Unknown Object (MLST).

Checked this in development by hand and with CirrusSearch - Elasticsearch will serve searches even with some shards down.