mirror of https://github.com/apache/cassandra
CASSANDRA-7144 follow-up
This commit is contained in:
parent
1dc157afe7
commit
12a7a7ebfc
|
|
@ -785,7 +785,7 @@ public class StorageProxy implements StorageProxyMBean
|
|||
RowMutation replicationMutation = cm.makeReplicationMutation();
|
||||
if (replicationMutation != null)
|
||||
{
|
||||
sendToHintedEndpoints(cm.makeReplicationMutation(), remotes, responseHandler, localDataCenter, consistency_level);
|
||||
sendToHintedEndpoints(replicationMutation, remotes, responseHandler, localDataCenter, consistency_level);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue