From 53b373ad26ff3f3c1900b9baa0d5366113884ef6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 15 Apr 2025 00:25:46 +0300 Subject: some translations --- sources/protocols/implementations/VSOnePhaseCommitProtocol.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/protocols/implementations/VSOnePhaseCommitProtocol.java') diff --git a/sources/protocols/implementations/VSOnePhaseCommitProtocol.java b/sources/protocols/implementations/VSOnePhaseCommitProtocol.java index d6d6c43..4dcfe7e 100644 --- a/sources/protocols/implementations/VSOnePhaseCommitProtocol.java +++ b/sources/protocols/implementations/VSOnePhaseCommitProtocol.java @@ -82,11 +82,11 @@ public class VSOnePhaseCommitProtocol extends VSAbstractProtocol { else return; - log("ACK von Prozess " + pid + " erhalten!"); + log("ACK from process " + pid + " received!"); if (pids.size() == 0) { - log("ACKs von allen beteiligten Prozessen erhalten! " + - "Festgeschrieben!"); + log("ACKs received from all participating processes! " + + "Committed!"); /* Remove the active schedule which has been created in the onServerStart method */ @@ -130,7 +130,7 @@ public class VSOnePhaseCommitProtocol extends VSAbstractProtocol { message.setInteger("pid", process.getProcessID()); sendMessage(message); ackSent = true; - log("Festgeschrieben"); + log("Committed"); } /* (non-Javadoc) -- cgit v1.2.3