[MDEV-9387] mariadb server automatic restart at fusion-io Created: 2016-01-10 Updated: 2016-05-25 Resolved: 2016-05-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.0.22 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | sysdljr | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
cent os 6.6 , mariadb 10.0.22 |
||
| Attachments: |
|
| Description |
|
recently ,we migrate db to Fusion-IO device, we find some bug docs: 2. https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1382744 Could you help me ? thank you. attach errorlog of automatic restart and server.cnf |
| Comments |
| Comment by Elena Stepanova [ 2016-01-11 ] |
|
jplindst, could you please take a look? |
| Comment by sysdljr [ 2016-01-17 ] |
|
Hi, Jan Lindström attach error log file: log.err.160117 |
| Comment by sysdljr [ 2016-03-14 ] |
|
after we set innodb_adaptive_hash_index = 0 ,innodb_change_buffering = none, attach pstack log file: pstack0313.log It contains __tz_convert function in log file, someone said , tz_function has performance problem , must modify time_zone , |
| Comment by Jan Lindström (Inactive) [ 2016-03-14 ] |
|
I do not think this is related to time zones. Both error logs contain long semaphore wait error messages, not sure why. Did you do some long running transactions ? |
| Comment by sysdljr [ 2016-03-14 ] |
|
I sure not long running transaction . we main run two type statement: besides, fusion-io device must format 4k block ? |
| Comment by Jan Lindström (Inactive) [ 2016-03-14 ] |
|
Hi, yes it could be that fusion-io device provides better performance and reduced memory usage formatted as 4K blocks, but then your problem is not about that. Do you use xtradb (default) or innodb_plugin ? I recommend using innodb_plugin when fusion-io is used, gives you better performance. |
| Comment by sysdljr [ 2016-03-14 ] |
|
Thank you .we using default xtradb engine. last month ,after we set innodb_adaptive_hash_index = 0 ,innodb_change_buffering = none, now , Please you help analyze attach file pstack0313.log ,thanks you again |
| Comment by Jan Lindström (Inactive) [ 2016-03-15 ] |
|
Hi, yes correct. pstack0313.log seems to contain a lot of thread waiting either new connections or doing something on audit_plugin. I do not know much about audit_plugin so not sure what it is waiting there. |
| Comment by sysdljr [ 2016-05-25 ] |
|
Thank you . Last ,We contact other company's DBA , found it is CentOS 6.6 bug. after we replace to CentOS 6.5, mariadb 10.0, mariadb 10.1 (galera cluster) run normal Both the bug and Mdev-8098 can closed , thanks you again |