From 9fd7995b4599e4d4cbc2c9328c20aaddb58a4e11 Mon Sep 17 00:00:00 2001 From: Tale152 Date: Tue, 18 Oct 2022 19:22:18 +0200 Subject: [PATCH] 6.3 corrections --- document/chapters/chapter_6/sections/3_mapreduce_service.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/chapters/chapter_6/sections/3_mapreduce_service.tex b/document/chapters/chapter_6/sections/3_mapreduce_service.tex index 4f006e9..fd373de 100644 --- a/document/chapters/chapter_6/sections/3_mapreduce_service.tex +++ b/document/chapters/chapter_6/sections/3_mapreduce_service.tex @@ -112,7 +112,7 @@ \subsection{MapReduce Master} \label{fig:master_petri_net_3} \end{figure} -While the reduce function is being applied, the region token is removed due to the fact that no more splits for this region needs to be mapped (\textit{figure \ref{fig:master_petri_net_4}}). \textbf{A failure can also happen here, since the Reduce Worker can disconnect during the reduce function execution; in this case, the region token is restored and a new Reduce Worker is required}. +While the reduce function is being applied, the region token is removed due to the fact that no more splits for this region need to be mapped (\textit{figure \ref{fig:master_petri_net_4}}). \textbf{A failure can also happen here, since the Reduce Worker can disconnect during the reduce function execution; in this case, the region token is restored and a new Reduce Worker is required}. \vspace{5mm}