Skip to content
Snippets Groups Projects
Commit 9751752f authored by Danny Auble's avatar Danny Auble
Browse files

svn --force merge -r19494:19613 https://eris.llnl.gov/svn/slurm/branches/mysql-split2

 -- Massive change to the schema in the storage_accounting/mysql plugin.  When
    starting the slurmdbd the process of conversion may take a few minutes.
    You might also see some errors such as 'error: mysql_query failed: 1206
    The total number of locks exceeds the lock table size'.  If you get this,
    do not worry, it is because your setting of innodb_buffer_pool_size in
    your my.cnf file is not set or set too low.  A decent value there should
    be 64M or higher depending on the system you are running on.  See
    RELEASE_NOTES for more information.  But setting this and then
    restarting the mysqld and slurmdbd will put things right.  After this
    change we have noticed 50-75% increase in performance with sreport and
    sacct.
parents b8fd20a4 ee916b70
No related branches found
No related tags found
No related merge requests found
Showing
with 326 additions and 309 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment