[MDEV-6621] Drupal locked at replicated server,... Created: 2014-08-21 Updated: 2014-11-19 Resolved: 2014-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.0.12-galera |
| Fix Version/s: | 10.0.15-galera |
| Type: | Bug | Priority: | Minor |
| Reporter: | Joni-Pekka Kurronen | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | drupal, galera, tokudb | ||
| Environment: |
Ubuntu LTS |
||
| Description |
|
Have mixed aria, inno and tokudb database. Drupal works at first server started and at second drupal gives error from semphore lock. ==== WHERE name = :name; Array ( [:name] => variable_init ) in lock_may_be_available() (line 167 of /var/www/drupal/includes/lock.inc). from mysql log file: |
| Comments |
| Comment by Elena Stepanova [ 2014-08-21 ] |
|
Are you really using Galera as you stated in the 'Affects Versions' field? |
| Comment by Joni-Pekka Kurronen [ 2014-08-28 ] |
|
hi, wsrep just jam's. Solution is to uncoment wsrep and start and stop mariadb. It just jam's time to time and dose not come alive,... joni |
| Comment by Elena Stepanova [ 2014-09-23 ] |
|
I don't think Galera cluster is currently expected to work well on a mix of InnoDB, Aria and TokuDB. Assigning to nirbhay_c to confirm. |
| Comment by Joni-Pekka Kurronen [ 2014-09-23 ] |
|
hi, REASON FOUND! mariadb can JAM at startup if wsrep user do not have needed privilges to access file's. |
| Comment by Nirbhay Choubey (Inactive) [ 2014-11-19 ] |
|
Server does emit appropriate error messages like "Permission denied", etc, before aborting when its started with a data directory for which it does not have necessary permissions. |