| Summary: | Improve the Redmine cartridge for speed | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Jakub Hadvig <jhadvig> | ||||
| Component: | Templates | Assignee: | Jakub Hadvig <jhadvig> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.x | CC: | dmcphers, wsun | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-01-30 00:47:05 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Jakub Hadvig
2013-12-16 16:20:15 UTC
After further investigation I found out that the problem was not in the performance of the quickstart it self but in the way how it was used. The point of the failure was that the user was using redmine quickstart on one small gear (not scalable), which didnt have enought resources to serve ruby cartrigde (RoR itself takes a lot of those resources) and MySQL cartridge. If the created app was scalable users wouldn't have this issue. The problem is that now the redmine quickstatrt doesnt support scaling. Will create an Trello cart on this, cause I think it is the right way how to improve the Redmine cartridge for speed. Created attachment 838478 [details]
Screenshot
Screenshot, sent by one customer, showing how slow the quickstart is.
Fixed by PR : https://github.com/openshift/redmine-2.0-openshift-quickstart/pull/6 After advising them to use it as a scaled application, I found out that there is a problem that ruby cartridge can not connect to mysql cartridge which is on different gear. Problem fixed by adding the port number when connecting to the mysql or testing its presence. Verified in INT(devenv_4223).Redmine quickstart works well. |