Skip to content

Commit

Permalink
Always put into the assert map
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Apr 19, 2018
1 parent 81327ee commit 4107caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ void maybePutUnderLock(BytesRef uid, VersionValue version) {
putUnderLock(uid, version, maps);
} else {
maps.current.markAsUnsafe();
assert putAssertionMap(uid, version);
}
assert putAssertionMap(uid, version);
}

private boolean putAssertionMap(BytesRef uid, VersionValue version) {
Expand Down

0 comments on commit 4107caa

Please sign in to comment.