TODO left off here

This commit is contained in:
Scott Lystig Fritchie 2014-10-01 18:47:39 +09:00
parent 97c5789b44
commit e50e669b79

View file

@ -209,6 +209,8 @@ m_append_page(Proj, Bytes, Retries) ->
{error_stale_projection, _} -> {error_stale_projection, _} ->
Retry(); Retry();
error_wedged -> error_wedged ->
TODO left off here: read-repair the projection store across all
participants, then retry.............
Retry(); Retry();
Else -> Else ->
{Else, Proj} {Else, Proj}