Community
Participate
Working Groups
Stopping a resource manager also closes the connection it is using. This causes other RM's using the same connection to stop also, and terminates any remote processes (such as the RDT indexer). The connection should only be closed if no other RM or remote project is using it.
RM's no longer close connection on shutdown. Not ideal, but there is no way to tell if a connection is being shared. Fixed in HEAD.
This problem appears to be back in 5.0, at least for RMs that subclass AbstractToolRuntimeSystem.
Fixed in ptp_5_0