[MCOL-1161] ColumnStore automatically restarted Created: 2018-01-15 Updated: 2020-08-25 Resolved: 2018-05-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.0.11 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
ColumnStore automatically restarted after the following messages were logged to warning.log:
I assume that the ExeMgr error is related to the preceding network error, since the documentation says that ExeMgr listens on a TCP/IP port:
https://mariadb.com/kb/en/library/columnstore-user-module/ Would this ExeMgr error have led to the auto-restart of ColumnStore? If so, then I think the error message should be improved. e.g. it could say something like:
The message is short, but it clearly says that all of the following are related:
|
| Comments |
| Comment by David Hill (Inactive) [ 2018-01-15 ] | |||||||||||||||||
|
There is only 1 thing that would cause ColumnStore to be automatically restarted and that is if one of the servers with the system hit a high percent of swap space usage, 70% or more. So the ExeMgr logs is probably a side effect of the system restarting. You would want to check the server logs to see if SWAP SPACE high usage was reported. | |||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2018-01-15 ] | |||||||||||||||||
|
Hi hill, The logs do not contain any messages related to excessive swapping. | |||||||||||||||||
| Comment by Nan Yu [ 2018-01-17 ] | |||||||||||||||||
|
Hi, David Hill: In the debug.log: In the info.log: Thanks! | |||||||||||||||||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-01-24 ] | |||||||||||||||||
|
Have seen these messages in case of lack of memory
Case 2 . Lack of memory in PrimProc followed by restating MCS System
| |||||||||||||||||
| Comment by Nan Yu [ 2018-01-29 ] | |||||||||||||||||
|
Hi, Winstone: Nan | |||||||||||||||||
| Comment by Geoff Montee (Inactive) [ 2018-04-23 ] | |||||||||||||||||
|
What feedback is needed on this? nyu said that this problem seemed to be similar to case #1 mentioned by winstone, but that the log didn't look exactly the same. Is it safe to make the conclusion that ExeMgr ran out of memory, but it didn't log that message for some reason? | |||||||||||||||||
| Comment by David Hill (Inactive) [ 2018-05-14 ] | |||||||||||||||||
|
In both cases, ExeMgr restarting due to using too much memory or the system restarting due to swap space being hit on the UM, ExeMgr is using too much memory. 1. need to know the setting of TotalUmMemory. This setting might need to be lowered. |