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

Performance issues with large alias/index list or mapping #686

Closed
tobz opened this issue Nov 11, 2013 · 6 comments
Closed

Performance issues with large alias/index list or mapping #686

tobz opened this issue Nov 11, 2013 · 6 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@tobz
Copy link

tobz commented Nov 11, 2013

I'm using the latest Kibana release (v3.0.0pre-milestone5) in conjunction with ElasticSearch 0.19. Any attempts to load the index page results in the browser just locking up for minutes at a time. The page is entirely unusable. I've tried in multiple versions of Chrome, Firefox and Internet Explorer. All the same thing.

I'm convinced this is related to our index count, which is somewhere in the ~2K range, but Kibana 1/2 handled this no problem, so it seems like a pretty big regression that it suddenly can't handle it now, or at least not handle it in a way that doesn't systemically lock up the browser/tab.

Let me know if you need some more information here. I realize it's sort of vague.

@wiibaa
Copy link

wiibaa commented Nov 12, 2013

Maybe related to #531

@rashidkpc
Copy link
Contributor

It is probably related to the large alias list, we're working to improve that aspect, though I should point out that versions below 0.20.5 are not supported, and 0.20.5 support with be dropped soon. In favor of 0.90

@tobz
Copy link
Author

tobz commented Nov 12, 2013

@wiibaa: Yeah, seems to be one in the same.

@rashidkpc: I mean, fair enough, but it doesn't seem that this would change if I upgraded our cluster to 0.90, so it still stands. :)

@sKabYY
Copy link

sKabYY commented Nov 13, 2013

My browser shows that the page locks up while kibana3 is trying to fetch http://my.elasticsearch.host:9200/_all/mapping.

So is there an option to close the fetching of all mapping?

@rashidkpc rashidkpc added the bug label Feb 24, 2014
@rashidkpc
Copy link
Contributor

Moved this issue here: #1540

@garyelephant
Copy link

@sKabYY +1

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

No branches or pull requests

6 participants
@sKabYY @tobz @wiibaa @rashidkpc @garyelephant and others