Skip to content

Commit

Permalink
chore: fix typos in class DataIntegrityCookieValidation (#4312)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanmz authored Apr 24, 2024
1 parent 01c9149 commit 4362beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private List<Optional<Cookie>> collectDirectoryCookies(List<File> directories) t

private void stampCookie(Cookie masterCookie, Version expectedVersion, List<File> directories)
throws BookieException {
// stamp to ZK first as it's the authoritive cookie. If this fails part way through
// stamp to ZK first as it's the authoritative cookie. If this fails part way through
// stamping the directories, then a data integrity check will occur.
log.info("Stamping cookie to ZK");
masterCookie.writeToRegistrationManager(registrationManager, conf, expectedVersion);
Expand Down

0 comments on commit 4362beb

Please sign in to comment.