Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Aug 14, 2019
1 parent 4b75494 commit 026912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs/src/core/ClientSession/FASTERAsync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ internal async ValueTask CompleteCheckpointAsync(ClientSession<Key, Value, Input
return;
}

if (count++ == 10000) throw new Exception("CompleteCheckpointAsync loop too long");
if (count++ == 10000) throw new Exception("CompleteCheckpointAsync loop too long " + threadCtx.Value.phase + threadCtx.Value.version + ":" + _systemState.phase + _systemState.version);
} while (true);
}

Expand Down

0 comments on commit 026912c

Please sign in to comment.