diff --git a/prototype/poc-machi/test/machi_flu0_test.erl b/prototype/poc-machi/test/machi_flu0_test.erl index c1dc16a..cefefef 100644 --- a/prototype/poc-machi/test/machi_flu0_test.erl +++ b/prototype/poc-machi/test/machi_flu0_test.erl @@ -209,6 +209,8 @@ m_append_page(Proj, Bytes, Retries) -> {error_stale_projection, _} -> Retry(); error_wedged -> + TODO left off here: read-repair the projection store across all + participants, then retry............. Retry(); Else -> {Else, Proj}