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

Timeouts during optimize #4554

Closed
rashidkpc opened this issue Aug 1, 2015 · 2 comments
Closed

Timeouts during optimize #4554

rashidkpc opened this issue Aug 1, 2015 · 2 comments
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent v4.2.0

Comments

@rashidkpc
Copy link
Contributor

During the initial optimize several timeout errors are dumped to the console.

[08:49:39.932] [error] Error: Request Timeout after 1500ms
at null. (/Users/khanr/Projects/kibana/node_modules/elasticsearch/src/lib/transport.js:279:15)
at Timer.listOnTimeout (timers.js:89:15)
log [08:49:45.314] [error] Error: Request Timeout after 1500ms
at null. (/Users/khanr/Projects/kibana/node_modules/elasticsearch/src/lib/transport.js:279:15)
at Timer.listOnTimeout (timers.js:89:15)

@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience blocker v4.2.0 labels Aug 1, 2015
@spalger
Copy link
Contributor

spalger commented Aug 10, 2015

In #4611 optimization occurs in another thread, and if not occurs before plugin initialization preventing this or other code from being negatively effected by it's performance requirements.

@spalger
Copy link
Contributor

spalger commented Aug 12, 2015

Closed by #4611

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 v4.2.0
Projects
None yet
Development

No branches or pull requests

2 participants