[MCOL-396] AlarmConfig.xml file zero'd out when pm server restarted locally Created: 2016-11-08 Updated: 2023-10-26 Resolved: 2020-04-15 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | David Thompson (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | community | ||
| Issue Links: |
|
||||||||||||||||
| Sprint: | 2016-22, 2016-23 | ||||||||||||||||
| Description |
|
Created from KB thread: https://mariadb.com/kb/en/mariadb/issues-with-mariadb-columnstore-104/ I reinstalled the MariaDB ColumnStore 1.0.4 from scratch after resetting the locale on all worker nodes. Right now, the installation can be finished successfully and the system status is Active. So it seems that it is not an issue of firewalls. In addition, I used local disks for installation. |
| Comments |
| Comment by David Thompson (Inactive) [ 2016-11-18 ] |
|
The probable cause here is that the system periodically replicates configuration files from pm1 to the other nodes. If a node crashes or is brought down outside of an official stop or shutdown from mcsadmin on pm1, and the timing is right it may be possible that the file is in process of being written and is either empty or incomplete. We may or may not be able to fix all cases of this but it's likely a better idea to have the system startup 'fix' this or have an official means to force a manual synch of config files before it is brought back up. |
| Comment by David Thompson (Inactive) [ 2016-11-29 ] |
|
What i'd like done here is to test and document a workaround in the case that this happens which is on a non pm1 node in a multi node install. There is a mcsadmin command to manually redstribute config files to the other nodes that in theory should mitigate this in the rare occasion that it happens. Obviously if we can see a simple fix to the file replication logic that would be good but it's still likely we'll need a w/a for any further edge cases. |
| Comment by Todd Stoffel (Inactive) [ 2020-04-15 ] |
|
OAM is being deprecated and replaced by an enhanced API and the MaxScale orchestration project. |