Eliminate glitch that caused job to be sent to deadletters, see #2630
* Cluster sample * The problem was that the sent job was sometimes sent to deadLetters * The reason was that statsService was not created when a facade at another node forwared the job to the statsService, i.e. deadLetters * Solved by using ask and recover with JobFailed in case of timeout in the facade, so that the facade always sends back JobResult or JobFailed
This commit is contained in:
parent
c1a96493b2
commit
dfb9280049
7 changed files with 31 additions and 10 deletions
|
|
@ -128,7 +128,7 @@ abstract class StatsSampleSpec extends MultiNodeSpec(StatsSampleSpecConfig)
|
|||
}
|
||||
meanWordLength must be(3.875 plusOrMinus 0.001)
|
||||
|
||||
testConductor.enter("done-2")
|
||||
testConductor.enter("done-3")
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue