Bug 1612382
Summary: | Insufficient sizing on the redo log on the Director | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Darin Sorrentino <dsorrent> |
Component: | instack-undercloud | Assignee: | James Slagle <jslagle> |
Status: | CLOSED ERRATA | QA Contact: | Arik Chernetsky <achernet> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | abeekhof, aschultz, chjones, dhill, dmatthew, ggrimaux, jmelvin, lmiccini, mbayer, mburns, michele, pkomarov, ptoal, shdunne |
Target Milestone: | z7 | Keywords: | Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | instack-undercloud-8.4.7-6.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-07-10 13:03:16 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: | |
Embargoed: |
Description
Darin Sorrentino
2018-08-03 22:20:20 UTC
Sounds like we need to loop in the mistral folks. Storing that quantity of logs in a DB doesn't sound like a great approach. We just hit this issue , I've setted innodb_log_file_size=149946368 : MariaDB [(none)]> show variables like 'innodb_%size%'; +----------------------------------+-----------+ | Variable_name | Value | +----------------------------------+-----------+ | innodb_additional_mem_pool_size | 8388608 | | innodb_buffer_pool_size | 134217728 | | innodb_change_buffer_max_size | 25 | | innodb_ft_cache_size | 8000000 | | innodb_ft_max_token_size | 84 | | innodb_ft_min_token_size | 3 | | innodb_ft_total_cache_size | 640000000 | | innodb_log_block_size | 512 | | innodb_log_buffer_size | 16777216 | | innodb_log_file_size | 149946368 | | innodb_max_bitmap_file_size | 104857600 | | innodb_online_alter_log_max_size | 134217728 | | innodb_page_size | 16384 | | innodb_purge_batch_size | 300 | | innodb_sort_buffer_size | 1048576 | | innodb_sync_array_size | 1 | +----------------------------------+-----------+ 16 rows in set (0.00 sec) and I'm retrying a deployment and I'll update this back after. Looks like we can override this through custom hiera data in undercloud.conf with: tripleo::profile::base::database::mysql::innodb_log_file_size: '256M' *** Bug 1680532 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1738 |