mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
4635c22411
MSG_ID_SYNC is broadcast to each node when a MSG_ID_JOIN has been received from all nodes. After MSG_ID_SYNC is successfully broadcast, the join handler is unregistered. However, if another MSG_ID_JOIN is received before the join handler is unregistered then MSG_ID_SYNC is re-broadcast. This results in multiple attempts to unregister the join handler. Once all MSG_ID_JOIN messages are received, unregister the join handler to ignore any extra MSG_ID_JOIN messages. Also, make sure that while join handler is being unregistered, MSG_ID_JOIN messages are ignored. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12500 Identified-by: Martin Schwenke <martin@meltin.net> Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Fri Jan 6 12:27:23 CET 2017 on sn-devel-144 |
||
---|---|---|
.. | ||
client | ||
common | ||
config | ||
doc | ||
ib | ||
include | ||
packaging | ||
protocol | ||
server | ||
tcp | ||
tests | ||
tools | ||
utils | ||
.bzrignore | ||
.gitignore | ||
configure | ||
configure.rpm | ||
COPYING | ||
Makefile | ||
README | ||
wscript |
This is the release version of CTDB, a clustered implementation of TDB database used by Samba and other projects to store temporary data. This software is freely distributable under the GNU public license, a copy of which you should have received with this software (in a file called COPYING). For documentation on CTDB, please visit CTDB website http://ctdb.samba.org.