Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dcapwell committed Mar 25, 2024
1 parent b4106d8 commit 8cc5229
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -110,6 +110,9 @@ public void addCleanupHistory(Message<PaxosCleanupHistory> message)
PendingCleanup.add(ctx, pendingCleanup, message);
}

/**
* This is not required, but it helps to see what escapes simulation... can put a break point on instance() while running the tests
*/
private static class Holder
{
private static final PaxosRepairState instance = new PaxosRepairState(SharedContext.Global.instance);
Expand Down

0 comments on commit 8cc5229

Please sign in to comment.