mirror of https://github.com/apache/cassandra
Merge 99ca0bd923 into 10557d7ffe
This commit is contained in:
commit
7081ba9c20
|
|
@ -264,10 +264,9 @@ public class Gossiper implements IFailureDetectionEventListener, GossiperMBean,
|
|||
{
|
||||
public void run()
|
||||
{
|
||||
taskLock.lock();
|
||||
try
|
||||
{
|
||||
taskLock.lock();
|
||||
|
||||
/* Update the local heartbeat counter. */
|
||||
EndpointState epstate = endpointStateMap.get(getBroadcastAddressAndPort());
|
||||
if (epstate == null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue