| Summary: | error: Database settings not recommended values: innodb_buffer_pool_size | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Kilian Cavalotti <kilian> |
| Component: | slurmdbd | Assignee: | Broderick Gardner <broderick> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | isaid |
| Version: | 18.08.0 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Stanford | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 18.08.1 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
Kilian Cavalotti
2018-08-31 18:53:26 MDT
Do you mind dropping into the database and running a quick query? What we're relying on is the output from show variables like 'innodb_buffer_pool_size'; which should be in bytes. Unless for some reason it isn't on your system? There should be some minor additional details at debug2, I'm not sure why you aren't seeing that though. As you've presumably noticed, this is just an advisory and you can safely ignore the warning if you've done this configuration already. - Tim (In reply to Tim Wickberg from comment #1) > Do you mind dropping into the database and running a quick query? > > What we're relying on is the output from > > show variables like 'innodb_buffer_pool_size'; > > which should be in bytes. Unless for some reason it isn't on your system? You;re right, it's in bytes: MariaDB [slurm_acct_db]> show variables like 'innodb_buffer_pool_size'; +-------------------------+-------------+ | Variable_name | Value | +-------------------------+-------------+ | innodb_buffer_pool_size | 34359738368 | +-------------------------+-------------+ That still seems larger than the hard-coded (mmpf) recommended value of 1073741824. > There should be some minor additional details at debug2, I'm not sure why > you aren't seeing that though. Don't know either. > As you've presumably noticed, this is just an advisory and you can safely > ignore the warning if you've done this configuration already. I assumed so. May be in that case it could be better to display this as a warning rather than an error? Cheers, -- Kilian > You;re right, it's in bytes:
>
> MariaDB [slurm_acct_db]> show variables like 'innodb_buffer_pool_size';
> +-------------------------+-------------+
> | Variable_name | Value |
> +-------------------------+-------------+
> | innodb_buffer_pool_size | 34359738368 |
> +-------------------------+-------------+
>
> That still seems larger than the hard-coded (mmpf) recommended value of
> 1073741824.
I see the mistake, we'll have this fixed in 18.08.1. You can ignore this for now, it's not worth patching out.
(In reply to Tim Wickberg from comment #3) > > You;re right, it's in bytes: > > > > MariaDB [slurm_acct_db]> show variables like 'innodb_buffer_pool_size'; > > +-------------------------+-------------+ > > | Variable_name | Value | > > +-------------------------+-------------+ > > | innodb_buffer_pool_size | 34359738368 | > > +-------------------------+-------------+ > > > > That still seems larger than the hard-coded (mmpf) recommended value of > > 1073741824. > > I see the mistake, we'll have this fixed in 18.08.1. You can ignore this for > now, it's not worth patching out. Got it, thanks! Cheers, -- Kilian The fix is in 18.08.1, commit ba446ec62333eeec Closing (In reply to Broderick Gardner from comment #12) > The fix is in 18.08.1, commit ba446ec62333eeec Thank you! -- Kilian we are still seeing this in 20.02.x |