mirror of https://github.com/apache/cassandra
merge CASSANDRA-2557 from trunk
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1096676 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb85fcecaf
commit
21ee75efc1
|
|
@ -265,9 +265,8 @@ public class StorageProxy implements StorageProxyMBean
|
|||
else
|
||||
MessagingService.instance().sendOneWay(hintedMessage, destination);
|
||||
}
|
||||
|
||||
sendMessages(localDataCenter, dcMessages, responseHandler);
|
||||
}
|
||||
sendMessages(localDataCenter, dcMessages, responseHandler);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue