parent
9ad8c08505
commit
9096baf7d9
|
@ -58,7 +58,7 @@ public abstract class ShardReplicationOperationRequest<T extends ShardReplicatio
|
|||
super(request);
|
||||
this.timeout = request.timeout();
|
||||
this.index = request.index();
|
||||
this.threadedOperation = request.threadedOperation;
|
||||
this.threadedOperation = request.operationThreaded();
|
||||
this.replicationType = request.replicationType();
|
||||
this.consistencyLevel = request.consistencyLevel();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue