[MCOL-273] During restart, ProcessManager sometimes generates a warning Created: 2016-08-22 Updated: 2023-10-26 Resolved: 2016-11-29 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.2 |
| Fix Version/s: | 1.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Ben Thompson (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.5 |
||
| Issue Links: |
|
||||||||
| Sprint: | 2016-21, 2016-22, 2016-23 | ||||||||
| Description |
|
During restart or shutdown, every now and then the ProcessManager will log a warning: Client read close socket for InetStreamSocket::readToMagic: Remote is closed This is most likely caused be a timing of when the shutdown occurs and whether there may be an open socket waiting for a message. It doesn't seem to cause any issues, but it sure is annoying and looks bad to the customer. It is possible this is being generated during the start phase, rather than the stop phase. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2016-09-13 ] | ||
|
Build tested: mscadmin> getsoft Name : mariadb-columnstore-platform The following msgs are being continuously outputted to the debug.log file: [root@mcece7-2 columnstore]# tail -f debug.log | ||
| Comment by David Thompson (Inactive) [ 2016-10-20 ] | ||
|
This seems to happen all the time for me, not just during a restart. | ||
| Comment by David Thompson (Inactive) [ 2016-10-20 ] | ||
|
This can be masked by creating the following file:
and restarting rsyslog | ||
| Comment by David Hall (Inactive) [ 2016-10-20 ] | ||
|
Or we could just figure out why it's throwing these and fix it. | ||
| Comment by David Thompson (Inactive) [ 2016-10-20 ] | ||
|
Yes, we definitely need to fix the root cause | ||
| Comment by David Thompson (Inactive) [ 2016-11-01 ] | ||
|
This is likely same root cause as | ||
| Comment by Ben Thompson (Inactive) [ 2016-11-15 ] | ||
|
While fixing Client read close socket for InetStreamSocket::readToMagic: Remote is closed | ||
| Comment by Nivesh [ 2017-08-01 ] | ||
|
I check `netstat -a | grep 8604` |