Description
As discussed here, we want to add a configurable checker that repairs maybe broken graph adjacency lists.
Currently each vertex addressed in an edge by the adjacency list is needed on the vertex map somewhere in the cluster.
If that vertex isn't available it will result in NullPointerExceptions.
Pseudocode is attached in that mail archive.