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

latest snapshot kibana exiting with timeout error #3643

Closed
shribigb opened this issue Apr 21, 2015 · 9 comments
Closed

latest snapshot kibana exiting with timeout error #3643

shribigb opened this issue Apr 21, 2015 · 9 comments
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent v4.0.1 v4.0.3

Comments

@shribigb
Copy link

Hi,

I downloaded latest snapshot on my machine, unzipped changed elasticsearch path.
After running I am getting following.

[root@localhost kibana-4.1.0-snapshot-linux-x86]# bin/kibana &
[1] 18012
[root@localhost kibana-4.1.0-snapshot-linux-x86]# {"name":"Kibana","hostname":"localhost.localdomain","pid":18012,"level":50,"err":{"message":"Request Timeout after 100ms","name":"Error","stack":"Error: Request Timeout after 100ms\n at [object Object]. (/home/sbodas/kibana-4.1.0-snapshot-linux-x86/src/node_modules/elasticsearch/src/lib/transport.js:282:15)\n at Timer.listOnTimeout as ontimeout\n"},"msg":"","time":"2015-04-21T13:28:49.951Z","v":0}
{"name":"Kibana","hostname":"localhost.localdomain","pid":18012,"level":60,"err":{"message":"Request Timeout after 100ms","name":"Error","stack":"Error: Request Timeout after 100ms\n at [object Object]. (/home/sbodas/kibana-4.1.0-snapshot-linux-x86/src/node_modules/elasticsearch/src/lib/transport.js:282:15)\n at Timer.listOnTimeout as ontimeout\n"},"msg":"","time":"2015-04-21T13:28:49.953Z","v":0}

[1]+ Exit 1 bin/kibana

I don't know if it's a bug or I am missing something.

Thanks,

Shri

@rashidkpc
Copy link
Contributor

I'm not able to replicate this. Can you post your config file?

@shribigb
Copy link
Author

I just changed following line..
elasticsearch_url: "http://elasticsearch8.ord"

I am using port 80 for transport in ES.

The rest of the config is untouched.

I tried with Kibana 4.0.2 and changed the same line. It worked fine..

@rashidkpc
Copy link
Contributor

Still not able to replicate. @spalger @simianhacker can you think of a place we introduce new timeout handling in 4.1?

@simianhacker
Copy link
Member

Could it be related to #3520

@rashidkpc
Copy link
Contributor

@shribigb it appears the snapshot builds were not updating. They should be now. Can you try the latest and see if this still occurs?

@shribigb
Copy link
Author

I am still having the same issue.. I tried both by building from repo and downloaded snapshot directly.. same errors

@rashidkpc
Copy link
Contributor

@shribigb can you post your config file here? I can't find anywhere with a 100ms timeout in our code. Are you running through a proxy? I'm not sure what the deal with that [object Object] is in there.

@shribigb
Copy link
Author

capture

@rashidkpc
Copy link
Contributor

Thanks was able to reproduce and pull is pending

@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience blocker v4.0.1 v4.0.3 PR sent and removed feedback_needed labels Apr 28, 2015
simianhacker added a commit that referenced this issue Apr 28, 2015
rashidkpc pushed a commit that referenced this issue May 1, 2015
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.0.1 v4.0.3
Projects
None yet
Development

No branches or pull requests

3 participants