[FOLIO-1169] mod-permissions causes lockup in Ansible build Created: 29/Mar/18 Updated: 12/Nov/18 Resolved: 24/Apr/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | Wayne Schneider | Assignee: | Kurt Nordstrom |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | ci, core, sprint35, sprint36, sprint37 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 2 days, 3 hours, 30 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | |||||||||||||||||
| Description |
|
The MODS import for mod-inventory generates lots of requests to mod-permissions in a short time, and mod-permissions seems to be thrashing to the point of being non-responsive and timing out requests. To replicate:
|
| Comments |
| Comment by Wayne Schneider [ 29/Mar/18 ] |
|
Sample largish MODS file: https://raw.githubusercontent.com/folio-org/folio-ansible/master/roles/mod-metadata-data/files/many_mods.xml |
| Comment by Wayne Schneider [ 06/Apr/18 ] |
|
This is much improved with mod-permissions-5.2.3-SNAPSHOT.20 – testing-backend and testing builds now succeed. The snapshot build is still a problem. |
| Comment by Wayne Schneider [ 06/Apr/18 ] |
|
Added handler to mod-metadata-data role to wait for MODS update to complete – this works around the issues with mod-permissions and will hopefully allow the snapshot Vagrant build to complete. |