diff --git a/src/java/org/apache/cassandra/service/StorageProxy.java b/src/java/org/apache/cassandra/service/StorageProxy.java index 3c3c052ae1..d17dea950d 100644 --- a/src/java/org/apache/cassandra/service/StorageProxy.java +++ b/src/java/org/apache/cassandra/service/StorageProxy.java @@ -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 {