We are getting 100's of warning notices with the message "Failed to write to an IPC port: Pipe is being closed". How do we stop these and are they something to be concerned about?
Thanks Paul
Hi Paul
This message is typically shown when resource usage is or was extensively being used. This could be due to e.g. a memory leak on the system or insufficient resources or if Cassandra is running on the DM server, a compaction/repair could trigger it as well,...
Normally these exceptions/errors are linked to certain processes. I would suggest to look at the trends of the memory usage (VM Size) of these processes in the Task Manager in the Microsoft element of that server. Or you could also look at a more general memory parameter, like the Physical Memory Usage or Available Physical Memory. This will provide a global view on the memory but won't go into details.
Based on the trends, you'll likely find timestamps, which can be used to look into logs or the event viewer and match with e.g. certain actions.
The easy route would be a DM restart/server reboot, which would certainly be acceptable for single occurrences.
However if this is something that reoccurs often, you might want to dig deeper (starting with the above) or even contact techsupport@skyline.be
Thanks Robin, Indeed it looks like a Cassandra process was causing this. A reboot has immediately stopped the messages. We will continue to monitor.