diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-15 00:25:46 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-15 00:25:46 +0300 |
| commit | 53b373ad26ff3f3c1900b9baa0d5366113884ef6 (patch) | |
| tree | c2cc9168347a5d9e17cdaa9dac9d287613764d86 /sources/protocols/implementations/VSOnePhaseCommitProtocol.java | |
| parent | fcd42f8cf114aa1ee1dbe70c6b2a1b57c4b30dab (diff) | |
some translations
Diffstat (limited to 'sources/protocols/implementations/VSOnePhaseCommitProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSOnePhaseCommitProtocol.java | 8 |
1 files changed, 4 insertions, 4 deletions
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) |
