Bugfix: add missing remember_partition_hack() calls in perhaps_call path
This commit is contained in:
parent
fd66fe46b5
commit
5eb6ebc874
1 changed files with 2 additions and 0 deletions
|
@ -1998,8 +1998,10 @@ perhaps_call_t(S, Partitions, FLU, DoIt) ->
|
|||
perhaps_call(S, Partitions, FLU, DoIt)
|
||||
catch
|
||||
exit:timeout ->
|
||||
remember_partition_hack(FLU),
|
||||
{error, partition};
|
||||
exit:{timeout,_} ->
|
||||
remember_partition_hack(FLU),
|
||||
{error, partition}
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in a new issue