void ReplicationCoordinatorExternalStateImpl::killAllUserOperations(OperationContext* txn) {
     ServiceContext* environment = getGlobalServiceContext();
     environment->killAllUserOperations(txn);
 }
void ReplicationCoordinatorExternalStateImpl::killAllUserOperations(OperationContext* txn) {
    ServiceContext* environment = txn->getServiceContext();
    environment->killAllUserOperations(txn, ErrorCodes::InterruptedDueToReplStateChange);
}