This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 4362beb215 chore: fix typos in class DataIntegrityCookieValidation
(#4312)
4362beb215 is described below
commit 4362beb21500bdfeb1a73edde72b311f5d51a0d1
Author: hanmz <[email protected]>
AuthorDate: Wed Apr 24 16:05:29 2024 +0800
chore: fix typos in class DataIntegrityCookieValidation (#4312)
---
.../bookkeeper/bookie/datainteg/DataIntegrityCookieValidation.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/datainteg/DataIntegrityCookieValidation.java
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/datainteg/DataIntegrityCookieValidation.java
index add301dd17..a861d38e60 100644
---
a/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/datainteg/DataIntegrityCookieValidation.java
+++
b/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/datainteg/DataIntegrityCookieValidation.java
@@ -87,7 +87,7 @@ public class DataIntegrityCookieValidation implements
CookieValidation {
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);