Skip to content
Snippets Groups Projects
Commit e5fe78c5 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

[Bugfix] Stop NoSuchElementException during distributed modelchecking.

TLCIterator#getLast does not return the last element when the largest
fingerprint that is *not* on disk fails to be in the last non-null
bucket. This case however, is perfectly valid. Its likelyhood is
increased when checkpointing is enabled. Then the buckets are flushed in
shorter intervals causing a higher chance that the last bucket has only
on-disk fingerprints in it when getLast() is called.
parent 1864e9ed
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment