return 0;
}
Operation op = (Operation) backupAwareOp;
InternalPartitionService partitionService = node.getPartitionService();
long[] replicaVersions = partitionService.incrementPartitionReplicaVersions(op.getPartitionId(),
totalRequestedBackupCount);
int maxPossibleBackupCount = partitionService.getMaxBackupCount();
int syncBackupCount = min(maxPossibleBackupCount, requestedSyncBackupCount);
int asyncBackupCount = min(maxPossibleBackupCount - syncBackupCount, requestedAsyncBackupCount);