Class GroupsConsistencyChecker
java.lang.Object
com.google.gerrit.server.group.db.GroupsConsistencyChecker
Checks individual groups for oddities, such as cycles, non-existent subgroups, etc. Only works if
we are writing to NoteDb.
-
Method Summary
Modifier and TypeMethodDescriptioncheck()
Checks that all internal group references exist, and that no groups have cycles.
-
Method Details
-
check
Checks that all internal group references exist, and that no groups have cycles.- Throws:
IOException
-