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.
No related branches found
No related tags found
Showing
- NEWS 11 additions, 0 deletionsNEWS
- RELEASE_NOTES 24 additions, 18 deletionsRELEASE_NOTES
- configure 2 additions, 1 deletionconfigure
- configure.ac 1 addition, 0 deletionsconfigure.ac
- slurm/slurm.h.in 4 additions, 4 deletionsslurm/slurm.h.in
- src/common/assoc_mgr.c 14 additions, 4 deletionssrc/common/assoc_mgr.c
- src/common/parse_time.c 0 additions, 1 deletionsrc/common/parse_time.c
- src/common/slurm_accounting_storage.c 21 additions, 29 deletionssrc/common/slurm_accounting_storage.c
- src/common/slurm_accounting_storage.h 7 additions, 10 deletionssrc/common/slurm_accounting_storage.h
- src/common/slurm_protocol_defs.c 36 additions, 0 deletionssrc/common/slurm_protocol_defs.c
- src/common/slurm_protocol_defs.h 2 additions, 0 deletionssrc/common/slurm_protocol_defs.h
- src/common/slurm_protocol_util.c 1 addition, 1 deletionsrc/common/slurm_protocol_util.c
- src/common/slurmdbd_defs.c 91 additions, 178 deletionssrc/common/slurmdbd_defs.c
- src/common/slurmdbd_defs.h 23 additions, 47 deletionssrc/common/slurmdbd_defs.h
- src/common/xstring.c 16 additions, 1 deletionsrc/common/xstring.c
- src/common/xstring.h 6 additions, 0 deletionssrc/common/xstring.h
- src/database/mysql_common.c 53 additions, 15 deletionssrc/database/mysql_common.c
- src/database/mysql_common.h 1 addition, 0 deletionssrc/database/mysql_common.h
- src/database/pgsql_common.h 1 addition, 0 deletionssrc/database/pgsql_common.h
- src/plugins/accounting_storage/common/Makefile.am 12 additions, 0 deletionssrc/plugins/accounting_storage/common/Makefile.am
Loading
Please register or sign in to comment