diff options
author | Anders Svensson <[email protected]> | 2014-05-18 02:03:44 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2014-05-18 10:10:29 +0200 |
commit | a8f56846ab342d85a6d6e72f9ba129c8a7f0c1bf (patch) | |
tree | 376a37ff42991c779b8c01a7d0666f365a9317d3 /.mailmap | |
parent | 089267c646e3cc8441383602573660a72735bd50 (diff) | |
download | otp-a8f56846ab342d85a6d6e72f9ba129c8a7f0c1bf.tar.gz otp-a8f56846ab342d85a6d6e72f9ba129c8a7f0c1bf.tar.bz2 otp-a8f56846ab342d85a6d6e72f9ba129c8a7f0c1bf.zip |
Fix leaking request table
A new connection writes the pid to the table diameter_request. The
normal handling is that loss of a connection leads to a watchdog state
change in the service process, which removes the entry, but this usually
won't happen in the case of diameter:stop_service/1 since the service
process is terminated without waiting for watchdog transitions.
The request table should really be service-specific, so that the table
is deleted when the service is stopped, which requires passing the table
identifier into request processes and handling that the table may not
exist. Just clear out the service-specific entries at service process
termination for now.
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions