We are moving our JIRA installation (just under 1000 users, about 100K tickets) to Amazon's AWS.
The EC2-instance types being considered (m3.large or m3.xlarge) come with sizeable amounts of "ephemeral storage" – SSD-backed devices, which are fast, but get reset every time the system reboots. We'd like to make good use of these resources and one idea was to place JIRA's indices there.
Reboots are expected to be infrequent (the current server's uptime is something like 500 days) and we can tolerate some delay upon reboot for JIRA to rebuild the indices from scratch. The question is, is the application smart enough to do that automatically, or will an admin have to login and initiate the index-rebuild by hand?
In the former case, will it be useable while indices are being rebuilt – or will it use the "lock everybody out" method? Thank you!
I don't think that would be possible out of the box but you could create a script that triggers the REST API after JIRA has started is a possible way (https://docs.atlassian.com/jira/REST/latest/#d2e4679).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.