Page MenuHomePhabricator

Fix a bad call in ElasticSearch recovery code
ClosedPublic

Authored by epriestley on Feb 17 2014, 6:54 PM.
Tags
None
Referenced Files
F13102745: D8260.diff
Sat, Apr 27, 6:20 AM
Unknown Object (File)
Tue, Apr 23, 9:39 PM
Unknown Object (File)
Tue, Apr 23, 9:39 PM
Unknown Object (File)
Tue, Apr 23, 9:39 PM
Unknown Object (File)
Tue, Apr 23, 9:39 PM
Unknown Object (File)
Tue, Apr 16, 3:16 PM
Unknown Object (File)
Tue, Apr 16, 11:24 AM
Unknown Object (File)
Sun, Apr 7, 6:45 AM
Subscribers

Details

Summary

Ref T4446. Some discussion in IRC. Prior to hitting the 1.0.0 issue, we hit and resolved this issue; this is a leftover call from bringing ApplicationSearch to main search.

Test Plan

User confirmed this fixes the issue.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I have the same issue:
[HTTP/400]
{"error":"SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures {[C7G7eJy3SJSiyL_YyrpkiQ][phabricator][2]: SearchParseException[[phabricator][2]: from[-1],size[-1]: Parse Failure [Failed to parse source [{\"query\":{\"bool\":{\"must\":[{\"field\":{\"field.corpus\":\"vg\"}}]}},\"from\":0,\"size\":101}]]]; nested: QueryParsingException[[phabricator] No query registered for [field]]; }{[C7G7eJy3SJSiyL_YyrpkiQ][phabricator][1]: SearchParseException[[phabricator][1]: fro...

phabricator version:
commit cd080b092e20352e43bc947a4fa2f43b306ca036
Date: Wed Feb 26 11:18:06 2014 -0800

elasticsearch version: 1.0.1

See T4446.

Workaround is to downgrade to 0.9.4 until we have a chance to look at that.

downgrade to 0.90.10 works fine, thanks