Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when field data circuit breaker hit #2572

Closed
jimmyjones2 opened this issue Jan 8, 2015 · 1 comment · Fixed by #2817
Closed

Error when field data circuit breaker hit #2572

jimmyjones2 opened this issue Jan 8, 2015 · 1 comment · Fixed by #2817
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent
Milestone

Comments

@jimmyjones2
Copy link
Contributor

Got a dashboard with a pie and a data histogram. Because I've not been using doc_values and I've been aggregating everything in sight, I've hit the field data circuit breaker. However I do still get the pie, but where the histogram should be is completely blank and I get an error in the javascript console:

TypeError: Cannot read property 'values' of undefined
  at http://localhost:5601/index.js?_b=5028:37405:22

Looking into the response from ES, it send the two queries, but one came back as failed due to the circuit breaker. Maybe give the user a visible error?

@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience blocker labels Jan 8, 2015
@rashidkpc rashidkpc added this to the 4.0.0-RC1 milestone Jan 8, 2015
@jimmyjones2
Copy link
Contributor Author

Same error when I've fixed my circuit breaker issue, looks as if its #2428 again which needs to be reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants