diff options
author | Siri Hansen <[email protected]> | 2012-10-29 17:37:29 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-10-30 11:19:25 +0100 |
commit | 0dbae9d6fcdaa9b699e85a00fe44560b89cc24df (patch) | |
tree | 49f77cb337627fad4a9aef3511e5ed66ca9629ed /lib/tools/test/Makefile | |
parent | f0010583fd53174b72341d64be3a481cccc4623c (diff) | |
download | otp-0dbae9d6fcdaa9b699e85a00fe44560b89cc24df.tar.gz otp-0dbae9d6fcdaa9b699e85a00fe44560b89cc24df.tar.bz2 otp-0dbae9d6fcdaa9b699e85a00fe44560b89cc24df.zip |
[cover] Allow reconnection if node has been disconnected or down
OTP-10523
Earlier, if the connection to a remote cover node was lost, all cover
data was lost and the cover_server on the remote node would die. This
would cause problems if there were cover compiled modules that would
still be executed since they would attempt to write to the no longer
existing ets tables belonging to the cover_server.
This commit changes this behavior so that the cover_server on the
remote node will survive connection loss and continue collecting cover
data. If the connection is re-established then the main node will sync
with the remote node again and cover data will not be lost (unless the
node was down).
Diffstat (limited to 'lib/tools/test/Makefile')
0 files changed, 0 insertions, 0 deletions